- gatewayState - Variable in class com.ae.apps.lib.api.contacts.impl.AbstractContactsApiGateway
-
- get() - Method in class com.ae.apps.lib.common.utils.intents.EmailIntentBuilder
-
get the intent for an email
- getAddress() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getAllContacts() - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Return the list of contacts that were read by the API based on the Options used with the initialize method.
- getAllContacts() - Method in class com.ae.apps.lib.api.contacts.impl.AbstractContactsApiGateway
-
- getBody() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getContactIdFromAddress(String) - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Convert an address into corresponding contactId
- getContactIdFromAddress(String) - Method in class com.ae.apps.lib.api.contacts.impl.ContactsApiGatewayImpl
-
- getContactIdFromRawContact(String) - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Convert a rawContactId into the corresponding contactId
- getContactIdFromRawContact(String) - Method in class com.ae.apps.lib.api.contacts.impl.ContactsApiGatewayImpl
-
- getContactInfo(String) - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Returns a contact based on the contactId
- getContactInfo(String, ContactInfoOptions) - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Returns a contact based on the contactId and options
- getContactInfo(String) - Method in class com.ae.apps.lib.api.contacts.impl.ContactsApiGatewayImpl
-
- getContactInfo(String, ContactInfoOptions) - Method in class com.ae.apps.lib.api.contacts.impl.ContactsApiGatewayImpl
-
- getContactPicture(String) - Method in class com.ae.apps.lib.api.contacts.impl.AbstractContactsApiGateway
-
- getContactsApiGateway(Context) - Method in interface com.ae.apps.lib.api.contacts.types.ContactsApiGatewayFactory
-
Cretaes an instance of ContactsApiGatewayImpl
- getCroppedBitmap(Bitmap, int) - Method in class com.ae.apps.lib.custom.views.RoundedImageView
-
Creates the cropped bitmap in a circular shape
- getDate() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getDefaultContactPicture() - Method in class com.ae.apps.lib.api.contacts.types.ContactInfoOptions
-
- getDescription() - Method in class com.ae.apps.lib.sample.models.FeatureInfo
-
- getFeatureClass() - Method in class com.ae.apps.lib.sample.models.FeatureInfo
-
- getFeatures() - Static method in class com.ae.apps.lib.sample.features.Features
-
- getId() - Method in class com.ae.apps.lib.common.models.ContactInfo
-
- getId() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getId() - Method in class com.ae.apps.lib.sample.models.FeatureInfo
-
- getImageRadiusSize() - Method in class com.ae.apps.lib.custom.views.RoundedImageView
-
Get radius size for the rounded image
We use height for calculating the radius
- getInstance() - Static method in class com.ae.apps.lib.review.AppReviewImpl
-
- getItemCount() - Method in class com.ae.apps.lib.sample.adapters.FeaturesRecyclerViewAdapter
-
- getLastTimeContacted() - Method in class com.ae.apps.lib.common.models.PhoneNumberInfo
-
- getLayoutResourceId() - Method in class com.ae.apps.lib.activities.ToolBarBaseActivity
-
Returns the layout resource id for the activity
- getLayoutResourceId() - Method in class com.ae.apps.lib.multicontact.MultiContactBaseActivity
-
View used to `setContentView` before the views are initialized
- getLayoutResourceId() - Method in class com.ae.apps.lib.sample.features.contacts.MultiContactPicker
-
- getMessageCountForContact(String, String) - Method in class com.ae.apps.lib.api.sms.impl.AbstractSmsApiGateway
-
- getMessageCountForContact(String, String) - Method in interface com.ae.apps.lib.api.sms.SmsApiGateway
-
Returns the number of messages for the specified contact and URI
- getMessageCountForUri(String) - Method in class com.ae.apps.lib.api.sms.impl.AbstractSmsApiGateway
-
- getMessageCountForUri(String) - Method in interface com.ae.apps.lib.api.sms.SmsApiGateway
-
Returns the number of messages based on the URI requested
- getMessageInfo() - Static method in class com.ae.apps.lib.mock.MockSmsApiUtils
-
- getMessageInfoList(int) - Static method in class com.ae.apps.lib.mock.MockSmsApiUtils
-
- getMessagesForContact(String, String) - Method in class com.ae.apps.lib.api.sms.impl.SmsApiGatewayImpl
-
- getMessagesForContact(String, String) - Method in interface com.ae.apps.lib.api.sms.SmsApiGateway
-
Returns the list of messages for the specified contact and URI
- getMessagesForUri(String) - Method in class com.ae.apps.lib.api.sms.impl.SmsApiGatewayImpl
-
- getMessagesForUri(String) - Method in interface com.ae.apps.lib.api.sms.SmsApiGateway
-
Returns a list of SMS Messages based on the URI requested
- getMockContact() - Static method in class com.ae.apps.lib.mock.MockContactDataUtils
-
Returns a mock contact
- getName() - Method in class com.ae.apps.lib.common.models.ContactInfo
-
- getName() - Method in class com.ae.apps.lib.sample.models.FeatureInfo
-
- getPermissionDeniedLayout() - Method in class com.ae.apps.lib.permissions.PermissionCheckingActivity
-
Get the layout that represents Permission Denied Layout
- getPermissionDeniedLayout() - Method in class com.ae.apps.lib.sample.features.sms.SmsSampleActivity
-
- getPermissionGrantedLayout() - Method in class com.ae.apps.lib.permissions.PermissionCheckingActivity
-
Get the view that represents Permission Granted Layout
- getPermissionGrantedLayout() - Method in class com.ae.apps.lib.sample.features.sms.SmsSampleActivity
-
- getPerson() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getPhoneNumber() - Method in class com.ae.apps.lib.common.models.PhoneNumberInfo
-
- getPhoneNumbersList() - Method in class com.ae.apps.lib.common.models.ContactInfo
-
- getPhoneType() - Method in class com.ae.apps.lib.common.models.PhoneNumberInfo
-
- getPicture() - Method in class com.ae.apps.lib.common.models.ContactInfo
-
- getProtocol() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getRandomContact() - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Return a Random contact from the contacts that have been read by the API
- getRandomContact() - Method in class com.ae.apps.lib.api.contacts.impl.ContactsApiGatewayImpl
-
- getReadContactsCount() - Method in interface com.ae.apps.lib.api.contacts.ContactsApiGateway
-
Get the count of read contacts
- getReadContactsCount() - Method in class com.ae.apps.lib.api.contacts.impl.AbstractContactsApiGateway
-
- getRequiredPermissions() - Method in class com.ae.apps.lib.permissions.PermissionCheckingFragment
-
Permissions that are required
- getReviewRequestThreshold() - Method in class com.ae.apps.lib.review.AppReviewImpl
-
A minimum value for the review threshold
- getShareIntent(Context, int, int, int) - Static method in class com.ae.apps.lib.common.utils.intents.IntentUtils
-
Returns an intent for sharing
- getSkus() - Method in interface com.ae.apps.lib.billingclient.AeBillingClient.BillingClientHandler
-
List of SKUs
- getSmsApiGateway(Context) - Method in interface com.ae.apps.lib.api.sms.types.SmsApiGatewayFactory
-
Creates an instance of SmsApiGateway
- getSpecialFeature() - Method in class com.ae.apps.lib.sample.models.FeatureInfo
-
- getThreadId() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getToolBar() - Method in class com.ae.apps.lib.activities.ToolBarBaseActivity
-
Returns the toolbar instance
- getToolbarResourceId() - Method in class com.ae.apps.lib.activities.ToolBarBaseActivity
-
Returns the toolbar resource id.
- getType() - Method in class com.ae.apps.lib.common.models.MessageInfo
-
- getUnformattedPhoneNumber() - Method in class com.ae.apps.lib.common.models.PhoneNumberInfo
-
- getUriIntent(Context, String) - Static method in class com.ae.apps.lib.common.utils.intents.IntentUtils
-
Creates an intent for URI