tapInteractionStream property

Stream<PointAnnotationInteractionContext> get tapInteractionStream

Broadcast stream of raw tap interaction contexts. The facade's tapEvents subscribes to this stream, projects the payload to the annotation type, and wraps the subscription in a Cancelable.

Implementation

Stream<PointAnnotationInteractionContext> get tapInteractionStream;