Interface GameTitleCardOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GameTitleCard, GameTitleCard.Builder

    public interface GameTitleCardOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TitleCardAppearance getAppearance()
      .streamlayer.sdkSettings.game.common.TitleCardAppearance appearance = 7 [json_name = "appearance"];
      boolean getCompleted()
      bool completed = 8 [json_name = "completed"];
      java.lang.String getHeader()
      if no sponsor
      com.google.protobuf.ByteString getHeaderBytes()
      if no sponsor
      TitleCardMedia getMedia()
      .streamlayer.sdkSettings.game.common.TitleCardMedia media = 6 [json_name = "media"];
      boolean getOptIn()
      if opt_in is true and onboarding enabled, the user must complete onboarding to play the game (poll, trivia, prediction)
      java.lang.String getSubtitle()
      string subtitle = 4 [json_name = "subtitle"];
      com.google.protobuf.ByteString getSubtitleBytes()
      string subtitle = 4 [json_name = "subtitle"];
      java.lang.String getTitle()
      string title = 3 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 3 [json_name = "title"];
      boolean getVisible()
      bool visible = 1 [json_name = "visible"];
      boolean hasAppearance()
      .streamlayer.sdkSettings.game.common.TitleCardAppearance appearance = 7 [json_name = "appearance"];
      boolean hasMedia()
      .streamlayer.sdkSettings.game.common.TitleCardMedia media = 6 [json_name = "media"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getVisible

        boolean getVisible()
        bool visible = 1 [json_name = "visible"];
        Returns:
        The visible.
      • getOptIn

        boolean getOptIn()
         if opt_in is true and onboarding enabled, the user must complete onboarding to play the game (poll, trivia, prediction)
         
        bool opt_in = 2 [json_name = "optIn"];
        Returns:
        The optIn.
      • getTitle

        java.lang.String getTitle()
        string title = 3 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 3 [json_name = "title"];
        Returns:
        The bytes for title.
      • getSubtitle

        java.lang.String getSubtitle()
        string subtitle = 4 [json_name = "subtitle"];
        Returns:
        The subtitle.
      • getSubtitleBytes

        com.google.protobuf.ByteString getSubtitleBytes()
        string subtitle = 4 [json_name = "subtitle"];
        Returns:
        The bytes for subtitle.
      • getHeader

        java.lang.String getHeader()
         if no sponsor
         
        string header = 5 [json_name = "header"];
        Returns:
        The header.
      • getHeaderBytes

        com.google.protobuf.ByteString getHeaderBytes()
         if no sponsor
         
        string header = 5 [json_name = "header"];
        Returns:
        The bytes for header.
      • hasMedia

        boolean hasMedia()
        .streamlayer.sdkSettings.game.common.TitleCardMedia media = 6 [json_name = "media"];
        Returns:
        Whether the media field is set.
      • getMedia

        TitleCardMedia getMedia()
        .streamlayer.sdkSettings.game.common.TitleCardMedia media = 6 [json_name = "media"];
        Returns:
        The media.
      • hasAppearance

        boolean hasAppearance()
        .streamlayer.sdkSettings.game.common.TitleCardAppearance appearance = 7 [json_name = "appearance"];
        Returns:
        Whether the appearance field is set.
      • getAppearance

        TitleCardAppearance getAppearance()
        .streamlayer.sdkSettings.game.common.TitleCardAppearance appearance = 7 [json_name = "appearance"];
        Returns:
        The appearance.
      • getCompleted

        boolean getCompleted()
        bool completed = 8 [json_name = "completed"];
        Returns:
        The completed.