The useEventDetails()
React hook will show the live status of an event that was sent using sendEvent()
.
pending
,
success
and error
.true
if the request is currently pending or if it is in a refetch
state.true
if the request succeeded.true
if the request failed.true
if the request is currently pending.true
if the request failed with a loading error.true
if the request failed with a refetch error.