Interface BypassNotificationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BypassNotifications,BypassNotifications.Builder
public interface BypassNotificationsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SilenceSettinggetInAppSilence().streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];intgetInAppSilenceValue().streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];
-
-
-
Method Detail
-
getInAppSilenceValue
int getInAppSilenceValue()
.streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];- Returns:
- The enum numeric value on the wire for inAppSilence.
-
getInAppSilence
SilenceSetting getInAppSilence()
.streamlayer.interactive.SilenceSetting in_app_silence = 1 [json_name = "inAppSilence"];- Returns:
- The inAppSilence.
-
-