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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Oobe
This static member variable indicates whether OOBE(Out Of Box Experience) is enabled on the device.
Declaration
public static bool Oobe { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
http://tizen.org/privilege/systemsettings.admin is needed only for setting value. It is not required to get the value.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |
|---|---|
| EventHandler<><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.
AccessibilityNegativeColorChanged
The AccessibilityNegativeColorChanged event is triggered when the AccessibilityNegativeColor value is changed.
Declaration
public static event EventHandler<AccessibilityNegativeColorChangedEventArgs> AccessibilityNegativeColorChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
AutomaticTimeUpdateChanged
The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed.
Declaration
public static event EventHandler<AutomaticTimeUpdateChangedEventArgs> AutomaticTimeUpdateChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
DeveloperOptionStateChanged
The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed.
Declaration
public static event EventHandler<DeveloperOptionStateChangedEventArgs> DeveloperOptionStateChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
DeviceNameChanged
The DeviceNameChanged event is triggered when the device name is changed.
Declaration
public static event EventHandler<DeviceNameChangedEventArgs> DeviceNameChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
LocaleTimeFormat24HourSettingChanged
The LocaleTimeFormat24HourChanged event is triggered when the time format is changed.
Declaration
public static event EventHandler<LocaleTimeFormat24HourSettingChangedEventArgs> LocaleTimeFormat24HourSettingChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
LocaleTimeZoneChanged
The LocaleTimeZoneChanged event is triggered when the current time zone is changed.
Declaration
public static event EventHandler<LocaleTimeZoneChangedEventArgs> LocaleTimeZoneChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
LockStateChanged
The LockStateChanged event is triggered when the current lock state is changed.
Declaration
public static event EventHandler<LockStateChangedEventArgs> LockStateChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
MotionActivationSettingChanged
The MotionActivationChanged event is triggered when the motion service status is changed.
Declaration
public static event EventHandler<MotionActivationSettingChangedEventArgs> MotionActivationSettingChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
NetworkFlightModeSettingChanged
The NetworkFlightModeChanged event is triggered when the flight mode status is changed.
Declaration
public static event EventHandler<NetworkFlightModeSettingChangedEventArgs> NetworkFlightModeSettingChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
OobeChanged
The OobeChanged event is triggered when the OOBE value is changed.
Declaration
public static event EventHandler<OobeChangedEventArgs> OobeChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><OobeChangedEventArgs> |
Remarks
http://tizen.org/privilege/systemsettings.admin is needed only for setting value. When getting the value, it isn't needed.
RotaryEventEnabledChanged
The RotaryEventEnabledChanged event is triggered when the RotaryEventEnabled value is changed.
Declaration
public static event EventHandler<RotaryEventEnabledChangedEventArgs> RotaryEventEnabledChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><RotaryEventEnabledChangedEventArgs> |
Remarks
http://tizen.org/privilege/systemsettings.admin is needed only for setting value. When getting the value, it isn't needed.
ScreenBacklightTimeChanged
THe ScreenBacklightTimeChanged event is triggered when the backlight time is changed.
Declaration
public static event EventHandler<ScreenBacklightTimeChangedEventArgs> ScreenBacklightTimeChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
SoundSilentModeSettingChanged
The SoundSilentModeChanged event is triggered when the silent mode status is changed.
Declaration
public static event EventHandler<SoundSilentModeSettingChangedEventArgs> SoundSilentModeSettingChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
TimeChanged
The TimeChanged event is triggered when the system time is changed.
Declaration
public static event EventHandler<TimeChangedEventArgs> TimeChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
UsbDebuggingSettingChanged
The UsbDebuggingSettingChangedEventArgs event is triggered when the USB debugging status is changed.
Declaration
public static event EventHandler<UsbDebuggingSettingChangedEventArgs> UsbDebuggingSettingChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
VibrationChanged
The VibrationChanged event is triggered when the vibration value is changed.
Declaration
public static event EventHandler<VibrationChangedEventArgs> VibrationChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.
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 |
|---|---|
| EventHandler<><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.