Type Definitions
The following type definitions are available globally.
-
A parameterless block for defining a callback to be received once the surface has attached.
Declaration
Objective-C
typedef void (^LCOnAttachedHandler)(void)
Swift
typealias LCOnAttachedHandler = () -> Void