SITShareLiveLocationOptions

Objective-C

@interface SITShareLiveLocationOptions : NSObject <SITMapperProtocol>

Swift

class SITShareLiveLocationOptions : NSObject, SITMapperProtocol

Do not use this class, for internal communication with plugins only. This will be automatically managed for you with the WebView. Class that contains configuration options for the Share Live Location session

  • Internal use only. The realTime update interval fot this Share Live Location session

    Declaration

    Objective-C

    @property (nonatomic) SITRealtimeUpdateInterval updateInterval;

    Swift

    var updateInterval: SITRealtimeUpdateInterval { get set }
  • Internal use only. The duration this Share Live Location session, in secconds

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval duration;

    Swift

    var duration: TimeInterval { get set }