public static interface IabHelper.OnIabSetupFinishedListener
onIabSetupFinished(com.nyrds.android.google.util.IabResult)
method is called
when the setup process is complete.Modifier and Type | Method and Description |
---|---|
void |
onIabSetupFinished(IabResult result)
Called to notify that setup is complete.
|
void onIabSetupFinished(IabResult result)
result
- The result of the setup process.