Share via


EditorInfo.ContentMimeTypes Property

Definition

List of acceptable MIME types for InputConnection#commitContent(InputContentInfo, int, Bundle).

[Android.Runtime.Register("contentMimeTypes", ApiSince=25)]
public System.Collections.Generic.IList<string>? ContentMimeTypes { get; set; }
[<Android.Runtime.Register("contentMimeTypes", ApiSince=25)>]
member this.ContentMimeTypes : System.Collections.Generic.IList<string> with get, set

Property Value

Attributes

Remarks

List of acceptable MIME types for InputConnection#commitContent(InputContentInfo, int, Bundle).

null or an empty array means that InputConnection#commitContent(InputContentInfo, int, Bundle) is not supported in this editor.

Java documentation for android.view.inputmethod.EditorInfo.contentMimeTypes.

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