tapInteractionStream property

Stream<PolygonAnnotationInteractionContext> 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<PolygonAnnotationInteractionContext> get tapInteractionStream;