ConversationalAgentSession.SetSupportLockScreenActivation(Boolean) 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.
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)
|