Notification options. Either timeout or n must be specified. n: Number of notifications needed by the app to complete a specific op. timeout: Timeout in ms, after which the SDK will stop collecting notifications. filterFunc: Interested in notifications that match this filter. transformFunc: Transform each notification packet and return transformed object. If transformFunc is not used, the promise is resolved with DataFlow.CommandSuccess.

Index

Properties

Optional filterFunc

filterFunc: FilterFunc

Optional n

n: undefined | number

Optional timeout

timeout: undefined | number

Optional transformFunc

transformFunc: TransformFunc