Interface StreamPresenceEventOrBuilder

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

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

    • hasStream

      boolean hasStream()
       The stream this event relates to.
       
      .nakama.realtime.Stream stream = 1;
      Returns:
      Whether the stream field is set.
    • getStream

      Stream getStream()
       The stream this event relates to.
       
      .nakama.realtime.Stream stream = 1;
      Returns:
      The stream.
    • getStreamOrBuilder

      StreamOrBuilder getStreamOrBuilder()
       The stream this event relates to.
       
      .nakama.realtime.Stream stream = 1;
    • getJoinsList

      List<UserPresence> getJoinsList()
       Presences joining the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoins

      UserPresence getJoins(int index)
       Presences joining the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsCount

      int getJoinsCount()
       Presences joining the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsOrBuilderList

      List<? extends UserPresenceOrBuilder> getJoinsOrBuilderList()
       Presences joining the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsOrBuilder

      UserPresenceOrBuilder getJoinsOrBuilder(int index)
       Presences joining the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getLeavesList

      List<UserPresence> getLeavesList()
       Presences leaving the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeaves

      UserPresence getLeaves(int index)
       Presences leaving the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesCount

      int getLeavesCount()
       Presences leaving the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesOrBuilderList

      List<? extends UserPresenceOrBuilder> getLeavesOrBuilderList()
       Presences leaving the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesOrBuilder

      UserPresenceOrBuilder getLeavesOrBuilder(int index)
       Presences leaving the stream as part of this event, if any.
       
      repeated .nakama.realtime.UserPresence leaves = 3;