Skip to main content

IAptoideSignInResponseListener

A callback interface 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 completed.

Parameters

NameTypeDescription
billingResultBillingResultBilling result of type BillingResult of the response received. The response code is 0 (OK) when the user signed in (or was already signed in), 1 (USER_CANCELED) when dismissed, -2 (FEATURE_NOT_SUPPORTED) when disabled, 2 (SERVICE_UNAVAILABLE) when not ready, or 6 (ERROR).