Home
last modified time | relevance | path

Searched defs:notificationAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-haptics/build/
H A DHaptics.d.ts9 export declare function notificationAsync(type?: NotificationFeedbackType): Promise<void>; function
H A DHaptics.js12 export async function notificationAsync(type = NotificationFeedbackType.Success) { function
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/haptics/
H A DHapticsModule.kt21 fun notificationAsync(type: String, promise: Promise) { in getName() method
/expo/packages/expo-haptics/src/
H A DHaptics.ts14 export async function notificationAsync( function