ILockScreenCallActivatedEventArgs
ILockScreenCallActivatedEventArgs
ILockScreenCallActivatedEventArgs
ILockScreenCallActivatedEventArgs
Interface
Definition
Provides event information when communication to and from the lock screen is required.
public : interface ILockScreenCallActivatedEventArgspublic interface ILockScreenCallActivatedEventArgsPublic Interface ILockScreenCallActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
ILaunchActivatedEventArgsILaunchActivatedEventArgsILaunchActivatedEventArgsILaunchActivatedEventArgsILockScreenCallActivatedEventArgsILockScreenCallActivatedEventArgsILockScreenCallActivatedEventArgsILockScreenCallActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
CallUI CallUI CallUI CallUI
Gets the UI that handles communication to and from the lock screen.
public : LockScreenCallUI CallUI { get; }public LockScreenCallUI CallUI { get; }Public ReadOnly Property CallUI As LockScreenCallUI// You can use this property in JavaScript.
The UI that handles communication to and from the lock screen.
- See Also