Interface SoundSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoundSettings,SoundSettings.Builder
public interface SoundSettingsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SettingsAllowgetAllow().streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];intgetAllowValue().streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
-
-
-
Method Detail
-
getAllowValue
int getAllowValue()
.streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];- Returns:
- The enum numeric value on the wire for allow.
-
getAllow
SettingsAllow getAllow()
.streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];- Returns:
- The allow.
-
-