Updated missing Windows.ApplicationModel.Activation.ActivationKind enum values

This commit is contained in:
tpodolak
2015-08-25 20:45:47 +02:00
parent 71a7d5306a
commit 36324e98d9
+18 -1
View File
@@ -1541,7 +1541,24 @@ declare module Windows {
device,
printTaskSettings,
cameraSettings,
webAuthenticationBrokerContinuation
restrictedLaunch,
appointmentsProvider,
contact,
lockScreenCall,
voiceCommand,
lockScreen,
pickerReturned,
walletAction,
pickFileContinuation,
pickSaveFileContinuation,
pickFolderContinuation,
webAuthenticationBrokerContinuation,
webAccountProvider,
componentUI,
protocolForResults,
toastNotification,
print3DWorkflow,
dialReceiver
}
export interface IActivatedEventArgs {
kind: Windows.ApplicationModel.Activation.ActivationKind;