Skip to content

Geeksltd/Zebble.Vibration

Repository files navigation

Zebble.Vibration

logo

A plugin for using device vibration in Zebble Apps.

NuGet

With this plugin you can check the vibration availability of the device and vibrate it on Android, iOS, and UWP.


Setup


Api Usage

Call Zebble.Device.Vibration from any project to gain access to APIs.

Check availability:
Zebble.Device.Vibration.IsAvailable();
Vibrate device:
Zebble.Device.Vibration.Run(400.Milliseconds());

Methods

Method Return Type Parameters Android iOS Windows
Run Task errorAction -> OnError x x x
IsAvailable bool - x x x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages