Click or drag to resize

ProfileManager Methods

The ProfileManager type exposes the following members.

Methods
  NameDescription
Public methodAddProfileRule
Creates a rule to automatically load the given profile when one of the specified activities comes to foreground.
Public methodCreateProfile(String, File, PersistenceType)
Creates the profile with the given name and the specified persistence type.
Public methodCreateProfile(String, IDictionaryInteger, String, String, PersistenceType)
Saves the given map as a profile with the specified name, description and persistence type.
Public methodDeleteProfile
Deletes the given profile.
Public methodLoadProfile
Applies the given profile.
Public methodRemoveProfileRule
Delete the specified rule.
Public methodUnloadProfile
Revert the manually loaded profile restoring the values previously set on the device.
Top
See Also