API  1.0.0
CPUserNotification.j File Reference

Go to the source code of this file.

Typedefs

typedef CPUserNotificationAction typedef CPUserNotificationActivationType CPUserNotificationActivationTypeNone = 0
 

Variables

 CPUserNotificationActivationTypeActionButtonClicked = 2
 
 CPUserNotificationActivationTypeAdditionalActionClicked = 4
 
 CPUserNotificationActivationTypeContentsClicked = 1
 
 CPUserNotificationActivationTypeReplied = 3
 

Typedef Documentation

◆ CPUserNotificationActivationTypeNone

typedef CPUserNotificationAction typedef CPUserNotificationActivationType CPUserNotificationActivationTypeNone = 0

CPUserNotificationActivationType CPUserNotificationActivationType The user did not interact with the notification alert.

Definition at line 34 of file CPUserNotification.j.

Variable Documentation

◆ CPUserNotificationActivationTypeActionButtonClicked

CPUserNotificationActivationTypeActionButtonClicked = 2

CPUserNotificationActivationType CPUserNotificationActivationType The user clicked on the action button of the notification alert.

Definition at line 48 of file CPUserNotification.j.

◆ CPUserNotificationActivationTypeAdditionalActionClicked

CPUserNotificationActivationTypeAdditionalActionClicked = 4

CPUserNotificationActivationType CPUserNotificationActivationType The user clicked on the additional action button of the notification alert.

Definition at line 62 of file CPUserNotification.j.

◆ CPUserNotificationActivationTypeContentsClicked

CPUserNotificationActivationTypeContentsClicked = 1

CPUserNotificationActivationType CPUserNotificationActivationType The user clicked on the contents of the notification alert.

Definition at line 41 of file CPUserNotification.j.

◆ CPUserNotificationActivationTypeReplied

CPUserNotificationActivationTypeReplied = 3

CPUserNotificationActivationType CPUserNotificationActivationType The user replied to the notification.

Definition at line 55 of file CPUserNotification.j.