Consists of the methods used to retrieve/update Application settings from the SAP Mobile Platform.
com.sap.smp.rest
public class AppSettings implements ISDMNetListener, INetListener
All members of AppSettings, including inherited members.
Constructors| Modifier and Type | Constructor | Description | 
|---|---|---|
| public | AppSettings(ClientConnection) | Initialize the AppSettings. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| public String | getApplicationEndPoint() | Return the application end-point value. | 
| public Object | getConfigProperty(String) | Return the value of the property for the provided key. | 
| public HashMap< String, String > | getConfigPropertyMap() | Return a hash map of key and value pairs of properties. | 
| public byte[] | getCustomizationResourceBundle(String) | Retrieve the customization resource bundle for the given resource name. | 
| public com.sybase.persistence.DataVault.DVPasswordPolicy | getPasswordPolicy() | Return the DVPasswordPolicy (as defined in com.sybase.persistence.DataVault) which stores the information of the Password Policy. | 
| public String | getPushEndPoint() | Return the Push end-point value. | 
| public void | setConfigProperty(HashMap< String, String >) | Set the value(s) of properties sent as hash map of key and value pairs. |