proxy property
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 fromHIGH
toNORMAL
on the device.
Implementation
core.String? proxy;