Interface PromotionNotificationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CTAButton getCtaButton()
      .streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];
      NotificationPromotionImagePosition getImagePosition()
      .streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];
      int getImagePositionValue()
      .streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];
      NotificationPromotionMode getMode()
      .streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];
      int getModeValue()
      .streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];
      java.lang.String getSponsorLogo()
      string sponsor_logo = 1 [json_name = "sponsorLogo"];
      com.google.protobuf.ByteString getSponsorLogoBytes()
      string sponsor_logo = 1 [json_name = "sponsorLogo"];
      NotificationSponsorLogoMode getSponsorLogoMode()
      .streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];
      int getSponsorLogoModeValue()
      .streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];
      boolean hasCtaButton()
      .streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.