LockScreenCallUI.Dismiss Method

Definition

Deprecated. Removes the app from the lock screen UI.

public:
 virtual void Dismiss() = Dismiss;
void Dismiss();
public void Dismiss();
function dismiss()
Public Sub Dismiss ()

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Remarks

An app calls Dismiss to remove itself when the call is dropped, for example, the other party hangs up. When Dismiss returns, the lock screen no longer shows the app.

Applies to