DateTransformation Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Sostituisce un TextView
elemento figlio di un CustomDescription
oggetto con il contenuto di un campo che dovrebbe avere un oggetto AutofillValue#forDate(long) date value
.
[Android.Runtime.Register("android/service/autofill/DateTransformation", ApiSince=28, DoNotGenerateAcw=true)]
public sealed class DateTransformation : Java.Lang.Object, Android.OS.IParcelable, Android.Service.Autofill.ITransformation, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/service/autofill/DateTransformation", ApiSince=28, DoNotGenerateAcw=true)>]
type DateTransformation = class
inherit Object
interface IParcelable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface ITransformation
- Ereditarietà
- Attributi
- Implementazioni
Commenti
Sostituisce un TextView
elemento figlio di un CustomDescription
oggetto con il contenuto di un campo che dovrebbe avere un oggetto AutofillValue#forDate(long) date value
.
Ad esempio, una trasformazione per visualizzare una data di scadenza della carta di credito come mese/anno sarà:
new DateTransformation(ccExpDate, new java.text.SimpleDateFormat("MM/yyyy")
Documentazione java per android.service.autofill.DateTransformation
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Costruttori
DateTransformation(AutofillId, DateFormat) |
Crea una nuova trasformazione. |
Proprietà
Class |
Restituisce la classe di runtime di questo |
Creator |
Sostituisce un |
Handle |
Handle per l'istanza di Android sottostante. (Ereditato da Object) |
JniIdentityHashCode |
Sostituisce un |
JniPeerMembers |
Sostituisce un |
PeerReference |
Sostituisce un |
ThresholdClass |
Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice. (Ereditato da Object) |
ThresholdType |
Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice. (Ereditato da Object) |
Metodi
Clone() |
Crea e restituisce una copia di questo oggetto. (Ereditato da Object) |
DescribeContents() |
Sostituisce un |
Dispose() |
Sostituisce un |
Dispose(Boolean) |
Sostituisce un |
Equals(Object) |
Indica se un altro oggetto è "uguale a" questo. (Ereditato da Object) |
GetHashCode() |
Restituisce un valore del codice hash per l'oggetto. (Ereditato da Object) |
JavaFinalize() |
Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto . (Ereditato da Object) |
Notify() |
Riattiva un singolo thread in attesa del monitor dell'oggetto. (Ereditato da Object) |
NotifyAll() |
Riattiva tutti i thread in attesa del monitor dell'oggetto. (Ereditato da Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Imposta la proprietà Handle. (Ereditato da Object) |
ToArray<T>() |
Sostituisce un |
ToString() |
Restituisce una rappresentazione di stringa dell'oggetto. (Ereditato da Object) |
UnregisterFromRuntime() |
Sostituisce un |
Wait() |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>. (Ereditato da Object) |
Wait(Int64, Int32) |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale. (Ereditato da Object) |
Wait(Int64) |
Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale. (Ereditato da Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
Sostituisce un |
Implementazioni dell'interfaccia esplicita
IJavaPeerable.Disposed() |
Sostituisce un |
IJavaPeerable.DisposeUnlessReferenced() |
Sostituisce un |
IJavaPeerable.Finalized() |
Sostituisce un |
IJavaPeerable.JniManagedPeerState |
Sostituisce un |
IJavaPeerable.SetJniIdentityHashCode(Int32) |
Sostituisce un |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
Sostituisce un |
IJavaPeerable.SetPeerReference(JniObjectReference) |
Sostituisce un |
Metodi di estensione
JavaCast<TResult>(IJavaObject) |
Esegue una conversione del tipo di tipo controllato dal runtime Android. |
JavaCast<TResult>(IJavaObject) |
Sostituisce un |
GetJniTypeName(IJavaPeerable) |
Sostituisce un |