QuickContactBadge.SetExcludeMimes(String[]) Method

Definition

Set a list of specific MIME-types to exclude and not display.

[Android.Runtime.Register("setExcludeMimes", "([Ljava/lang/String;)V", "GetSetExcludeMimes_arrayLjava_lang_String_Handler")]
public virtual void SetExcludeMimes (string[]? excludeMimes);
[<Android.Runtime.Register("setExcludeMimes", "([Ljava/lang/String;)V", "GetSetExcludeMimes_arrayLjava_lang_String_Handler")>]
abstract member SetExcludeMimes : string[] -> unit
override this.SetExcludeMimes : string[] -> unit

Parameters

excludeMimes
String[]
Attributes

Remarks

Set a list of specific MIME-types to exclude and not display. For example, this can be used to hide the Contacts#CONTENT_ITEM_TYPE profile icon.

Java documentation for android.widget.QuickContactBadge.setExcludeMimes(java.lang.String[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to