Notifique.OpenApi.Model.NtfPushSendPushRequestOptionsNotification (notifique v0.2.1)

Copy Markdown

Opções ricas (Web Notification API + mobile). Use options.notification.

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfPushSendPushRequestOptionsNotification{
  actions:
    [
      Notifique.OpenApi.Model.NtfPushSendPushRequestOptionsNotificationActionsInner.t()
    ]
    | nil,
  badge: String.t() | nil,
  dir: String.t() | nil,
  lang: String.t() | nil,
  renotify: boolean() | nil,
  requireInteraction: boolean() | nil,
  silent: boolean() | nil,
  sound: String.t() | nil,
  tag: String.t() | nil,
  timestamp: integer() | nil,
  vibrate: [integer()] | nil
}

Functions

decode(value)