Protocols
The following protocols are available globally.
-
The delegate of a SCLFlicButton object must adopt the
See moreSCLFlicButtonDelegateprotocol. There are not any required delegate methods, but all are recommended for proper use of the Flic/PbF.Declaration
Objective-C
@protocol SCLFlicButtonDelegate <NSObject>Swift
protocol SCLFlicButtonDelegate : NSObjectProtocol -
The delegate of a SCLFlicManager instance must adopt the
See moreSCLFlicManagerDelegateprotocol. There are no required delegate methods, but flicManagerDidChangeBluetoothState is highly recommended.Declaration
Objective-C
@protocol SCLFlicManagerDelegate <NSObject>Swift
protocol SCLFlicManagerDelegate : NSObjectProtocol
Protocols Reference