LockScreenCallEndCallDeferral
LockScreenCallEndCallDeferral
LockScreenCallEndCallDeferral
LockScreenCallEndCallDeferral
Class
Definition
The LockScreenCallEndCallDeferral object signals when the app no longer needs to defer the removal of itself from the lock screen.
public : sealed class LockScreenCallEndCallDeferral : ILockScreenCallEndCallDeferralpublic sealed class LockScreenCallEndCallDeferral : ILockScreenCallEndCallDeferralPublic NotInheritable Class LockScreenCallEndCallDeferral Implements ILockScreenCallEndCallDeferral// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Calls.LockScreenCallContract (introduced v1)
|
Remarks
An app gets a LockScreenCallEndCallDeferral object when it calls the LockScreenCallEndRequestedEventArgs.GetDeferral method to defer the default behavior of removing the app from the lock screen.
Methods
Complete() Complete() Complete() Complete()
Completes the deferral of the removal of the app from the lock screen, which causes the app to be removed from the lock screen if it hasn't already been removed by other means.
public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.