recordNotificationEvent abstract method

Future<void> recordNotificationEvent({
  1. required PinpointEventType eventType,
  2. required PushNotificationMessage notification,
})

Used when a notification related event occurs such as notification received or opened

Implementation

Future<void> recordNotificationEvent({
  required PinpointEventType eventType,
  required PushNotificationMessage notification,
});