Interface MatchmakerMatched.MatchmakerUserOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MatchmakerMatched.MatchmakerUser, MatchmakerMatched.MatchmakerUser.Builder
Enclosing class:
MatchmakerMatched

public static interface MatchmakerMatched.MatchmakerUserOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPresence

      boolean hasPresence()
       User info.
       
      .nakama.realtime.UserPresence presence = 1;
      Returns:
      Whether the presence field is set.
    • getPresence

      UserPresence getPresence()
       User info.
       
      .nakama.realtime.UserPresence presence = 1;
      Returns:
      The presence.
    • getPresenceOrBuilder

      UserPresenceOrBuilder getPresenceOrBuilder()
       User info.
       
      .nakama.realtime.UserPresence presence = 1;
    • getStringPropertiesCount

      int getStringPropertiesCount()
       String properties.
       
      map<string, string> string_properties = 5;
    • containsStringProperties

      boolean containsStringProperties(String key)
       String properties.
       
      map<string, string> string_properties = 5;
    • getStringProperties

      @Deprecated Map<String,String> getStringProperties()
      Deprecated.
    • getStringPropertiesMap

      Map<String,String> getStringPropertiesMap()
       String properties.
       
      map<string, string> string_properties = 5;
    • getStringPropertiesOrDefault

      String getStringPropertiesOrDefault(String key, String defaultValue)
       String properties.
       
      map<string, string> string_properties = 5;
    • getStringPropertiesOrThrow

      String getStringPropertiesOrThrow(String key)
       String properties.
       
      map<string, string> string_properties = 5;
    • getNumericPropertiesCount

      int getNumericPropertiesCount()
       Numeric properties.
       
      map<string, double> numeric_properties = 6;
    • containsNumericProperties

      boolean containsNumericProperties(String key)
       Numeric properties.
       
      map<string, double> numeric_properties = 6;
    • getNumericProperties

      @Deprecated Map<String,Double> getNumericProperties()
      Deprecated.
    • getNumericPropertiesMap

      Map<String,Double> getNumericPropertiesMap()
       Numeric properties.
       
      map<string, double> numeric_properties = 6;
    • getNumericPropertiesOrDefault

      double getNumericPropertiesOrDefault(String key, double defaultValue)
       Numeric properties.
       
      map<string, double> numeric_properties = 6;
    • getNumericPropertiesOrThrow

      double getNumericPropertiesOrThrow(String key)
       Numeric properties.
       
      map<string, double> numeric_properties = 6;