Langue

WindowInsetsAnimation.Callback Constructeurs

Définition

Surcharges

Nom Description
WindowInsetsAnimation.Callback(Int32)

Crée un WindowInsetsAnimation rappel avec l’élément donné #getDispatchMode() dispatch mode.

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.

S’applique à