Type Definitions
The following type definitions are available globally.
-
Handler function called when an action in a dialog is invoked.
Declaration
Objective-C
typedef void (^BPKDialogButtonActionHandler)(BPKDialogButtonAction *_Nonnull)Swift
typealias BPKDialogButtonActionHandler = (BPKDialogButtonAction) -> Void -
Handler function called when the scrim action is invoked by the user tapping the scrim.
Declaration
Objective-C
typedef void (^BPKDialogScrimActionHandler)(BOOL)Swift
typealias BPKDialogScrimActionHandler = (Bool) -> Void -
The name of a known icon.
Declaration
Objective-C
typedef NSString *BPKIconNameSwift
struct BPKIconName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable -
The name of a known icon.
Declaration
Objective-C
typedef NSString *BPKLargeIconNameSwift
struct BPKLargeIconName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable -
The name of a known icon.
Declaration
Objective-C
typedef NSString *BPKSmallIconNameSwift
struct BPKSmallIconName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable -
The name of a known icon.
Declaration
Objective-C
typedef NSString *BPKXlIconNameSwift
struct BPKXlIconName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
Type Definitions Reference