Interface Configuration
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface Configuration implements Parcelable
-
-
Method Summary
Modifier and Type Method Description abstract EnvironmentgetEnvironment()abstract StringgetClientKey()abstract LocalegetShopperLocale()abstract AnalyticsConfigurationgetAnalyticsConfiguration()abstract AmountgetAmount()-
-
Method Detail
-
getEnvironment
abstract Environment getEnvironment()
-
getClientKey
abstract String getClientKey()
-
getShopperLocale
abstract Locale getShopperLocale()
-
getAnalyticsConfiguration
abstract AnalyticsConfiguration getAnalyticsConfiguration()
-
-
-
-