| ILockScreenService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface ILockScreenService
The ILockScreenService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCurrentLockScreenUri |
Gets the current lock screen background image URI.
| |
| RequestAccessAsync |
Sets the current app as the lock screen background image provider.
| |
| SetLockScreenAsync(Stream) |
Sets the lock screen background image.
| |
| SetLockScreenAsync(Uri) |
Sets the lock screen background image.
|