Interface BettingOverlaySettingsOrBuilder

    • Method Detail

      • getFavoritesList

        @Deprecated
        java.util.List<BettingFavorite> getFavoritesList()
        Deprecated.
        repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
      • getFavorites

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

        @Deprecated
        int getFavoritesCount()
        Deprecated.
        repeated .streamlayer.sdkSettings.BettingFavorite favorites = 1 [json_name = "favorites", deprecated = true];
      • getPrimaryColor

        java.lang.String getPrimaryColor()
        string primary_color = 2 [json_name = "primaryColor"];
        Returns:
        The primaryColor.
      • getPrimaryColorBytes

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

        @Deprecated
        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];
        Returns:
        The buttonIcon.
      • getButtonIconBytes

        @Deprecated
        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];
        Returns:
        The bytes for buttonIcon.
      • getTextColorValue

        int getTextColorValue()
        .streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];
        Returns:
        The enum numeric value on the wire for textColor.
      • getTextColor

        BettingSettingsTextColor getTextColor()
        .streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];
        Returns:
        The textColor.
      • getAppInstalledText

        java.lang.String getAppInstalledText()
        string app_installed_text = 5 [json_name = "appInstalledText"];
        Returns:
        The appInstalledText.
      • getAppInstalledTextBytes

        com.google.protobuf.ByteString getAppInstalledTextBytes()
        string app_installed_text = 5 [json_name = "appInstalledText"];
        Returns:
        The bytes for appInstalledText.
      • getAppNotInstalledText

        java.lang.String getAppNotInstalledText()
        string app_not_installed_text = 6 [json_name = "appNotInstalledText"];
        Returns:
        The appNotInstalledText.
      • getAppNotInstalledTextBytes

        com.google.protobuf.ByteString getAppNotInstalledTextBytes()
        string app_not_installed_text = 6 [json_name = "appNotInstalledText"];
        Returns:
        The bytes for appNotInstalledText.
      • getTextColorCustom

        java.lang.String getTextColorCustom()
        string text_color_custom = 7 [json_name = "textColorCustom"];
        Returns:
        The textColorCustom.
      • getTextColorCustomBytes

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

        boolean hasCtaImage()
        .streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
        Returns:
        Whether the ctaImage field is set.
      • getCtaImage

        CtaImage getCtaImage()
        .streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
        Returns:
        The ctaImage.