Skip to content
yenmoc edited this page Jun 26, 2023 · 6 revisions

Simple api to push notification in game

First you need to create a notification channel that can be used through the menu

Create > Pancake > Misc > Notification Channel

image

  • Identifier : Unique identifier for the channel
  • Minute: Delay time will send notification
  • Repeat: Does the notification repeat or not?
  • BigPicture: If true this channel will use Name Picture value to fetch image from StreamingAsset to display as big picture

Datas : Contains a list of titles and messages that can be displayed on this channel if more than 1 when scheduled, it will randomize the value in the array to select title and message

Clone this wiki locally