SdkConfig
class allows you to specify your Sentiance app ID and secret when initializing the Sentiance SDK. This class uses the builder pattern to provide additional options and allow setting various callbacks and handlers.getAppId()
1String getAppId()Copied!Returns the Sentiance app credential ID.
getBaseURL()
1String getBaseURL()Copied!Returns the Sentiance API URL.
getMetaUserLinker()
1MetaUserLinker getMetaUserLinker()Copied!
getMetaUserLinkerAsync()
1MetaUserLinkerAsync getMetaUserLinkerAsync()Copied!
getNotification()
1Notification getNotification()Copied!
getNotificationId()
1int getNotificationId()Copied!Returns the notification ID used by the SDK when starting a foreground service.
getOnSdkStatusUpdateHandler()
1OnSdkStatusUpdateHandler getOnSdkStatusUpdateHandler()Copied!
getSecret()
1String getSecret()Copied!Returns the Sentiance app credential secret.
isTriggeredTripsEnabled()
1boolean isTriggeredTripsEnabled()Copied!Returns whether triggered trips is enabled or not.