Google local notification relay, for scheduling and canceling background notifications that are local to the device.
More...
Google local notification relay, for scheduling and canceling background notifications that are local to the device.
◆ CancelNotification()
void Beamable.Api.Notification.Internal.GoogleLocalNotificationRelay.CancelNotification |
( |
string |
key | ) |
|
|
inline |
◆ CreateNotificationChannel()
void Beamable.Api.Notification.Internal.GoogleLocalNotificationRelay.CreateNotificationChannel |
( |
string |
id, |
|
|
string |
name, |
|
|
string |
description |
|
) |
| |
|
inline |
◆ ScheduleNotification()
void Beamable.Api.Notification.Internal.GoogleLocalNotificationRelay.ScheduleNotification |
( |
string |
channel, |
|
|
string |
key, |
|
|
string |
title, |
|
|
string |
message, |
|
|
DateTime |
when, |
|
|
Dictionary< string, string > |
data |
|
) |
| |
|
inline |
Schedule a local notification for the future.
- Parameters
-
channel | Identifier of the channel (Android) or category (iOS) of the notification. |
key | Arbitrary string key that can be used for cancelling the notification. |
title | Title text of the notification. |
message | Body text of the notification. |
when | Time when the notification should arrive. This should be a future timestamp. |
data | Arbitrary key/value data to attach to the notification. |
Implements Beamable.Api.Notification.Internal.ILocalNotificationRelay.
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Runtime/Core/Platform/SDK/Notification/Internal/GoogleLocalNotificationRelay.cs