main.java.com.streamlayer.interactive.common.BypassNotificationsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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 BypassNotificationsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.BypassNotifications)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];
* @return The enum numeric value on the wire for inAppSilence.
*/
int getInAppSilenceValue();
/**
* .streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];
* @return The inAppSilence.
*/
com.streamlayer.interactive.common.SilenceSetting getInAppSilence();
}