The following protocols are available globally.
A declaration that this NSNumber contains an NSInteger.
@protocol SDLInt
protocol SDLInt
A declaration that this NSNumber contains an NSUInteger.
@protocol SDLUInt
protocol SDLUInt
A declaration that this NSNumber contains a BOOL.
@protocol SDLBool
protocol SDLBool
A declaration that this NSNumber contains a float.
@protocol SDLFloat
protocol SDLFloat
Delegate for the AudioStreamManager
See more@protocol SDLAudioStreamManagerDelegate <NSObject>
protocol SDLAudioStreamManagerDelegate : NSObjectProtocol
Delegate for the SDLChoiceSet. Contains methods that get called when an action is taken on a choice cell.
See more@protocol SDLChoiceSetDelegate <NSObject>
protocol SDLChoiceSetDelegate : NSObjectProtocol
They delegate of a keyboard popup allowing customization at runtime of the keyboard.
See more@protocol SDLKeyboardDelegate <NSObject>
protocol SDLKeyboardDelegate : NSObjectProtocol
A protocol describing a place logs from SDLLogManager are logged to
See more@protocol SDLLogTarget <NSObject>
protocol SDLLogTarget : NSObjectProtocol
The manager’s delegate
See more@protocol SDLManagerDelegate <NSObject>
protocol SDLManagerDelegate : NSObjectProtocol
A protocol used by SDL Security libraries.
Warning
Used internally@protocol SDLSecurityType <NSObject>
protocol SDLSecurityType : NSObjectProtocol
Delegate for the encryption service.
See more@protocol SDLServiceEncryptionDelegate <NSObject>
protocol SDLServiceEncryptionDelegate : NSObjectProtocol
Streaming audio manager
See more@protocol SDLStreamingAudioManagerType <NSObject>
protocol SDLStreamingAudioManagerType : NSObjectProtocol
A data source for the streaming manager’s preferred resolutions and preferred formats.
See more@protocol SDLStreamingMediaManagerDataSource <NSObject>
protocol SDLStreamingMediaManagerDataSource : NSObjectProtocol
A delegate method about changes to streaming video for streaming video apps
See more@protocol SDLStreamingVideoDelegate <NSObject>
protocol SDLStreamingVideoDelegate : NSObjectProtocol
The delegate to be notified of processed touches such as pinches, pans, and taps
See more@protocol SDLTouchManagerDelegate <NSObject>
protocol SDLTouchManagerDelegate : NSObjectProtocol