Class SystemSettings

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.SystemSettings.dll
API Level:
3

The System Settings API provides APIs for sharing the configuration over a system.

C#
Copy
public static class SystemSettings
Inheritance
System.Object
SystemSettings
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 Source

AccessibilityGrayscale

Indicates whether accessibility grayscale is enabled on the device or not.

Declaration
C#
Copy
public static bool AccessibilityGrayscale { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/accessibility.grayscale
View Source

AccessibilityNegativeColor

Indicates whether accessibility negative color is enabled on the device or not.

Declaration
C#
Copy
public static bool AccessibilityNegativeColor { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/accessibility.negative
View Source

AccessibilityTtsEnabled

Indicates whether the accessibility TTS is enabled on the device.

Declaration
C#
Copy
public static bool AccessibilityTtsEnabled { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 4
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

AdsId

The current system ADS ID.

Declaration
C#
Copy
public static string AdsId { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

AutomaticTimeUpdate

Indicates whether the automatic time update is enabled on the device or not.

Declaration
C#
Copy
public static bool AutomaticTimeUpdate { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.telephony
View Source

Data3GNetworkEnabled

Indicates whether the 3G data network is enabled.

Declaration
C#
Copy
public static bool Data3GNetworkEnabled { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DefaultFontType

The current system default font type (only supports Get).

Declaration
C#
Copy
public static string DefaultFontType { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.font
View Source

DeveloperOptionState

Indicates whether the developer option state is enabled on the device or not.

Declaration
C#
Copy
public static bool DeveloperOptionState { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DeviceName

Indicates the device name.

Declaration
C#
Copy
public static string DeviceName { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DisplayScreenRotationAutoEnabled

Indicates whether the rotation control is automatic.

Declaration
C#
Copy
public static bool DisplayScreenRotationAutoEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

EmailAlertRingtone

The file path of the current email alert ringtone.

Declaration
C#
Copy
public static string EmailAlertRingtone { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.notification_email
View Source

FontSize

The current system font size.

Declaration
C#
Copy
public static SystemSettingsFontSize FontSize { get; set; }
Property Value
Type Description
SystemSettingsFontSize
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.font
View Source

FontType

The current system font type.

Declaration
C#
Copy
public static string FontType { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.font
View Source

IncomingCallRingtone

The file path of the current ringtone.

Declaration
C#
Copy
public static string IncomingCallRingtone { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.incoming_call
View Source

LocaleCountry

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
C#
Copy
public static string LocaleCountry { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleLanguage

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
C#
Copy
public static string LocaleLanguage { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleTimeFormat24HourEnabled

Indicates whether the 24-hour clock is used. If the value is false, the 12-hour clock is used.

Declaration
C#
Copy
public static bool LocaleTimeFormat24HourEnabled { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleTimeZone

Indicates the current time zone, for example, Pacific/Tahiti.

Declaration
C#
Copy
public static string LocaleTimeZone { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LockScreenApp

Indicates the lock-screen application package name.

Declaration
C#
Copy
public static string LockScreenApp { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 4
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.lock_screen
View Source

LockState

Indicates the current lock state.

Declaration
C#
Copy
public static SystemSettingsIdleLockState LockState { get; set; }
Property Value
Type Description
SystemSettingsIdleLockState
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

MotionActivationEnabled

Indicates whether the motion service is activated.

Declaration
C#
Copy
public static bool MotionActivationEnabled { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

MotionEnabled

Indicates whether the device user has enabled the motion feature.

Declaration
C#
Copy
public static bool MotionEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

NetworkFlightModeEnabled

Indicates whether the device is in the flight mode.

Declaration
C#
Copy
public static bool NetworkFlightModeEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

NetworkWifiNotificationEnabled

Indicates whether Wi-Fi related notifications are enabled on the device.

Declaration
C#
Copy
public static bool NetworkWifiNotificationEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.wifi
View Source

RotaryEventEnabled

Indicates whether rotary event is enabled on the device.

Declaration
C#
Copy
public static bool RotaryEventEnabled { get; set; }
Property Value
Type Description
Boolean
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

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/input.rotating_bezel
View Source

ScreenBacklightTime

Indicates the backlight time (in seconds). The following values can be used: 15, 30, 60, 120, 300, and 600.

Declaration
C#
Copy
public static int ScreenBacklightTime { get; set; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundLockEnabled

Indicates whether the screen lock sound is enabled on the device, for example, the LCD on or off sound.

Declaration
C#
Copy
public static bool SoundLockEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundNotification

Indicates the file path of the current notification tone set by the user.

Declaration
C#
Copy
public static string SoundNotification { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.incoming_call
View Source

SoundNotificationRepetitionPeriod

Indicates the time period for notification repetitions.

Declaration
C#
Copy
public static int SoundNotificationRepetitionPeriod { get; set; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundSilentModeEnabled

Indicates whether the device is in the silent mode.

Declaration
C#
Copy
public static bool SoundSilentModeEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundTouchEnabled

Indicates whether the screen touch sound is enabled on the device.

Declaration
C#
Copy
public static bool SoundTouchEnabled { get; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

Time

Once the system changes time, this event occurs to notify the time change.

Declaration
C#
Copy
public static int Time { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

UltraDataSave

Indicates the time period for notification repetitions.

Declaration
C#
Copy
public static SystemSettingsUdsState UltraDataSave { get; }
Property Value
Type Description
SystemSettingsUdsState
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.telephony
View Source

UsbDebuggingEnabled

Indicates whether the USB debugging is enabled.

Declaration
C#
Copy
public static bool UsbDebuggingEnabled { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

Vibration

Indicates whether the vibration is enabled on the device or not.

Declaration
C#
Copy
public static bool Vibration { get; set; }
Property Value
Type Description
Boolean
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

WallpaperHomeScreen

The file path of the current home-screen wallpaper.

Declaration
C#
Copy
public static string WallpaperHomeScreen { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.home_screen
View Source

WallpaperLockScreen

The file path of the current lock-screen wallpaper.

Declaration
C#
Copy
public static string WallpaperLockScreen { get; set; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.lock_screen

Events

View Source

AccessibilityGrayscaleChanged

The AccessibilityGrayscaleChanged event is triggered when the AccessibilityGrayscale value is changed.

Declaration
C#
Copy
public static event EventHandler<AccessibilityGrayscaleChangedEventArgs> AccessibilityGrayscaleChanged
Event Type
Type Description
System.EventHandler<AccessibilityGrayscaleChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/accessibility.grayscale
View Source

AccessibilityNegativeColorChanged

The AccessibilityNegativeColorChanged event is triggered when the AccessibilityNegativeColor value is changed.

Declaration
C#
Copy
public static event EventHandler<AccessibilityNegativeColorChangedEventArgs> AccessibilityNegativeColorChanged
Event Type
Type Description
System.EventHandler<AccessibilityNegativeColorChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/accessibility.negative
View Source

AccessibilityTtsSettingChanged

THe AccessibilityTtsChanged event is triggered when the screen touch sound enabled status is changed.

Declaration
C#
Copy
public static event EventHandler<AccessibilityTtsSettingChangedEventArgs> AccessibilityTtsSettingChanged
Event Type
Type Description
System.EventHandler<AccessibilityTtsSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 4
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

AdsIdChanged

The AdsIdChanged event is triggered when the current ADS ID state is changed.

Declaration
C#
Copy
public static event EventHandler<AdsIdChangedEventArgs> AdsIdChanged
Event Type
Type Description
System.EventHandler<AdsIdChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

AutomaticTimeUpdateChanged

The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed.

Declaration
C#
Copy
public static event EventHandler<AutomaticTimeUpdateChangedEventArgs> AutomaticTimeUpdateChanged
Event Type
Type Description
System.EventHandler<AutomaticTimeUpdateChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

Data3GNetworkSettingChanged

The Data3GNetworkSettingChanged event is triggered when the 3G data network status is changed.

Declaration
C#
Copy
public static event EventHandler<Data3GNetworkSettingChangedEventArgs> Data3GNetworkSettingChanged
Event Type
Type Description
System.EventHandler<Data3GNetworkSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DeveloperOptionStateChanged

The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed.

Declaration
C#
Copy
public static event EventHandler<DeveloperOptionStateChangedEventArgs> DeveloperOptionStateChanged
Event Type
Type Description
System.EventHandler<DeveloperOptionStateChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DeviceNameChanged

The DeviceNameChanged event is triggered when the device name is changed.

Declaration
C#
Copy
public static event EventHandler<DeviceNameChangedEventArgs> DeviceNameChanged
Event Type
Type Description
System.EventHandler<DeviceNameChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

DisplayScreenRotationAutoSettingChanged

The DisplayScreenRotationAutoChanged event is triggered when the automatic rotation control status is changed.

Declaration
C#
Copy
public static event EventHandler<DisplayScreenRotationAutoSettingChangedEventArgs> DisplayScreenRotationAutoSettingChanged
Event Type
Type Description
System.EventHandler<DisplayScreenRotationAutoSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

EmailAlertRingtoneChanged

The EmailAlertRingtoneChanged event is triggered when the file path of the current email alert ringtone is changed.

Declaration
C#
Copy
public static event EventHandler<EmailAlertRingtoneChangedEventArgs> EmailAlertRingtoneChanged
Event Type
Type Description
System.EventHandler<EmailAlertRingtoneChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.notification_email
View Source

FontSizeChanged

The FontSizeChanged event is triggered when the current system font size is changed.

Declaration
C#
Copy
public static event EventHandler<FontSizeChangedEventArgs> FontSizeChanged
Event Type
Type Description
System.EventHandler<FontSizeChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

FontTypeChanged

The FontTypeChanged event is triggered when the current system font type is changed.

Declaration
C#
Copy
public static event EventHandler<FontTypeChangedEventArgs> FontTypeChanged
Event Type
Type Description
System.EventHandler<FontTypeChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

IncomingCallRingtoneChanged

The IncomingCallRingtoneChanged event is triggered when the file path of the incoming ringtone is changed.

Declaration
C#
Copy
public static event EventHandler<IncomingCallRingtoneChangedEventArgs> IncomingCallRingtoneChanged
Event Type
Type Description
System.EventHandler<IncomingCallRingtoneChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.incoming_call
View Source

LocaleCountryChanged

The LocaleCountryChanged event is triggered when the current country setting in the <LANGUAGE>_<REGION> syntax, is changed.

Declaration
C#
Copy
public static event EventHandler<LocaleCountryChangedEventArgs> LocaleCountryChanged
Event Type
Type Description
System.EventHandler<LocaleCountryChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleLanguageChanged

The LocaleLanguageChanged event is triggered when the current language setting in the <LANGUAGE>_<REGION> syntax, is changed.

Declaration
C#
Copy
public static event EventHandler<LocaleLanguageChangedEventArgs> LocaleLanguageChanged
Event Type
Type Description
System.EventHandler<LocaleLanguageChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleTimeFormat24HourSettingChanged

The LocaleTimeFormat24HourChanged event is triggered when the time format is changed.

Declaration
C#
Copy
public static event EventHandler<LocaleTimeFormat24HourSettingChangedEventArgs> LocaleTimeFormat24HourSettingChanged
Event Type
Type Description
System.EventHandler<LocaleTimeFormat24HourSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LocaleTimeZoneChanged

The LocaleTimeZoneChanged event is triggered when the current time zone is changed.

Declaration
C#
Copy
public static event EventHandler<LocaleTimeZoneChangedEventArgs> LocaleTimeZoneChanged
Event Type
Type Description
System.EventHandler<LocaleTimeZoneChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

LockScreenAppChanged

The LockScreenAppChanged event is triggered when the lockscreen application package name is changed.

Declaration
C#
Copy
public static event EventHandler<LockScreenAppChangedEventArgs> LockScreenAppChanged
Event Type
Type Description
System.EventHandler<LockScreenAppChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 4
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.lock_screen
View Source

LockStateChanged

The LockStateChanged event is triggered when the current lock state is changed.

Declaration
C#
Copy
public static event EventHandler<LockStateChangedEventArgs> LockStateChanged
Event Type
Type Description
System.EventHandler<LockStateChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

MotionActivationSettingChanged

The MotionActivationChanged event is triggered when the motion service status is changed.

Declaration
C#
Copy
public static event EventHandler<MotionActivationSettingChangedEventArgs> MotionActivationSettingChanged
Event Type
Type Description
System.EventHandler<MotionActivationSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

MotionSettingChanged

The MotionSettingChanged event is triggered when the motion feature enabled status is changed.

Declaration
C#
Copy
public static event EventHandler<MotionSettingChangedEventArgs> MotionSettingChanged
Event Type
Type Description
System.EventHandler<MotionSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

NetworkFlightModeSettingChanged

The NetworkFlightModeChanged event is triggered when the flight mode status is changed.

Declaration
C#
Copy
public static event EventHandler<NetworkFlightModeSettingChangedEventArgs> NetworkFlightModeSettingChanged
Event Type
Type Description
System.EventHandler<NetworkFlightModeSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

NetworkWifiNotificationSettingChanged

The NetworkWifiNotificationChanged event is triggered when the WiFi-related notifications enabled status is changed.

Declaration
C#
Copy
public static event EventHandler<NetworkWifiNotificationSettingChangedEventArgs> NetworkWifiNotificationSettingChanged
Event Type
Type Description
System.EventHandler<NetworkWifiNotificationSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.wifi
View Source

RotaryEventEnabledChanged

The RotaryEventEnabledChanged event is triggered when the RotaryEventEnabled value is changed.

Declaration
C#
Copy
public static event EventHandler<RotaryEventEnabledChangedEventArgs> RotaryEventEnabledChanged
Event Type
Type Description
System.EventHandler<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

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 6
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/input.rotating_bezel
View Source

ScreenBacklightTimeChanged

THe ScreenBacklightTimeChanged event is triggered when the backlight time is changed.

Declaration
C#
Copy
public static event EventHandler<ScreenBacklightTimeChangedEventArgs> ScreenBacklightTimeChanged
Event Type
Type Description
System.EventHandler<ScreenBacklightTimeChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundLockSettingChanged

The SoundLockChanged event is triggered when the screen lock sound enabled status is changed.

Declaration
C#
Copy
public static event EventHandler<SoundLockSettingChangedEventArgs> SoundLockSettingChanged
Event Type
Type Description
System.EventHandler<SoundLockSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundNotificationChanged

The SoundNotificationChanged event is triggered when the file path of the current notification tone set by the user is changed.

Declaration
C#
Copy
public static event EventHandler<SoundNotificationChangedEventArgs> SoundNotificationChanged
Event Type
Type Description
System.EventHandler<SoundNotificationChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.incoming_call
View Source

SoundNotificationRepetitionPeriodChanged

The SoundNotificationRepetitionPeriodChanged event is triggered when the time period for notification repetitions is changed.

Declaration
C#
Copy
public static event EventHandler<SoundNotificationRepetitionPeriodChangedEventArgs> SoundNotificationRepetitionPeriodChanged
Event Type
Type Description
System.EventHandler<SoundNotificationRepetitionPeriodChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundSilentModeSettingChanged

The SoundSilentModeChanged event is triggered when the silent mode status is changed.

Declaration
C#
Copy
public static event EventHandler<SoundSilentModeSettingChangedEventArgs> SoundSilentModeSettingChanged
Event Type
Type Description
System.EventHandler<SoundSilentModeSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

SoundTouchSettingChanged

THe SoundTouchChanged event is triggered when the screen touch sound enabled status is changed.

Declaration
C#
Copy
public static event EventHandler<SoundTouchSettingChangedEventArgs> SoundTouchSettingChanged
Event Type
Type Description
System.EventHandler<SoundTouchSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

TimeChanged

The TimeChanged event is triggered when the system time is changed.

Declaration
C#
Copy
public static event EventHandler<TimeChangedEventArgs> TimeChanged
Event Type
Type Description
System.EventHandler<TimeChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

UltraDataSaveChanged

The UltraDataSaveChanged event is triggered when the current Ultra Data Save state is changed.

Declaration
C#
Copy
public static event EventHandler<UltraDataSaveChangedEventArgs> UltraDataSaveChanged
Event Type
Type Description
System.EventHandler<UltraDataSaveChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.telephony
View Source

UltraDataSavePackageListChanged

The UltraDataSavePackageListChanged event is triggered when the current ADS ID state is changed.

Declaration
C#
Copy
public static event EventHandler<UltraDataSavePackageListChangedEventArgs> UltraDataSavePackageListChanged
Event Type
Type Description
System.EventHandler<UltraDataSavePackageListChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/network.telephony
View Source

UsbDebuggingSettingChanged

The UsbDebuggingSettingChangedEventArgs event is triggered when the USB debugging status is changed.

Declaration
C#
Copy
public static event EventHandler<UsbDebuggingSettingChangedEventArgs> UsbDebuggingSettingChanged
Event Type
Type Description
System.EventHandler<UsbDebuggingSettingChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

VibrationChanged

The VibrationChanged event is triggered when the vibration value is changed.

Declaration
C#
Copy
public static event EventHandler<VibrationChangedEventArgs> VibrationChanged
Event Type
Type Description
System.EventHandler<VibrationChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 5
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsetting
View Source

WallpaperHomeScreenChanged

THe WallpaperHomeScreenChanged event is triggered when the file path of the current home screen wallpaper is changed.

Declaration
C#
Copy
public static event EventHandler<WallpaperHomeScreenChangedEventArgs> WallpaperHomeScreenChanged
Event Type
Type Description
System.EventHandler<WallpaperHomeScreenChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.home_screen
View Source

WallpaperLockScreenChanged

The WallpaperLockScreenChanged event is triggered when the file path of the current lock screen wallpaper is changed.

Declaration
C#
Copy
public static event EventHandler<WallpaperLockScreenChangedEventArgs> WallpaperLockScreenChanged
Event Type
Type Description
System.EventHandler<WallpaperLockScreenChangedEventArgs>
Exceptions
Type Condition
System.ArgumentException

Invalid Argument

System.NotSupportedException

Not Supported feature

System.InvalidOperationException

Invalid operation

UnauthorizedAccessException

Thrown when application does not have privilege to access this method.

API Level: 3
Privilege Level: platform
Privilege: http://tizen.org/privilege/systemsettings.admin
Feature: http://tizen.org/feature/systemsettinghttp://tizen.org/feature/systemsetting.lock_screen