RemoteInput.IsDataOnly Proprietà

Definizione

Restituisce true se l'input accetta solo dati, ovvero getAllowFreeFormInput() è false, getChoices() è null o vuoto e getAllowedDataTypes() è diverso da null e non vuoto.

public bool IsDataOnly { [Android.Runtime.Register("isDataOnly", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isDataOnly", "()Z", "", ApiSince=26)>]
member this.IsDataOnly : bool

Valore della proprietà

Attributi

Commenti

Restituisce true se l'input accetta solo dati, ovvero getAllowFreeFormInput() è false, getChoices() è null o vuoto e getAllowedDataTypes() è diverso da null e non vuoto.

Informazioni di riferimento su Android per android.app.RemoteInput.isDataOnly.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a