SAP Fiori Client Guide

iOS

Describes use of application preferences on iOS.

The application can access the values and modify them programmatically by calling:

sap.AppPreferences.getPreferenceValue(key, successCallback, errorCallback);

and

sap.AppPreferences.setPreferenceValue(key, value, successCallback, errorCallback)