WindowInsetsAnimation.Callback Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| WindowInsetsAnimation.Callback(Int32) |
Crée un |
| WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership) |
Crée un homologue managé pour une référence d’objet d’interface native Java existante. |
WindowInsetsAnimation.Callback(Int32)
Crée un WindowInsetsAnimation rappel avec l’élément donné #getDispatchMode() dispatch mode.
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)]
public Callback(int dispatchMode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation.Callback : int -> Android.Views.WindowInsetsAnimation.Callback
Paramètres
- dispatchMode
- Int32
Mode de distribution pour ce rappel. Voir #getDispatchMode().
- Attributs
Remarques
Crée un WindowInsetsAnimation rappel avec l’élément donné #getDispatchMode() dispatch mode.
Java documentation pour android.view.WindowInsetsAnimation.Callback.Callback(int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)
Crée un homologue managé pour une référence d’objet d’interface native Java existante.
protected Callback(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowInsetsAnimation.Callback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowInsetsAnimation.Callback
Paramètres
- javaReference
-
IntPtr
nativeint
Valeur System.IntPtr utilisée pour référence Java.
- transfer
- JniHandleOwnership
Valeur Android.Runtime.JniHandleOwnership utilisée pour le transfert.
Remarques
Pour plus d’informations, consultez la documentation de référence Android pour android.view.WindowInsetsAnimation.Callback.