embedderId property

int embedderId
final

Unique identifier that ties the PointerEvent to the embedder event that created it.

No two pointer events can have the same embedderId on platforms that set it. This is different from pointer identifier - used for hit-testing, whereas embedderId is used to identify the platform event.

On Android this is ID of the underlying MotionEvent.

Implementation

final int embedderId;