notificationType property

String? notificationType
getter/setter pair

Type of the notification. Possible string values are:

  • "unknown"
  • "testNotification" : A test push notification.
  • "productApproval" : Notification about change to a product's approval status.
  • "installFailure" : Notification about an app installation failure.
  • "appUpdate" : Notification about app update.
  • "newPermissions" : Notification about new app permissions.
  • "appRestricionsSchemaChange" : Notification about new app restrictions schema change.
  • "productAvailabilityChange" : Notification about product availability change.
  • "newDevice" : Notification about a new device.
  • "deviceReportUpdate" : Notification about an updated device report.

Implementation

core.String? notificationType;