All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.client.ClientSettingsNotificationsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sdkSettings/client/client.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;

public interface ClientSettingsNotificationsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.ClientSettingsNotifications)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
   * @return Whether the notify field is set.
   */
  boolean hasNotify();
  /**
   * .streamlayer.sdkSettings.client.NotifySettings notify = 1 [json_name = "notify"];
   * @return The notify.
   */
  com.streamlayer.sdkSettings.client.NotifySettings getNotify();

  /**
   * .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
   * @return Whether the sound field is set.
   */
  boolean hasSound();
  /**
   * .streamlayer.sdkSettings.client.SoundSettings sound = 2 [json_name = "sound"];
   * @return The sound.
   */
  com.streamlayer.sdkSettings.client.SoundSettings getSound();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy