The InvokeEventReason class enumerates values returned by the reason property of an InvokeEvent object.

See also:

Variables

@:value(cast 0)@:impl@:enuminlineread onlyLOGIN:InvokeEventReason = 0

Desktop only; indicates that the InvokeEvent event occurred due to the user logging in.

@:value(cast 1)@:impl@:enuminlineread onlyNOTIFICATION:InvokeEventReason = 1

iOS only; indicates that the InvokeEvent occurred because the application was invoked on receiving a remote notification.

@:value(cast 2)@:impl@:enuminlineread onlyOPEN_URL:InvokeEventReason = 2

Mobile only; indicates that the InvokeEvent occurred because the application was invoked by another application or by the system.

@:value(cast 3)@:impl@:enuminlineread onlySTANDARD:InvokeEventReason = 3

Indicates that the InvokeEvent occured for any reason other than login or open url.