Flags that determine what custom events get called when native plugin callback is issued.
You can combine flags by using the bitwise OR operator.
| Property | Description | 
|---|---|
| CustomMarkerCallbackDefault | No custom event is called. | 
| CustomMarkerCallbackForceInvalidateStateTracking | Invalidates internal graphics device state after native plugin callback. |