标签: android button xamarin.forms vibration
我正在使用此库: https://github.com/jamesmontemagno/VibratePlugin
var v = CrossVibrate.Current; v.Vibration(TimeSpan.FromSeconds(1));
振动功能仅获取TimeSpan参数。我该怎么办?
TimeSpan
答案 0 :(得分:0)
看看https://stackoverflow.com/a/17066803/3861756。
它描述了您要实现的目标。