Monkey Documentation

Interface IOnOpenStoreComplete


Methods:

Method Documentation

Method OnOpenStoreComplete : Void ( result:Int, interrupted:Product[] )

Called when the store has finished opening.

result can be one of:

ResultDescription
-1Fatal error
0Success

interrupted is an array of interrupted consumable purchases.

These are consumable purchases that were successfully made the last time your app was run, but that your app was not informed of for some reason. For example, the user may have completed the purchase, but then switched to another app before your app had a chance to process the purchase.

Your app should handle the products in interrupted as if they had just been successfully bought, ie: the same way you would handle them in OnBuyProductComplete.