OfflineGameNotificationsService

Protocols

OfflineGameNotificationsProtocol

Method IDSignature
1
func PollNotifications() -> (listNotifications: qlist<[[NotificationEvent]]((notificationevent))>, nbRemainingNotifs: uint32)
2
func PollSpecificOfflineNotifications(majortype: qlist<uint32>) -> (listTimedNotification: qlist<[[TimedNotification]]((timednotification))>, ret: uint32)
3
func PollAnyOfflineNotifications() -> (listTimedNotification: qlist<[[TimedNotification]]((timednotification))>, nbRemainingNotifs: uint32)