PICO Unreal Platform SDK
|
OnlinePicoRoom Blueprint Function class. More...
#include <Pico_Notification.h>
Static Public Member Functions | |
static void | GetRoomInviteNotifications (UObject *WorldContextObject, int PageIdx, int PageSize, FNotificationRoomInviteNotifications OnRoomInviteNotificationsCallback) |
Gets a list of all pending room invites for your app. For example, notifications that may have been sent before the user launches your app. More... | |
static void | MarkAsRead (UObject *WorldContextObject, const FString &NotificationID, FNotificationMarkAsRead OnMarkAsReadCallback) |
Marks a notification as read. More... | |
OnlinePicoRoom Blueprint Function class.