OnIntentDone()

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

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.