AppBroadcastSignInState AppBroadcastSignInState AppBroadcastSignInState AppBroadcastSignInState Enum

Definition

Specifies the current sign-in state for a broadcast app.

Note

This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

public : enum class AppBroadcastSignInStatepublic enum AppBroadcastSignInStatePublic Enum AppBroadcastSignInState// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduced v1)
Capabilities
appBroadcastSettings appBroadcast

Fields

MicrosoftSignInComplete MicrosoftSignInComplete MicrosoftSignInComplete MicrosoftSignInComplete

A sign-in operation with the Microsoft service is complete.

MicrosoftSignInInProgress MicrosoftSignInInProgress MicrosoftSignInInProgress MicrosoftSignInInProgress

A sign-in operation with the Microsoft service is in progress.

NotSignedIn NotSignedIn NotSignedIn NotSignedIn

The user is not signed in.

OAuthSignInComplete OAuthSignInComplete OAuthSignInComplete OAuthSignInComplete

A sign-in operation with the broadcast provider service is complete.

OAuthSignInInProgress OAuthSignInInProgress OAuthSignInInProgress OAuthSignInInProgress

A sign-in operation with the broadcast provider service is in progress.

Remarks

Get the current sign-in state by handling the AppBroadcastBackgroundServiceSignInInfo.SignInStateChanged event.