SENTConfig
The SENTConfig class allows you to specify your Sentiance app ID and secret when initializing the Sentiance SDK.
SENTConfig API:
baseURL
@property (nonatomic, strong) NSString *baseURL;appId
@property (nonatomic, strong) NSString *appId;secret
@property (nonatomic, strong) NSString *secret;launchOptions
@property (nonatomic, strong) NSDictionary *launchOptions;registerBackgroundTaskIdentifiers
didReceiveSdkStatusUpdate
link
isTriggeredTrip
isValidConfig
isHardEventDetectionEnabled
User Linking
initWithAppId: secret: launchOptions:
Parameter
initWithAppId: secret: link: launchOptions:
Last updated