DialAppLaunchResult
DialAppLaunchResult
DialAppLaunchResult
DialAppLaunchResult
Enum
Definition
The result of attempting to launch an app on a remote device.
public : enum class DialAppLaunchResultpublic enum DialAppLaunchResultPublic Enum DialAppLaunchResult// You can use this enum 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)
|
Fields
| FailedToLaunch FailedToLaunch FailedToLaunch FailedToLaunch | The app failed to launch. |
| Launched Launched Launched Launched | The app successfully launched. |
| NetworkFailure NetworkFailure NetworkFailure NetworkFailure | An error occurred while attempting to retrieve the state. |
| NotFound NotFound NotFound NotFound | The app was not found. |