Global

Type Definitions

SubscriptionMode

Properties:
Name Type Description
trackPosition boolean

Tracks the stream position received from RTM. RTM includes the position parameter in responses to publish and subscribe requests and in subscription data messages. The SDK can attempt to resubscribe to the channel data stream from this position.

fastForward boolean

If necessary, RTM fast-forwards the subscription when the SDK resubscribes to a channel.

To learn more about position tracking and fast-forwarding, see the sections "... with position" and "... with fast-forward (advanced)" in the chapter "Subscribing" in Satori Docs.

Source:
Type:
  • object