xdm.eventType vs type field in XDM payload
In the Adobe documentation on sending non-XDM data, it mentions that "type" can use as a substitute for "xdm.eventType".

While it's possible to define "type", I can't figure out how to specify "type" using AEP Mobile SDK.
https://aep-sdks.gitbook.io/docs/foundation-extensions/experience-platform-extension/edge-network-api-reference#experienceevent
The documentation shows the ExperienceEvent construct only supports "xdm" and "data", and not "type".
Can someone confirm if it's possible to specify "type" field in the ExperienceEvent construct?
Thanks