SendNotificationOptions interface
Options for sending notifications for tag based send.
- Extends
Properties
| tag |
A tag expression used to target devices. Use the |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| enable |
Set to true to enable test send. |
| on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
| request |
Options used when creating and sending HTTP requests for this operation. |
| tracing |
Options used when tracing is enabled. |
Property Details
tagExpression
A tag expression used to target devices. Use the createTagExpression function to create a tag expression from an array of tags.
tagExpression: string
Property Value
string
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From BroadcastSendNotificationOptions.abortSignal
enableTestSend
Set to true to enable test send.
enableTestSend?: boolean
Property Value
boolean
Inherited From BroadcastSendNotificationOptions.enableTestSend
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From BroadcastSendNotificationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From BroadcastSendNotificationOptions.requestOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From BroadcastSendNotificationOptions.tracingOptions