Protocols

The following protocols are available globally.

  • Location delegate protocol to receive callbacks for location updates.

    See more

    Declaration

    Objective-C

    @protocol UALocationDelegate <NSObject>

    Swift

    protocol UALocationDelegate : NSObjectProtocol