Interface ClientSettingsNotificationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ClientSettingsNotifications,ClientSettingsNotifications.Builder
public interface ClientSettingsNotificationsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifySettingsgetNotify().streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];SoundSettingsgetSound().streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];booleanhasNotify().streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];booleanhasSound().streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
-
-
-
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.
-
-