LockScreenCallEndRequestedEventArgs Class

Definition

Controls the removal of an app from the lock screen.

public ref class LockScreenCallEndRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.LockScreenCallContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LockScreenCallEndRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.LockScreenCallContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LockScreenCallEndRequestedEventArgs
Public NotInheritable Class LockScreenCallEndRequestedEventArgs
Inheritance
Object Platform::Object IInspectable LockScreenCallEndRequestedEventArgs
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.LockScreenCallContract (introduced in v1.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Remarks

If the app doesn't call GetDeferral to request a deferral, the app is removed from the lock screen as soon as the LockScreenCallUI.EndRequested event handler returns.

Properties

Deadline

Gets the deadline by which the app must complete the deferral.

Methods

GetDeferral()

Requests to defer the default behavior of removing the app from the lock screen.

Applies to