ExtensibilityApp class
A static class that provides the lock screen extensibility API.
Syntax
Members
The ExtensibilityApp class has these types of members:
Methods
The ExtensibilityApp class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| BeginUnlock | Reveals the lock wallpaper or pin pad. |
| EndUnlock | Cancels the unlock initiated by BeginUnlock. |
| GetLockPinpadHeight | Gets the system lock pin pad height. |
| IsLockScreenApplicationRegistered | Gets the lock screen application registration status. |
| IsSystemOverlayApplicationRegistered | Gets the system overlay application registration status. |
| RaiseToastNotifications | Raises system events associated with toast notifications. |
| RegisterLockScreenApplication | Registers the caller as a lock screen application. |
| RegisterSystemOverlayApplication | Registers the caller as a system overlay application. |
| UnregisterLockScreenApplication | Unregisters the caller as a lock screen application. |
| UnregisterSystemOverlayApplication | Unregisters the caller as a system overlay application. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Version(0x06030000)]
Show: