Interface ClientSettingsNotificationsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NotifySettings getNotify()
      .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
      SoundSettings getSound()
      .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
      boolean hasNotify()
      .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
      boolean hasSound()
      .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasNotify

        boolean hasNotify()
        .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
        Returns:
        Whether the notify field is set.
      • getNotify

        NotifySettings getNotify()
        .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
        Returns:
        The notify.
      • hasSound

        boolean hasSound()
        .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
        Returns:
        Whether the sound field is set.
      • getSound

        SoundSettings getSound()
        .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
        Returns:
        The sound.