LockScreenManager class

Enables an app to check if it is the current lock screen background provider, and to set itself as the provider.

Syntax

public static class LockScreenManager
Public NotInheritable Class LockScreenManager
public ref class LockScreenManager abstract sealed 

Members

The LockScreenManager class has these types of members:

  • Methods
  • Properties

Methods

The LockScreenManager class has these methods. It also inherits methods from the Object class.

Method Description
RequestAccessAsync Sets the current app as the lock screen background provider.

 

Properties

The LockScreenManager class has these properties.

Property Access type Description

IsProvidedByCurrentApplication

Read-only

Indicates whether the app is the current lock screen background provider.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.System.UserProfile Windows::Phone::System::UserProfile [C++]

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object