C# Class LLM.FixedSwipeAnimator

Inheritance: BaseSwipeAnimator
Datei anzeigen Open project: brookshi/LLMListView

Public Properties

Property Type Description
Instance FixedSwipeAnimator

Public Methods

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

Method Details

ActionTrigger() public method

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

SwipeTo() public method

public SwipeTo ( SwipeDirection direction, SwipeConfig config, bool animated ) : void
direction SwipeDirection
config SwipeConfig
animated bool
return void

Property Details

Instance public_oe static_oe property

public static FixedSwipeAnimator,LLM Instance
return FixedSwipeAnimator