Bit6CurrentLocationController Class Reference
Inherits from | NSObject |
Declared in | Bit6CurrentLocationController.h |
Instance Methods
startListeningToLocationForMessage:delegate:
Starts listening to the user’s location.
- (void)startListeningToLocationForMessage:(nonnull Bit6OutgoingMessage *)msg delegate:(nullable id<Bit6CurrentLocationControllerDelegate>)delegate
Parameters
- msg
a Bit6OutgoingMessage object where the user’s location will be included.
- delegate
delegate to be notified when the location has been obtained. For information about the methods you can implement for your delegate object, see Bit6CurrentLocationControllerDelegate Protocol Reference.
Declared In
Bit6CurrentLocationController.h