Click or drag to resize

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)
Syntax
void Activate(
	string appUserModelId,
	string invokedArgs,
	NOTIFICATION_USER_INPUT_DATA[] data,
	uint count
)

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