Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^BTDropInControllerHandler)(BTDropInController * _Nonnull controller, BTDropInResult * _Nullable result, NSError * _Nullable error)
Swift
typealias BTDropInControllerHandler = (BTDropInController, BTDropInResult?, Error?) -> Void