My Project
Variables
SetPreferences

Set preferences of the application. More...

Variables

static final int MSG_RI_SET_PREFERENCES = 126
 

Detailed Description

Set preferences of the application.

Sets a bundle of preferences in the application

Sending bundle:

KeyValueType

Info

Preferences Key value pairs of the preferences to set Bundle

Example

Bundle preferences = new Bundle();
preferences.putString("map_day_night", "Nightly");
preferences.putBoolean("traffic_avoid", false);
Bundle data = new Bundle();
data.putBundle("Preferences", preferences);

Returned error codes:

RI_ERROR_NONE in case the preference was set correctly.
RI_ERROR_INVALID_PARAMETER in case the preference type is not correct


© PTV Group 2021 Generated on Sun Oct 2 2022 19:28:23 for My Project by doxygen 1.8.17