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
      SettingsAllow getAllow()
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      int getAllowValue()
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.