Пример #1
0
 public override void OnControlStateChanged(Button button, View.ControlStateChangedEventArgs args)
 {
     LottieButtonExtension.UpdateLottieView(button, args.PreviousState, LottieView);
 }
Пример #2
0
 public override void OnControlStateChanged(Button button, ControlStates previousState, Touch touchInfo)
 {
     LottieButtonExtension.UpdateLottieView(button, previousState, touchInfo, LottieView);
 }