Platform utilities
Application Marketing
inAppRating() fun openAppStore() fun shareText(text: String)fun shareApp(applicationId: String, message: (link: String) -> String)Web
fun openUrl(url: String)Haptic Feedback
val haptic = LocalHapticFeedback.current
PrimaryButton("Vibrate") {
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
} CollectAsState
Last updated