proxy property

String? proxy
getter/setter pair

Setting to control when a notification may be proxied. Possible string values are:

  • "PROXY_UNSPECIFIED" : If unspecified, default to Proxy.IF_PRIORITY_LOWERED.
  • "ALLOW" : Try to proxy this notification.
  • "DENY" : Do not proxy this notification.
  • "IF_PRIORITY_LOWERED" : Only try to proxy this notification if its AndroidMessagePriority was lowered from HIGH to NORMAL on the device.

Implementation

core.String? proxy;