Interface GameInviteCardOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GameInviteCard, GameInviteCard.Builder

    public interface GameInviteCardOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getButtonLabel()
      string button_label = 4 [json_name = "buttonLabel"];
      com.google.protobuf.ByteString getButtonLabelBytes()
      string button_label = 4 [json_name = "buttonLabel"];
      boolean getCompleted()
      bool completed = 7 [json_name = "completed"];
      java.lang.String getHeading()
      string heading = 1 [json_name = "heading"];
      com.google.protobuf.ByteString getHeadingBytes()
      string heading = 1 [json_name = "heading"];
      java.lang.String getIconColor()
      string icon_color = 5 [json_name = "iconColor"];
      com.google.protobuf.ByteString getIconColorBytes()
      string icon_color = 5 [json_name = "iconColor"];
      java.lang.String getSubtext()
      string subtext = 3 [json_name = "subtext"];
      com.google.protobuf.ByteString getSubtextBytes()
      string subtext = 3 [json_name = "subtext"];
      java.lang.String getTerms()
      Deprecated.
      streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated.
      com.google.protobuf.ByteString getTermsBytes()
      Deprecated.
      streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated.
      java.lang.String getTypeface()
      string typeface = 2 [json_name = "typeface"];
      com.google.protobuf.ByteString getTypefaceBytes()
      string typeface = 2 [json_name = "typeface"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getHeading

        java.lang.String getHeading()
        string heading = 1 [json_name = "heading"];
        Returns:
        The heading.
      • getHeadingBytes

        com.google.protobuf.ByteString getHeadingBytes()
        string heading = 1 [json_name = "heading"];
        Returns:
        The bytes for heading.
      • getTypeface

        java.lang.String getTypeface()
        string typeface = 2 [json_name = "typeface"];
        Returns:
        The typeface.
      • getTypefaceBytes

        com.google.protobuf.ByteString getTypefaceBytes()
        string typeface = 2 [json_name = "typeface"];
        Returns:
        The bytes for typeface.
      • getSubtext

        java.lang.String getSubtext()
        string subtext = 3 [json_name = "subtext"];
        Returns:
        The subtext.
      • getSubtextBytes

        com.google.protobuf.ByteString getSubtextBytes()
        string subtext = 3 [json_name = "subtext"];
        Returns:
        The bytes for subtext.
      • getButtonLabel

        java.lang.String getButtonLabel()
        string button_label = 4 [json_name = "buttonLabel"];
        Returns:
        The buttonLabel.
      • getButtonLabelBytes

        com.google.protobuf.ByteString getButtonLabelBytes()
        string button_label = 4 [json_name = "buttonLabel"];
        Returns:
        The bytes for buttonLabel.
      • getIconColor

        java.lang.String getIconColor()
        string icon_color = 5 [json_name = "iconColor"];
        Returns:
        The iconColor.
      • getIconColorBytes

        com.google.protobuf.ByteString getIconColorBytes()
        string icon_color = 5 [json_name = "iconColor"];
        Returns:
        The bytes for iconColor.
      • getTerms

        @Deprecated
        java.lang.String getTerms()
        Deprecated.
        streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated. See streamlayer/sdkSettings/game/common/game_common.proto;l=100
        string terms = 6 [json_name = "terms", deprecated = true];
        Returns:
        The terms.
      • getTermsBytes

        @Deprecated
        com.google.protobuf.ByteString getTermsBytes()
        Deprecated.
        streamlayer.sdkSettings.game.common.GameInviteCard.terms is deprecated. See streamlayer/sdkSettings/game/common/game_common.proto;l=100
        string terms = 6 [json_name = "terms", deprecated = true];
        Returns:
        The bytes for terms.
      • getCompleted

        boolean getCompleted()
        bool completed = 7 [json_name = "completed"];
        Returns:
        The completed.