Configuration

com.anywherecommerce.android.sdk.configuration

Class Configuration

  • java.lang.Object

  • com.anywherecommerce.android.sdk.configuration.Configuration

  • Direct Known Subclasses:PropayTerminalConfiguration-

    public abstract class <span class="typeNameLabel">Configuration</span>
    extends java.lang.Object
    

    Created by Admin on 1/19/2018.

Constructor Summary

  Constructor and Description`<span class="memberNameLink">

Configuration()`

Method Summary

  Modifier and TypeMethod and Description`static <T extends 

Configuration>

T````

load(int resId,
java.lang.Class clazz)
`` static <T extends

Configuration>

T````

load(java.lang.String fileName,
java.lang.Class clazz)
` `protected void

save(java.lang.String filename)`

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Constructor Detail

Configuration

        `public Configuration()`

Method Detail

load

        ```
        public static <T extends 

Configuration> T load(int resId,
java.lang.Class clazz)
```

load

        ```
        public static <T extends 

Configuration> T load(java.lang.String fileName,
java.lang.Class clazz)
```

save

        `protected void save(java.lang.String filename)`