/tripkit/TripKitAndroid/com.skedgo.tripkit.data/TripKitKeys
TripKitKeys
\ object TripKitKeys
Functions
Name | Summary |
---|---|
configureAuth0ClientId | fun configureAuth0ClientId(key: String) |
configureGooglePlacesApiKey | fun configureGooglePlacesApiKey(key: String) |
configureSkedGoApiKey | fun configureSkedGoApiKey(key: String) |
configureStripeApiKey | fun configureStripeApiKey(key: String) |
configureStripeApiKeySandbox | fun configureStripeApiKeySandbox(key: String) |
getAuth0ClientId | fun getAuth0ClientId(): String? fun getAuth0ClientId(default: String): String |
getGooglePlacesApiKey | fun getGooglePlacesApiKey(): String? |
getSkedGoApiKey | fun getSkedGoApiKey(): String |
getSkedGoApiKeyWithDefault | fun getSkedGoApiKeyWithDefault(default: String): String |
getStripeApiKey | fun getStripeApiKey(): String? |
getStripeApiKeySandbox | fun getStripeApiKeySandbox(): String? |
getStripeApiKeySandboxWithDefault | fun getStripeApiKeySandboxWithDefault(default: String): String |
getStripeApiKeyWithDefault | fun getStripeApiKeyWithDefault(default: String): String |