Dummy local notification handler, for use as a stand-in within Editor and other contexts where OS notifications are not available.
More...
Dummy local notification handler, for use as a stand-in within Editor and other contexts where OS notifications are not available.
◆ CancelNotification()
void Beamable.Api.Notification.Internal.DummyLocalNotificationRelay.CancelNotification |
( |
string |
key | ) |
|
|
inline |
◆ ClearDeliveredNotifications()
void Beamable.Api.Notification.Internal.DummyLocalNotificationRelay.ClearDeliveredNotifications |
( |
| ) |
|
|
inline |
◆ CreateNotificationChannel()
void Beamable.Api.Notification.Internal.DummyLocalNotificationRelay.CreateNotificationChannel |
( |
string |
id, |
|
|
string |
name, |
|
|
string |
description |
|
) |
| |
|
inline |
◆ ScheduleNotification()
void Beamable.Api.Notification.Internal.DummyLocalNotificationRelay.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:
- com.beamable/Runtime/Core/Platform/SDK/Notification/Internal/DummyLocalNotificationRelay.cs