Other Protocols
The following protocols are available globally.
-
A set of delegate methods for traffic context.
See moreDeclaration
Objective-C
@protocol PersistentRoadblockDelegate <NSObject>
Swift
protocol PersistentRoadblockDelegate : NSObjectProtocol
-
A set of delegate methods for route object.
See moreDeclaration
Objective-C
@protocol RouteObjectDelegate <NSObject>
Swift
protocol RouteObjectDelegate
-
A set of delegate methods for sound context objects.
See moreDeclaration
Objective-C
@protocol SoundContextDelegate <NSObject>
Swift
protocol SoundContextDelegate : NSObjectProtocol