AptoideSignInResponseListener
A callback class that serves as a listener for the result of an Aptoide account sign-in operation started with signInToAptoideServices.
Public Methods
onSignInResponse
void onSignInResponse(BillingResult billingResult)
Invoked to notify that the sign-in operation has been finished.
Parameters
| Name | Type | Description |
|---|---|---|
| billingResult | BillingResult | Billing result of type BillingResult of the response received. The response code is OK when the user signed in (or was already signed in), USER_CANCELED when dismissed, FEATURE_NOT_SUPPORTED when disabled, SERVICE_UNAVAILABLE when not ready, or ERROR. |