DialAppStateDetails Class

Definition

Represents the state of the DIAL app.

public ref class DialAppStateDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DialAppStateDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DialAppStateDetails
Public NotInheritable Class DialAppStateDetails
Inheritance
Object Platform::Object IInspectable DialAppStateDetails
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

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

Properties

FullXml

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

State

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

Applies to