Example usage for Java android.widget QuickContactBadge fields, constructors, methods, implement or subclass
The text is from its open source code.
void | assignContactFromEmail(String emailAddress, boolean lazyLookup) Assign a contact based on an email address. |
void | assignContactFromPhone(String phoneNumber, boolean lazyLookup) Assign a contact based on a phone number. |
void | assignContactUri(Uri contactUri) Assign the contact uri that this QuickContactBadge should be associated with. |
void | setImageBitmap(Bitmap bm) Sets a Bitmap as the content of this ImageView. |
void | setImageDrawable(@Nullable Drawable drawable) Sets a drawable as the content of this ImageView. |
void | setImageResourceAsync") public void setImageResource(@DrawableRes int resId) Sets a drawable as the content of this ImageView. |
void | setImageToDefault() Resets the contact photo to the default state. |
void | setImageURIAsync") public void setImageURI(@Nullable Uri uri) Sets the content of this ImageView to the specified Uri. |
void | setMode(int size) This call has no effect anymore, as there is only one QuickContact mode |