Class BettingOverlaySettings

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BettingOverlaySettings.Builder
      Protobuf type streamlayer.sdkSettings.BettingOverlaySettings
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • PRIMARY_COLOR_FIELD_NUMBER

        public static final int PRIMARY_COLOR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BUTTON_ICON_FIELD_NUMBER

        public static final int BUTTON_ICON_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TEXT_COLOR_FIELD_NUMBER

        public static final int TEXT_COLOR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • APP_INSTALLED_TEXT_FIELD_NUMBER

        public static final int APP_INSTALLED_TEXT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • APP_NOT_INSTALLED_TEXT_FIELD_NUMBER

        public static final int APP_NOT_INSTALLED_TEXT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TEXT_COLOR_CUSTOM_FIELD_NUMBER

        public static final int TEXT_COLOR_CUSTOM_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getFavoritesOrBuilderList

        @Deprecated
        public java.util.List<? extends BettingFavoriteOrBuilder> getFavoritesOrBuilderList()
        Deprecated.
        repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
      • getFavoritesCount

        @Deprecated
        public int getFavoritesCount()
        Deprecated.
        repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
        Specified by:
        getFavoritesCount in interface BettingOverlaySettingsOrBuilder
      • getFavoritesOrBuilder

        @Deprecated
        public BettingFavoriteOrBuilder getFavoritesOrBuilder​(int index)
        Deprecated.
        repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
      • getPrimaryColorBytes

        public com.google.protobuf.ByteString getPrimaryColorBytes()
        string primary_color = 2 [json_name = "primaryColor"];
        Specified by:
        getPrimaryColorBytes in interface BettingOverlaySettingsOrBuilder
        Returns:
        The bytes for primaryColor.
      • getButtonIcon

        @Deprecated
        public java.lang.String getButtonIcon()
        Deprecated.
        streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated. See streamlayer/sdkSettings/sdkSettings.common.proto;l=78
        string button_icon = 3 [json_name = "buttonIcon", deprecated = true];
        Specified by:
        getButtonIcon in interface BettingOverlaySettingsOrBuilder
        Returns:
        The buttonIcon.
      • getButtonIconBytes

        @Deprecated
        public com.google.protobuf.ByteString getButtonIconBytes()
        Deprecated.
        streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated. See streamlayer/sdkSettings/sdkSettings.common.proto;l=78
        string button_icon = 3 [json_name = "buttonIcon", deprecated = true];
        Specified by:
        getButtonIconBytes in interface BettingOverlaySettingsOrBuilder
        Returns:
        The bytes for buttonIcon.
      • getTextColorValue

        public int getTextColorValue()
        .streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];
        Specified by:
        getTextColorValue in interface BettingOverlaySettingsOrBuilder
        Returns:
        The enum numeric value on the wire for textColor.
      • getAppInstalledTextBytes

        public com.google.protobuf.ByteString getAppInstalledTextBytes()
        string app_installed_text = 5 [json_name = "appInstalledText"];
        Specified by:
        getAppInstalledTextBytes in interface BettingOverlaySettingsOrBuilder
        Returns:
        The bytes for appInstalledText.
      • getAppNotInstalledTextBytes

        public com.google.protobuf.ByteString getAppNotInstalledTextBytes()
        string app_not_installed_text = 6 [json_name = "appNotInstalledText"];
        Specified by:
        getAppNotInstalledTextBytes in interface BettingOverlaySettingsOrBuilder
        Returns:
        The bytes for appNotInstalledText.
      • getTextColorCustomBytes

        public com.google.protobuf.ByteString getTextColorCustomBytes()
        string text_color_custom = 7 [json_name = "textColorCustom"];
        Specified by:
        getTextColorCustomBytes in interface BettingOverlaySettingsOrBuilder
        Returns:
        The bytes for textColorCustom.
      • hasCtaImage

        public boolean hasCtaImage()
        .streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
        Specified by:
        hasCtaImage in interface BettingOverlaySettingsOrBuilder
        Returns:
        Whether the ctaImage field is set.
      • parseFrom

        public static BettingOverlaySettings parseFrom​(java.nio.ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(java.nio.ByteBuffer data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(java.io.InputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(java.io.InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static BettingOverlaySettings parseDelimitedFrom​(java.io.InputStream input)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static BettingOverlaySettings parseDelimitedFrom​(java.io.InputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(com.google.protobuf.CodedInputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BettingOverlaySettings parseFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<BettingOverlaySettings,​BettingOverlaySettings.Builder>