- handlePermissionsResult(String[], int[]) - Method in class com.ae.apps.lib.permissions.RuntimePermissionChecker
-
Does the validation whether all permissions were granted
Since the callback for requestPermissions comes to the component,
this method needs to be explicitly invoked to check the result
- handlePurchase(Purchase) - Method in interface com.ae.apps.lib.billingclient.AeBillingClient.BillingClientHandler
-
Method invoked on a successful purchase
- handlePurchaseError(List<Purchase>, int) - Method in interface com.ae.apps.lib.billingclient.AeBillingClient.BillingClientHandler
-
Callback when there is a purchase error
- handleUserCancelled(List<Purchase>) - Method in interface com.ae.apps.lib.billingclient.AeBillingClient.BillingClientHandler
-
Callback when user has cancelled the purchase
- hashCode() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- hasMultiplePhoneNumbers(ContactInfo) - Method in class com.ae.apps.lib.api.contacts.impl.AbstractContactsApiGateway
-
Checks if the contact has more than 1 phone numbers associated with it
- hasPhoneNumber() - Method in class com.ae.apps.lib.common.models.ContactInfo
-