Interface PromotionNotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PromotionNotification,PromotionNotification.Builder
public interface PromotionNotificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTAButtongetCtaButton().streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];NotificationPromotionImagePositiongetImagePosition().streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];intgetImagePositionValue().streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];NotificationPromotionModegetMode().streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];intgetModeValue().streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];java.lang.StringgetSponsorLogo()string sponsor_logo = 1 [json_name = "sponsorLogo"];com.google.protobuf.ByteStringgetSponsorLogoBytes()string sponsor_logo = 1 [json_name = "sponsorLogo"];NotificationSponsorLogoModegetSponsorLogoMode().streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];intgetSponsorLogoModeValue().streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];booleanhasCtaButton().streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];
-
-
-
Method Detail
-
getSponsorLogo
java.lang.String getSponsorLogo()
string sponsor_logo = 1 [json_name = "sponsorLogo"];- Returns:
- The sponsorLogo.
-
getSponsorLogoBytes
com.google.protobuf.ByteString getSponsorLogoBytes()
string sponsor_logo = 1 [json_name = "sponsorLogo"];- Returns:
- The bytes for sponsorLogo.
-
getSponsorLogoModeValue
int getSponsorLogoModeValue()
.streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];- Returns:
- The enum numeric value on the wire for sponsorLogoMode.
-
getSponsorLogoMode
NotificationSponsorLogoMode getSponsorLogoMode()
.streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];- Returns:
- The sponsorLogoMode.
-
hasCtaButton
boolean hasCtaButton()
.streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];- Returns:
- Whether the ctaButton field is set.
-
getCtaButton
CTAButton getCtaButton()
.streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];- Returns:
- The ctaButton.
-
getImagePositionValue
int getImagePositionValue()
.streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];- Returns:
- The enum numeric value on the wire for imagePosition.
-
getImagePosition
NotificationPromotionImagePosition getImagePosition()
.streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];- Returns:
- The imagePosition.
-
getModeValue
int getModeValue()
.streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];- Returns:
- The enum numeric value on the wire for mode.
-
getMode
NotificationPromotionMode getMode()
.streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];- Returns:
- The mode.
-
-