FocusSessionManager.IsSupported Property

Definition

Gets a value indicating whether focus session APIs are supported on the device.

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = FocusSessionManager.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

Property Value

Boolean

bool

True if focus session APIs are supported; otherwise, false.

Applies to