0

I am using this library: https://github.com/jamesmontemagno/VibratePlugin

var v = CrossVibrate.Current;
v.Vibration(TimeSpan.FromSeconds(1));

Vibration function gets only TimeSpan parameter. How can I do?

1 Answers1

0

Take a look at https://stackoverflow.com/a/17066803/3861756.

It describes what you're trying to achieve.

tvicky4j247
  • 121
  • 1
  • 8