LockScreenCallUI.Dismiss Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.