Interface NotificationListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NotificationList, NotificationList.Builder

public interface NotificationListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNotificationsList

      List<Notification> getNotificationsList()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotifications

      Notification getNotifications(int index)
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsCount

      int getNotificationsCount()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsOrBuilderList

      List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getNotificationsOrBuilder

      NotificationOrBuilder getNotificationsOrBuilder(int index)
       Collection of notifications.
       
      repeated .nakama.api.Notification notifications = 1;
    • getCacheableCursor

      String getCacheableCursor()
       Use this cursor to paginate notifications. Cache this to catch up to new notifications.
       
      string cacheable_cursor = 2;
      Returns:
      The cacheableCursor.
    • getCacheableCursorBytes

      com.google.protobuf.ByteString getCacheableCursorBytes()
       Use this cursor to paginate notifications. Cache this to catch up to new notifications.
       
      string cacheable_cursor = 2;
      Returns:
      The bytes for cacheableCursor.