Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 812 Bytes

GetNotificationRequestBody.md

File metadata and controls

22 lines (16 loc) · 812 Bytes

OneSignal::GetNotificationRequestBody

Properties

Name Type Description Notes
events String -> "sent" - All the devices by player_id that were sent the specified notification_id. Notifications targeting under 1000 recipients will not have "sent" events recorded, but will show "clicked" events. "clicked" - All the devices by `player_id` that clicked the specified notification_id. [optional]
email String The email address you would like the report sent. [optional]
app_id String [optional]

Example

require 'onesignal'

instance = OneSignal::GetNotificationRequestBody.new(
  events: null,
  email: null,
  app_id: null
)