WebAuthenticationBrokerContinuationEventArgs
WebAuthenticationBrokerContinuationEventArgs
WebAuthenticationBrokerContinuationEventArgs
WebAuthenticationBrokerContinuationEventArgs
Class
Definition
Provides information to an app that was launched after being suspended for a web authentication broker operation.
public : sealed class WebAuthenticationBrokerContinuationEventArgs : IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgspublic sealed class WebAuthenticationBrokerContinuationEventArgs : IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgsPublic NotInheritable Class WebAuthenticationBrokerContinuationEventArgs Implements IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
You access a WebAuthenticationBrokerContinuationEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is WebAuthenticationBrokerContinuation.
For an example that uses the WebAuthenticationBrokerContinuationEventArgs class, see How to continue your Windows Phone Store app after calling an AndContinue method.
Properties
ContinuationData ContinuationData ContinuationData ContinuationData
Gets a set of values populated by the app before a web authentication broker operation that deactivates the app in order to provide context when the app is activated.
public : ValueSet ContinuationData { get; }public ValueSet ContinuationData { get; }Public ReadOnly Property ContinuationData As ValueSet// You can use this property in JavaScript.
Kind Kind Kind Kind
Gets the activation type.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
The ActivationKind.WebAuthenticationBrokerContinuation enumeration value.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before it was activated.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
One of the enumeration values.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The object that provides splash screen information.
WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult
Gets the WebAuthenticationResult object returned from the web authentication broker operation.
public : WebAuthenticationResult WebAuthenticationResult { get; }public WebAuthenticationResult WebAuthenticationResult { get; }Public ReadOnly Property WebAuthenticationResult As WebAuthenticationResult// You can use this property in JavaScript.
- Value
- WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult
The result of the web authentication broker operation.