void OnIntentDone(String inTicket, int inCode, IIntentInfo inInfo);
Description
Is Android only, if you use StartIntent to start an external application this will be called once the user is finished with that application
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTicket | string | unique identifier |
inCode | Int32 | status that is returned from the app |
inInfo | IIntentInfo | information that is sent using the startIntent |
Return Type
void
Example
Comments
Please sign in to leave a comment.