ExtendedActivationKind Enum

Definition

Defines values that represent activation types.

public enum class ExtendedActivationKind
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Version(1)]
enum class ExtendedActivationKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppLifecycle.AppLifecycleContract, 65536)]
enum class ExtendedActivationKind
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Version(1)]
public enum ExtendedActivationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppLifecycle.AppLifecycleContract), 65536)]
public enum ExtendedActivationKind
var value = Microsoft.Windows.AppLifecycle.ExtendedActivationKind.launch
Public Enum ExtendedActivationKind
Inheritance
ExtendedActivationKind
Attributes

Fields

AppNotification 5001
AppointmentsProvider 13

The user wants to manage appointments that are provided by the app.

BarcodeScannerProvider 1022

The app was activated as a barcode scanner provider.

CachedFileUpdater 7

The user wants to save a file that the app provides content management for.

CameraSettings 11

The app captures photos or video from an attached camera.

CommandLineLaunch 1021

The app was launched from the command line.

ComponentUI 1007

Reserved for system use.

Contact 14

The user wants to handle calls or messages for the phone number of a contact that is provided by the app.

ContactPanel 1017

The app was launched from the My People UI.

ContactPicker 8

The user wants to pick contacts.

Device 9

The app handles AutoPlay.

DevicePairing 1013

This app was activated as a result of pairing a device.

DialReceiver 1012

This app was launched by another app on a different device by using the DIAL protocol.

File 3

An app launched a file whose file type this app is registered to handle.

FileOpenPicker 5

The user wants to pick files that are provided by the app.

FilePickerExperience 1015

Reserved for system use.

FileSavePicker 6

The user wants to save a file and selected the app as the location.

GameUIProvider 1019

The app was activated because it was launched by the OS due to a request for game-specific UI.

Launch 0

The user launched the app or tapped a content tile.

LockScreen 17

The app was activated as the lock screen.

LockScreenCall 15

The app launches a call from the lock screen. If the user wants to accept the call, the app displays its call UI directly on the lock screen without requiring the user to unlock. A lock-screen call is a special type of launch activation.

LockScreenComponent 1016

Reserved for system use.

PhoneCallActivation 1025

The app was activated by a phone call.

PickerReturned 1000

Not supported. The app was activated after the completion of a picker.

PickFileContinuation 1002

Not supported. The app was activated after the app was suspended for a file picker operation.

PickFolderContinuation 1004

Not supported. The app was activated after the app was suspended for a folder picker operation.

PickSaveFileContinuation 1003

Not supported. The app was activated after the app was suspended for a file save picker operation.

Print3DWorkflow 1011

This app was launched by another app to provide a customized printing experience for a 3D printer.

PrintSupportJobUI 1023

The app was activated as print support job UI.

PrintSupportSettingsUI 1024

The app was activated as print support settings UI.

PrintTaskSettings 10

The app handles print tasks.

PrintWorkflowForegroundTask 1018

The app was activated because the user is printing to a printer that has a Print Workflow App associated with it which has requested user input.

Protocol 4

An app launched a URI whose scheme name this app is registered to handle.

ProtocolForResults 1009

The app was launched by another app with the expectation that it will return a result back to the caller.

Push 5000
RestrictedLaunch 12

The user launched the restricted app.

1

The user wants to search with the app.

ShareTarget 2

The app is activated as a target for share operations.

StartupTask 1020

The app was activated because the app is specified to launch at system startup or user log-in.

ToastNotification 1010

The app was activated when a user tapped on the body of a toast notification or performed an action inside a toast notification.

UserDataAccountsProvider 1014

The app was launched to handle the user interface for account management. In circumstances where the system would have shown the default system user interface, it instead has invoked your app with the UserDataAccountProvider contract. The activation payload contains information about the type of operation being requested and all the information necessary to replicate the system-provided user interface. This activation kind is limited to 1st party apps. To use this field, you must add the userDataAccountsProvider capability in your app's package manifest. For more info see App capability declarations.

VoiceCommand 16

The app was activated as the result of a voice command.

VpnForeground 1026

The app was activated as a VPN app in the foreground.

WalletAction 1001

Not supported. The app was activated to perform a Wallet operation.

WebAccountProvider 1006

The app was activated by a web account provider.

WebAuthenticationBrokerContinuation 1005

Not supported. The app was activated after the app was suspended for a web authentication broker operation.

Remarks

This enum is used by the Kind property.

Applies to

See also