-
- All Implemented Interfaces:
public class LaunchArgs
-
-
Method Summary
Modifier and Type Method Description boolean
hasNotificationPath()
String
getNotificationPath()
boolean
hasUrlOverride()
String
getURLBlacklist()
boolean
hasURLBlacklist()
String
getEnableSynchronization()
boolean
hasEnableSynchronization()
String
getUrlOverride()
String
getDetoxServerUrl()
String
getDetoxSessionId()
Bundle
asIntentBundle()
-
-
Method Detail
-
hasNotificationPath
boolean hasNotificationPath()
-
getNotificationPath
String getNotificationPath()
-
hasUrlOverride
boolean hasUrlOverride()
-
getURLBlacklist
String getURLBlacklist()
-
hasURLBlacklist
boolean hasURLBlacklist()
-
getEnableSynchronization
String getEnableSynchronization()
-
hasEnableSynchronization
boolean hasEnableSynchronization()
-
getUrlOverride
String getUrlOverride()
-
getDetoxServerUrl
String getDetoxServerUrl()
-
getDetoxSessionId
String getDetoxSessionId()
-
asIntentBundle
Bundle asIntentBundle()
-
-
-
-