Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 749 Bytes

NotificationAllOf.md

File metadata and controls

18 lines (12 loc) · 749 Bytes

OneSignal::NotificationAllOf

Properties

Name Type Description Notes
send_after Time Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. "Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)" "September 24th 2015, 2:00:00 pm UTC-07:00" "2015-09-24 14:00:00 GMT-0700" "Sept 24 2015 14:00:00 GMT-0700" "Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)" Note: SMS currently only supports send_after parameter. [optional]

Example

require 'onesignal'

instance = OneSignal::NotificationAllOf.new(
  send_after: null
)