DialAppStateDetails DialAppStateDetails DialAppStateDetails DialAppStateDetails Class

Definition

Represents the state of the DIAL app.

public : sealed class DialAppStateDetails : IDialAppStateDetailspublic sealed class DialAppStateDetails : IDialAppStateDetailsPublic NotInheritable Class DialAppStateDetails Implements IDialAppStateDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is returned when GetAppStateAsync is called on a DIAL app.

Properties

FullXml FullXml FullXml FullXml

Gets the entire XML response that is provided by the app when state of the app was requested.

public : PlatForm::String FullXml { get; }public string FullXml { get; }Public ReadOnly Property FullXml As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The full XML response.

State State State State

Gets the state of the application at the time the GetAppStateAsync was completed.

public : DialAppState State { get; }public DialAppState State { get; }Public ReadOnly Property State As DialAppState// You can use this property in JavaScript.
See Also