Interface MatchPresenceEventOrBuilder

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

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

    • getMatchId

      String getMatchId()
       The match unique ID.
       
      string match_id = 1;
      Returns:
      The matchId.
    • getMatchIdBytes

      com.google.protobuf.ByteString getMatchIdBytes()
       The match unique ID.
       
      string match_id = 1;
      Returns:
      The bytes for matchId.
    • getJoinsList

      List<UserPresence> getJoinsList()
       User presences that have just joined the match.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoins

      UserPresence getJoins(int index)
       User presences that have just joined the match.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsCount

      int getJoinsCount()
       User presences that have just joined the match.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsOrBuilderList

      List<? extends UserPresenceOrBuilder> getJoinsOrBuilderList()
       User presences that have just joined the match.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getJoinsOrBuilder

      UserPresenceOrBuilder getJoinsOrBuilder(int index)
       User presences that have just joined the match.
       
      repeated .nakama.realtime.UserPresence joins = 2;
    • getLeavesList

      List<UserPresence> getLeavesList()
       User presences that have just left the match.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeaves

      UserPresence getLeaves(int index)
       User presences that have just left the match.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesCount

      int getLeavesCount()
       User presences that have just left the match.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesOrBuilderList

      List<? extends UserPresenceOrBuilder> getLeavesOrBuilderList()
       User presences that have just left the match.
       
      repeated .nakama.realtime.UserPresence leaves = 3;
    • getLeavesOrBuilder

      UserPresenceOrBuilder getLeavesOrBuilder(int index)
       User presences that have just left the match.
       
      repeated .nakama.realtime.UserPresence leaves = 3;