Interface BettingOverlaySettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BettingOverlaySettings,BettingOverlaySettings.Builder
public interface BettingOverlaySettingsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAppInstalledText()string app_installed_text = 5 [json_name = "appInstalledText"];com.google.protobuf.ByteStringgetAppInstalledTextBytes()string app_installed_text = 5 [json_name = "appInstalledText"];java.lang.StringgetAppNotInstalledText()string app_not_installed_text = 6 [json_name = "appNotInstalledText"];com.google.protobuf.ByteStringgetAppNotInstalledTextBytes()string app_not_installed_text = 6 [json_name = "appNotInstalledText"];java.lang.StringgetButtonIcon()Deprecated.streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated.com.google.protobuf.ByteStringgetButtonIconBytes()Deprecated.streamlayer.sdkSettings.BettingOverlaySettings.button_icon is deprecated.CtaImagegetCtaImage().streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];BettingFavoritegetFavorites(int index)Deprecated.intgetFavoritesCount()Deprecated.java.util.List<BettingFavorite>getFavoritesList()Deprecated.java.lang.StringgetPrimaryColor()string primary_color = 2 [json_name = "primaryColor"];com.google.protobuf.ByteStringgetPrimaryColorBytes()string primary_color = 2 [json_name = "primaryColor"];BettingSettingsTextColorgetTextColor().streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];java.lang.StringgetTextColorCustom()string text_color_custom = 7 [json_name = "textColorCustom"];com.google.protobuf.ByteStringgetTextColorCustomBytes()string text_color_custom = 7 [json_name = "textColorCustom"];intgetTextColorValue().streamlayer.sdkSettings.BettingSettingsTextColor text_color = 4 [json_name = "textColor"];booleanhasCtaImage().streamlayer.sdkSettings.CtaImage cta_image = 8 [json_name = "ctaImage"];
-
-
-
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=78string 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=78string 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.
-
-