Is your feature request related to a problem? Please describe.
We're trying to test and verify event key values against the Payload in the EmitterEvent retrieved from the EventStore of the EmitterController. Unfortunately there is no public getter for the Payload at this point. However in the android-tracker, This is accessible.
Describe the solution you'd like
Expose a public getter for payload for debugging.
Is your feature request related to a problem? Please describe. We're trying to test and verify event key values against the
Payload
in theEmitterEvent
retrieved from theEventStore
of theEmitterController
. Unfortunately there is no public getter for thePayload
at this point. However in the android-tracker, This is accessible.Describe the solution you'd like Expose a public getter for
payload
for debugging.Additional context