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

main.java.com.streamlayer.interactive.common.ServerNotificationOptionsOrBuilder 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/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface ServerNotificationOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.ServerNotificationOptions)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * skip modal
   * 
* * bool silence = 1 [json_name = "silence"]; * @return The silence. */ boolean getSilence(); /** *
   * skip update data
   * 
* * bool skip_update = 2 [json_name = "skipUpdate"]; * @return The skipUpdate. */ boolean getSkipUpdate(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy