Class SystemSettings
Definition
- Assembly:
- Tizen.System.SystemSettings.dll
The System Settings API provides APIs for sharing the configuration over a system.
public static class SystemSettings
- Inheritance
-
objectSystemSettings
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Properties
View SourceAccessibilityGrayscale
This static member variable indicates whether accessibility grayscale is enabled on the device or not.
Declaration
public static bool AccessibilityGrayscale { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AccessibilityNegativeColor
This static member variable indicates whether accessibility negative color is enabled on the device or not.
Declaration
public static bool AccessibilityNegativeColor { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AccessibilityTtsEnabled
This static member variable indicates whether the accessibility TTS is enabled on the device.
Declaration
public static bool AccessibilityTtsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AdsId
The current system ADS ID.
Declaration
public static string AdsId { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AutomaticTimeUpdate
This static member variable indicates whether the automatic time update is enabled on the device or not.
Declaration
public static bool AutomaticTimeUpdate { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
Data3GNetworkEnabled
This static member variable indicates whether the 3G data network is enabled.
Declaration
public static bool Data3GNetworkEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DefaultFontType
The current system default font type (only supports Get).
Declaration
public static string DefaultFontType { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DeveloperOptionState
This static member variable indicates whether the developer option state is enabled on the device or not.
Declaration
public static bool DeveloperOptionState { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DeviceName
This static member variable indicates the device name.
Declaration
public static string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DisplayScreenRotationAutoEnabled
This static member variable indicates whether the rotation control is automatic.
Declaration
public static bool DisplayScreenRotationAutoEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
EmailAlertRingtone
This static member variable indicates file path of the current email alert ringtone.
Declaration
public static string EmailAlertRingtone { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
FontSize
This static member variable indicates current system font size.
Declaration
public static SystemSettingsFontSize FontSize { get; set; }
Property Value
Type | Description |
---|---|
SystemSettingsFontSize |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
FontType
This static member variable indicates current system font type.
Declaration
public static string FontType { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
IncomingCallRingtone
This static member variable indicates file path of the current ringtone.
Declaration
public static string IncomingCallRingtone { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleCountry
This static member variable indicates the current country setting in the <LANGUAGE>_<REGION> syntax. The country setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format.
Declaration
public static string LocaleCountry { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleLanguage
This static member variable indicates the current language setting in the <LANGUAGE>_<REGION> syntax. The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format.
Declaration
public static string LocaleLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleTimeFormat24HourEnabled
This static member variable indicates whether the 24-hour clock is used. If the value is false, the 12-hour clock is used.
Declaration
public static bool LocaleTimeFormat24HourEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleTimeZone
This static member variable indicates the current time zone, for example, Pacific/Tahiti.
Declaration
public static string LocaleTimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LockScreenApp
This static member variable indicates the lock-screen application package name.
Declaration
public static string LockScreenApp { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LockState
This static member variable indicates the current lock state.
Declaration
public static SystemSettingsIdleLockState LockState { get; set; }
Property Value
Type | Description |
---|---|
SystemSettingsIdleLockState |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
MotionActivationEnabled
This static member variable indicates whether the motion service is activated.
Declaration
public static bool MotionActivationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
MotionEnabled
This static member variable indicates whether the device user has enabled the motion feature.
Declaration
public static bool MotionEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
NetworkFlightModeEnabled
This static member variable indicates whether the device is in the flight mode.
Declaration
public static bool NetworkFlightModeEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
NetworkWifiNotificationEnabled
This static member variable indicates whether Wi-Fi related notifications are enabled on the device.
Declaration
public static bool NetworkWifiNotificationEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
RotaryEventEnabled
This static member variable indicates whether rotary event is enabled on the device.
Declaration
public static bool RotaryEventEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
http://tizen.org/privilege/systemsettings.admin is needed only for setting value. When getting the value, it isn't needed.
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Not Supported feature |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
ScreenBacklightTime
This static member variable indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600.
Declaration
public static int ScreenBacklightTime { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundLockEnabled
This static member variable indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound.
Declaration
public static bool SoundLockEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundNotification
This static member variable indicates the file path of the current notification tone set by the user.
Declaration
public static string SoundNotification { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundNotificationRepetitionPeriod
This static member variable indicates the time period for notification repetitions.
Declaration
public static int SoundNotificationRepetitionPeriod { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundSilentModeEnabled
This static member variable indicates whether the device is in the silent mode.
Declaration
public static bool SoundSilentModeEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundTouchEnabled
This static member variable indicates whether the screen touch sound is enabled on the device.
Declaration
public static bool SoundTouchEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
Time
Once the system changes time, this event occurs to notify the time change.
Declaration
public static int Time { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
UltraDataSave
This static member variable indicates the time period for notification repetitions.
Declaration
public static SystemSettingsUdsState UltraDataSave { get; }
Property Value
Type | Description |
---|---|
SystemSettingsUdsState |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
UsbDebuggingEnabled
This static member variable indicates whether the USB debugging is enabled.
Declaration
public static bool UsbDebuggingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
Vibration
This static member variable indicates whether the vibration is enabled on the device or not.
Declaration
public static bool Vibration { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
WallpaperHomeScreen
This static member variable indicates file path of the current home-screen wallpaper.
Declaration
public static string WallpaperHomeScreen { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
WallpaperLockScreen
This static member variable indicates file path of the current lock-screen wallpaper.
Declaration
public static string WallpaperLockScreen { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
Events
View SourceAccessibilityGrayscaleChanged
The AccessibilityGrayscaleChanged event is triggered when the AccessibilityGrayscale value is changed.
Declaration
public static event EventHandler<AccessibilityGrayscaleChangedEventArgs> AccessibilityGrayscaleChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><AccessibilityGrayscaleChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AccessibilityNegativeColorChanged
The AccessibilityNegativeColorChanged event is triggered when the AccessibilityNegativeColor value is changed.
Declaration
public static event EventHandler<AccessibilityNegativeColorChangedEventArgs> AccessibilityNegativeColorChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><AccessibilityNegativeColorChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AccessibilityTtsSettingChanged
THe AccessibilityTtsChanged event is triggered when the screen touch sound enabled status is changed.
Declaration
public static event EventHandler<AccessibilityTtsSettingChangedEventArgs> AccessibilityTtsSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><AccessibilityTtsSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AdsIdChanged
The AdsIdChanged event is triggered when the current ADS ID state is changed.
Declaration
public static event EventHandler<AdsIdChangedEventArgs> AdsIdChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><AdsIdChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
AutomaticTimeUpdateChanged
The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed.
Declaration
public static event EventHandler<AutomaticTimeUpdateChangedEventArgs> AutomaticTimeUpdateChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><AutomaticTimeUpdateChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
Data3GNetworkSettingChanged
The Data3GNetworkSettingChanged event is triggered when the 3G data network status is changed.
Declaration
public static event EventHandler<Data3GNetworkSettingChangedEventArgs> Data3GNetworkSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Data3GNetworkSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DeveloperOptionStateChanged
The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed.
Declaration
public static event EventHandler<DeveloperOptionStateChangedEventArgs> DeveloperOptionStateChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><DeveloperOptionStateChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DeviceNameChanged
The DeviceNameChanged event is triggered when the device name is changed.
Declaration
public static event EventHandler<DeviceNameChangedEventArgs> DeviceNameChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><DeviceNameChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
DisplayScreenRotationAutoSettingChanged
The DisplayScreenRotationAutoChanged event is triggered when the automatic rotation control status is changed.
Declaration
public static event EventHandler<DisplayScreenRotationAutoSettingChangedEventArgs> DisplayScreenRotationAutoSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><DisplayScreenRotationAutoSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
EmailAlertRingtoneChanged
The EmailAlertRingtoneChanged event is triggered when the file path of the current email alert ringtone is changed.
Declaration
public static event EventHandler<EmailAlertRingtoneChangedEventArgs> EmailAlertRingtoneChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><EmailAlertRingtoneChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
FontSizeChanged
The FontSizeChanged event is triggered when the current system font size is changed.
Declaration
public static event EventHandler<FontSizeChangedEventArgs> FontSizeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><FontSizeChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
FontTypeChanged
The FontTypeChanged event is triggered when the current system font type is changed.
Declaration
public static event EventHandler<FontTypeChangedEventArgs> FontTypeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><FontTypeChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
IncomingCallRingtoneChanged
The IncomingCallRingtoneChanged event is triggered when the file path of the incoming ringtone is changed.
Declaration
public static event EventHandler<IncomingCallRingtoneChangedEventArgs> IncomingCallRingtoneChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><IncomingCallRingtoneChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleCountryChanged
The LocaleCountryChanged event is triggered when the current country setting in the <LANGUAGE>_<REGION> syntax, is changed.
Declaration
public static event EventHandler<LocaleCountryChangedEventArgs> LocaleCountryChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LocaleCountryChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleLanguageChanged
The LocaleLanguageChanged event is triggered when the current language setting in the <LANGUAGE>_<REGION> syntax, is changed.
Declaration
public static event EventHandler<LocaleLanguageChangedEventArgs> LocaleLanguageChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LocaleLanguageChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleTimeFormat24HourSettingChanged
The LocaleTimeFormat24HourChanged event is triggered when the time format is changed.
Declaration
public static event EventHandler<LocaleTimeFormat24HourSettingChangedEventArgs> LocaleTimeFormat24HourSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LocaleTimeFormat24HourSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LocaleTimeZoneChanged
The LocaleTimeZoneChanged event is triggered when the current time zone is changed.
Declaration
public static event EventHandler<LocaleTimeZoneChangedEventArgs> LocaleTimeZoneChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LocaleTimeZoneChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LockScreenAppChanged
The LockScreenAppChanged event is triggered when the lockscreen application package name is changed.
Declaration
public static event EventHandler<LockScreenAppChangedEventArgs> LockScreenAppChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LockScreenAppChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
LockStateChanged
The LockStateChanged event is triggered when the current lock state is changed.
Declaration
public static event EventHandler<LockStateChangedEventArgs> LockStateChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><LockStateChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
MotionActivationSettingChanged
The MotionActivationChanged event is triggered when the motion service status is changed.
Declaration
public static event EventHandler<MotionActivationSettingChangedEventArgs> MotionActivationSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><MotionActivationSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
MotionSettingChanged
The MotionSettingChanged event is triggered when the motion feature enabled status is changed.
Declaration
public static event EventHandler<MotionSettingChangedEventArgs> MotionSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><MotionSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
NetworkFlightModeSettingChanged
The NetworkFlightModeChanged event is triggered when the flight mode status is changed.
Declaration
public static event EventHandler<NetworkFlightModeSettingChangedEventArgs> NetworkFlightModeSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><NetworkFlightModeSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
NetworkWifiNotificationSettingChanged
The NetworkWifiNotificationChanged event is triggered when the WiFi-related notifications enabled status is changed.
Declaration
public static event EventHandler<NetworkWifiNotificationSettingChangedEventArgs> NetworkWifiNotificationSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><NetworkWifiNotificationSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
RotaryEventEnabledChanged
The RotaryEventEnabledChanged event is triggered when the RotaryEventEnabled value is changed.
Declaration
public static event EventHandler<RotaryEventEnabledChangedEventArgs> RotaryEventEnabledChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><RotaryEventEnabledChangedEventArgs> |
Remarks
http://tizen.org/privilege/systemsettings.admin is needed only for setting value. When getting the value, it isn't needed.
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Not Supported feature |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
ScreenBacklightTimeChanged
THe ScreenBacklightTimeChanged event is triggered when the backlight time is changed.
Declaration
public static event EventHandler<ScreenBacklightTimeChangedEventArgs> ScreenBacklightTimeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><ScreenBacklightTimeChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundLockSettingChanged
The SoundLockChanged event is triggered when the screen lock sound enabled status is changed.
Declaration
public static event EventHandler<SoundLockSettingChangedEventArgs> SoundLockSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><SoundLockSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundNotificationChanged
The SoundNotificationChanged event is triggered when the file path of the current notification tone set by the user is changed.
Declaration
public static event EventHandler<SoundNotificationChangedEventArgs> SoundNotificationChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><SoundNotificationChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundNotificationRepetitionPeriodChanged
The SoundNotificationRepetitionPeriodChanged event is triggered when the time period for notification repetitions is changed.
Declaration
public static event EventHandler<SoundNotificationRepetitionPeriodChangedEventArgs> SoundNotificationRepetitionPeriodChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><SoundNotificationRepetitionPeriodChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundSilentModeSettingChanged
The SoundSilentModeChanged event is triggered when the silent mode status is changed.
Declaration
public static event EventHandler<SoundSilentModeSettingChangedEventArgs> SoundSilentModeSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><SoundSilentModeSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
SoundTouchSettingChanged
THe SoundTouchChanged event is triggered when the screen touch sound enabled status is changed.
Declaration
public static event EventHandler<SoundTouchSettingChangedEventArgs> SoundTouchSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><SoundTouchSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
TimeChanged
The TimeChanged event is triggered when the system time is changed.
Declaration
public static event EventHandler<TimeChangedEventArgs> TimeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><TimeChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
UltraDataSaveChanged
The UltraDataSaveChanged event is triggered when the current Ultra Data Save state is changed.
Declaration
public static event EventHandler<UltraDataSaveChangedEventArgs> UltraDataSaveChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><UltraDataSaveChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
UltraDataSavePackageListChanged
The UltraDataSavePackageListChanged event is triggered when the current ADS ID state is changed.
Declaration
public static event EventHandler<UltraDataSavePackageListChangedEventArgs> UltraDataSavePackageListChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><UltraDataSavePackageListChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
UsbDebuggingSettingChanged
The UsbDebuggingSettingChangedEventArgs event is triggered when the USB debugging status is changed.
Declaration
public static event EventHandler<UsbDebuggingSettingChangedEventArgs> UsbDebuggingSettingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><UsbDebuggingSettingChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
VibrationChanged
The VibrationChanged event is triggered when the vibration value is changed.
Declaration
public static event EventHandler<VibrationChangedEventArgs> VibrationChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><VibrationChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
WallpaperHomeScreenChanged
THe WallpaperHomeScreenChanged event is triggered when the file path of the current home screen wallpaper is changed.
Declaration
public static event EventHandler<WallpaperHomeScreenChangedEventArgs> WallpaperHomeScreenChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><WallpaperHomeScreenChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |
WallpaperLockScreenChanged
The WallpaperLockScreenChanged event is triggered when the file path of the current lock screen wallpaper is changed.
Declaration
public static event EventHandler<WallpaperLockScreenChangedEventArgs> WallpaperLockScreenChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><WallpaperLockScreenChangedEventArgs> |
Remarks
The System Settings API provides functions for getting the system configuration related to user preferences. The main features of the System Settings API include accessing system-wide configurations, such as ringtones, wallpapers, and so on.
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Invalid Argument |
System.NotSupportedException | Not Supported feature |
System.InvalidOperationException | Invalid operation |
System.UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |