Interface GamesOverlaySettingsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GameSettings getInplayGame()
      .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
      LeaderboardKind getLeaderboardKind()
      .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
      int getLeaderboardKindValue()
      .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
      ModerationSettings getModeration()
      .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
      java.lang.String getPinnedLeaderboardId()
      string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
      com.google.protobuf.ByteString getPinnedLeaderboardIdBytes()
      string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
      boolean hasInplayGame()
      .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
      boolean hasModeration()
      .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasInplayGame

        boolean hasInplayGame()
        .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
        Returns:
        Whether the inplayGame field is set.
      • getInplayGame

        GameSettings getInplayGame()
        .streamlayer.sdkSettings.game.common.GameSettings inplay_game = 1 [json_name = "inplayGame"];
        Returns:
        The inplayGame.
      • hasModeration

        boolean hasModeration()
        .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
        Returns:
        Whether the moderation field is set.
      • getModeration

        ModerationSettings getModeration()
        .streamlayer.sdkSettings.moderation.common.ModerationSettings moderation = 2 [json_name = "moderation"];
        Returns:
        The moderation.
      • getPinnedLeaderboardId

        java.lang.String getPinnedLeaderboardId()
        string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
        Returns:
        The pinnedLeaderboardId.
      • getPinnedLeaderboardIdBytes

        com.google.protobuf.ByteString getPinnedLeaderboardIdBytes()
        string pinned_leaderboard_id = 3 [json_name = "pinnedLeaderboardId"];
        Returns:
        The bytes for pinnedLeaderboardId.
      • getLeaderboardKindValue

        int getLeaderboardKindValue()
        .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
        Returns:
        The enum numeric value on the wire for leaderboardKind.
      • getLeaderboardKind

        LeaderboardKind getLeaderboardKind()
        .streamlayer.sdkSettings.LeaderboardKind leaderboard_kind = 4 [json_name = "leaderboardKind"];
        Returns:
        The leaderboardKind.