EditorInfo.ContentMimeTypes プロパティ

定義

の許容される MIME の種類の 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

プロパティ値

属性

注釈

の許容される MIME の種類の InputConnection#commitContent(InputContentInfo, int, Bundle)一覧。

null または空の配列は、このエディターではサポートされていないことを意味 InputConnection#commitContent(InputContentInfo, int, Bundle) します。

の Java ドキュメント android.view.inputmethod.EditorInfo.contentMimeTypes

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象