FeedbackAndroid

Optional install hook so the Android app shell can hand us an application Context (needed for the system Vibrator). Sound works without it; haptics no-op until set.

Wire from the Android Application/Activity:

FeedbackAndroid.install(applicationContext)

Functions

Link copied to clipboard
fun install(context: Context)