Interface ClientSettingsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CallsSound getCallsSound()
      .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
      int getCallsSoundValue()
      .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
      FriendsNotify getFriendsNotify()
      .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
      int getFriendsNotifyValue()
      .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
      FriendsSound getFriendsSound()
      .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
      int getFriendsSoundValue()
      .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
      ClientSettingsNotifications getGamification()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
      MessagesNotify getMessagesNotify()
      .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
      int getMessagesNotifyValue()
      .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
      MessagesSound getMessagesSound()
      .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
      int getMessagesSoundValue()
      .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
      TwitterNotify getTwitterNotify()
      .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
      int getTwitterNotifyValue()
      .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
      ClientSettingsNotifications getTwitterQuestion()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
      TwitterSound getTwitterSound()
      .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
      int getTwitterSoundValue()
      .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
      VisibleStatus getVisibleStatus()
      .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
      int getVisibleStatusValue()
      .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
      ClientSettingsNotifications getWatchPartyInvitation()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
      boolean hasGamification()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
      boolean hasTwitterQuestion()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
      boolean hasWatchPartyInvitation()
      .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getVisibleStatusValue

        int getVisibleStatusValue()
        .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
        Returns:
        The enum numeric value on the wire for visibleStatus.
      • getVisibleStatus

        VisibleStatus getVisibleStatus()
        .streamlayer.sdkSettings.client.VisibleStatus visible_status = 1 [json_name = "visibleStatus"];
        Returns:
        The visibleStatus.
      • getMessagesNotifyValue

        int getMessagesNotifyValue()
        .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
        Returns:
        The enum numeric value on the wire for messagesNotify.
      • getMessagesNotify

        MessagesNotify getMessagesNotify()
        .streamlayer.sdkSettings.client.MessagesNotify messages_notify = 2 [json_name = "messagesNotify"];
        Returns:
        The messagesNotify.
      • getFriendsNotifyValue

        int getFriendsNotifyValue()
        .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
        Returns:
        The enum numeric value on the wire for friendsNotify.
      • getFriendsNotify

        FriendsNotify getFriendsNotify()
        .streamlayer.sdkSettings.client.FriendsNotify friends_notify = 3 [json_name = "friendsNotify"];
        Returns:
        The friendsNotify.
      • getCallsSoundValue

        int getCallsSoundValue()
        .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
        Returns:
        The enum numeric value on the wire for callsSound.
      • getCallsSound

        CallsSound getCallsSound()
        .streamlayer.sdkSettings.client.CallsSound calls_sound = 4 [json_name = "callsSound"];
        Returns:
        The callsSound.
      • getMessagesSoundValue

        int getMessagesSoundValue()
        .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
        Returns:
        The enum numeric value on the wire for messagesSound.
      • getMessagesSound

        MessagesSound getMessagesSound()
        .streamlayer.sdkSettings.client.MessagesSound messages_sound = 5 [json_name = "messagesSound"];
        Returns:
        The messagesSound.
      • getFriendsSoundValue

        int getFriendsSoundValue()
        .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
        Returns:
        The enum numeric value on the wire for friendsSound.
      • getFriendsSound

        FriendsSound getFriendsSound()
        .streamlayer.sdkSettings.client.FriendsSound friends_sound = 6 [json_name = "friendsSound"];
        Returns:
        The friendsSound.
      • getTwitterNotifyValue

        int getTwitterNotifyValue()
        .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
        Returns:
        The enum numeric value on the wire for twitterNotify.
      • getTwitterNotify

        TwitterNotify getTwitterNotify()
        .streamlayer.sdkSettings.client.TwitterNotify twitter_notify = 7 [json_name = "twitterNotify"];
        Returns:
        The twitterNotify.
      • getTwitterSoundValue

        int getTwitterSoundValue()
        .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
        Returns:
        The enum numeric value on the wire for twitterSound.
      • getTwitterSound

        TwitterSound getTwitterSound()
        .streamlayer.sdkSettings.client.TwitterSound twitter_sound = 8 [json_name = "twitterSound"];
        Returns:
        The twitterSound.
      • hasGamification

        boolean hasGamification()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
        Returns:
        Whether the gamification field is set.
      • getGamification

        ClientSettingsNotifications getGamification()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications gamification = 9 [json_name = "gamification"];
        Returns:
        The gamification.
      • hasWatchPartyInvitation

        boolean hasWatchPartyInvitation()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
        Returns:
        Whether the watchPartyInvitation field is set.
      • getWatchPartyInvitation

        ClientSettingsNotifications getWatchPartyInvitation()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications watch_party_invitation = 10 [json_name = "watchPartyInvitation"];
        Returns:
        The watchPartyInvitation.
      • hasTwitterQuestion

        boolean hasTwitterQuestion()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
        Returns:
        Whether the twitterQuestion field is set.
      • getTwitterQuestion

        ClientSettingsNotifications getTwitterQuestion()
        .streamlayer.sdkSettings.client.ClientSettingsNotifications twitter_question = 11 [json_name = "twitterQuestion"];
        Returns:
        The twitterQuestion.