pushiomanager-react-native
pushiomanager-react-native copied to clipboard
What are the allowed values for engagementType in trackEngagement?
trackEngagement receives a metric as first argument and from the source code https://github.com/oracle/pushiomanager-react-native/blob/d25f846fe110e554f701c4fb7a4b2a746ceb3171/index.js#L293 is said that it's one of engagementType. However I haven't been able to find the list of those types anywhere (in this repo or in Oracle docs).
Where can I find the allowed values?
Thank you!