 | INotificationActivationCallbackActivate Method |
[This is preliminary documentation and is subject to change.]
Activate method to be called when a user interacts with a toast in Action Center
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxvoid Activate(
string appUserModelId,
string invokedArgs,
NOTIFICATION_USER_INPUT_DATA[] data,
uint count
)
Sub Activate (
appUserModelId As String,
invokedArgs As String,
data As NOTIFICATION_USER_INPUT_DATA(),
count As UInteger
)
void Activate(
String^ appUserModelId,
String^ invokedArgs,
array<NOTIFICATION_USER_INPUT_DATA>^ data,
unsigned int count
)
abstract Activate :
appUserModelId : string *
invokedArgs : string *
data : NOTIFICATION_USER_INPUT_DATA[] *
count : uint32 -> unit
Parameters
- appUserModelId
- Type: SystemString
AppUserModelID of the application - invokedArgs
- Type: SystemString
Arguments from the invoked button - data
- Type: DesktopToastNOTIFICATION_USER_INPUT_DATA
Data from the input fields - count
- Type: SystemUInt32
The number of data elements
See Also