Enum PackageInteractions
Contains the flags for what interactions with packages and applications that is supported.
Namespace: Phoenix.Applications
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
[Flags]
public enum PackageInteractions
Fields
Name | Description |
---|---|
All | All of the interactions are supported. |
Constrain | The device supports constraining packages. |
ConstrainUnconstrain | The device supports both constraining and un-constraining packages. |
Launch | The device supports launching applications. |
LaunchTerminate | The device supports launching and terminating applications. |
None | None of the interactions are supported. |
Resume | The device supports resuming packages. |
Snap | The device supports snapping applications. |
SnapUnsnap | The device supports both snapping and unsnapping applications. |
Suspend | The device supports suspending packages. |
SuspendResume | The device supports suspending and resuming packages. |
Terminate | The device supports terminating applications. |
Unconstrain | The device supports un-constraining packages. |
Uninstall | The device supports uninstalling packages. |
Unsnap | The device supports unsnapping applications. |