ILockScreenCallActivatedEventArgs.CallUI Property

Definition

Gets the UI that handles communication to and from the lock screen.

public:
 property LockScreenCallUI ^ CallUI { LockScreenCallUI ^ get(); };
LockScreenCallUI CallUI();
public LockScreenCallUI CallUI { get; }
var lockScreenCallUI = iLockScreenCallActivatedEventArgs.callUI;
Public ReadOnly Property CallUI As LockScreenCallUI

Property Value

The UI that handles communication to and from the lock screen.

Applies to

See also