Lenguaje

RemoteInput.AllowedDataTypes Propiedad

Definición

Obtenga posibles entradas no textuales que se aceptan.

public System.Collections.Generic.ICollection<string>? AllowedDataTypes { [Android.Runtime.Register("getAllowedDataTypes", "()Ljava/util/Set;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAllowedDataTypes", "()Ljava/util/Set;", "", ApiSince=26)>]
member this.AllowedDataTypes : System.Collections.Generic.ICollection<string>

Valor de propiedad

Atributos

Comentarios

Obtenga posibles entradas no textuales que se aceptan. Esto puede ser NULL si la entrada no acepta valores no textuales. Vea Builder.setAllowDataType.

Referencia de Android para android.app.RemoteInput.getAllowedDataTypes.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a