C# Class LLM.SwipeReleaseAnimationConstructor

Datei anzeigen Open project: brookshi/LLMListView Class Usage Examples

Public Methods

Method Description
Create ( SwipeConfig config ) : SwipeReleaseAnimationConstructor
DisplaySwipeAnimation ( SwipeDirection direction, AnimationCallback beginTriggerCallback, System.Action triggerCompleteCallback, AnimationCallback beginRestoreCallback, System.Action restoreCompleteCallback ) : void
GetSwipeAnimator ( SwipeMode mode ) : ISwipeAnimator

Method Details

Create() public static method

public static Create ( SwipeConfig config ) : SwipeReleaseAnimationConstructor
config SwipeConfig
return SwipeReleaseAnimationConstructor

DisplaySwipeAnimation() public method

public DisplaySwipeAnimation ( SwipeDirection direction, AnimationCallback beginTriggerCallback, System.Action triggerCompleteCallback, AnimationCallback beginRestoreCallback, System.Action restoreCompleteCallback ) : void
direction SwipeDirection
beginTriggerCallback AnimationCallback
triggerCompleteCallback System.Action
beginRestoreCallback AnimationCallback
restoreCompleteCallback System.Action
return void

GetSwipeAnimator() public method

public GetSwipeAnimator ( SwipeMode mode ) : ISwipeAnimator
mode SwipeMode
return ISwipeAnimator