Other Protocols

The following protocols are available globally.

  • A set of delegate methods for traffic context.

    See more

    Declaration

    Objective-C

    @protocol PersistentRoadblockDelegate <NSObject>

    Swift

    protocol PersistentRoadblockDelegate : NSObjectProtocol
  • A set of delegate methods for route object.

    See more

    Declaration

    Objective-C

    @protocol RouteObjectDelegate <NSObject>

    Swift

    protocol RouteObjectDelegate
  • A set of delegate methods for sound context objects.

    See more

    Declaration

    Objective-C

    @protocol SoundContextDelegate <NSObject>

    Swift

    protocol SoundContextDelegate : NSObjectProtocol