C# Class LLM.FixedSwipeAnimator

Inheritance: BaseSwipeAnimator
Afficher le fichier Open project: brookshi/LLMListView

Méthodes publiques

Свойство Type Description
Instance FixedSwipeAnimator

Méthodes publiques

Méthode Description
ActionTrigger ( SwipeDirection direction, SwipeConfig config, AnimationCallback beginTriggerCallback, System.Action triggerCompleteCallback ) : void
SwipeTo ( SwipeDirection direction, SwipeConfig config, bool animated ) : void

Method Details

ActionTrigger() public méthode

public ActionTrigger ( SwipeDirection direction, SwipeConfig config, AnimationCallback beginTriggerCallback, System.Action triggerCompleteCallback ) : void
direction SwipeDirection
config SwipeConfig
beginTriggerCallback AnimationCallback
triggerCompleteCallback System.Action
Résultat void

SwipeTo() public méthode

public SwipeTo ( SwipeDirection direction, SwipeConfig config, bool animated ) : void
direction SwipeDirection
config SwipeConfig
animated bool
Résultat void

Property Details

Instance public_oe static_oe property

public static FixedSwipeAnimator,LLM Instance
Résultat FixedSwipeAnimator