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?
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?
 
    
    Take a look at https://stackoverflow.com/a/17066803/3861756.
It describes what you're trying to achieve.
