Share via


ConversationalAgentSession.SetSupportLockScreenActivation(Boolean) Method

Definition

Enables or disables support for lock screen activation of the conversational agent.

public:
 virtual void SetSupportLockScreenActivation(bool lockScreenActivationSupported) = SetSupportLockScreenActivation;
void SetSupportLockScreenActivation(bool const& lockScreenActivationSupported);
public void SetSupportLockScreenActivation(bool lockScreenActivationSupported);
function setSupportLockScreenActivation(lockScreenActivationSupported)
Public Sub SetSupportLockScreenActivation (lockScreenActivationSupported As Boolean)

Parameters

lockScreenActivationSupported
Boolean

bool

True, if lock screen activation is enabled. Otherwise, false.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Applies to