Ir para o conteúdo

Custom Application Data

There is a possibility to share to the DMA SDK some custom data which might be used for some specified for the application logic (personalization, analytic reports, etc).

Shared data will be sent to the DMA server. Desired handling of the data should be described and provided to the DMA team.

Please use next functions in order to set the data (or check currently stored data):

CustomAppDataManager.setData(Context context, JSONObject customData)

CustomAppDataManager.getData(Context context)
CustomAppDataManager.setData(context: Context, customData: JSONObject)

CustomAppDataManager.getData(context: Context)