Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts71 vibrationPattern: number[] | null; property
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts86 vibrationPattern: number[] | null; property
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java299 public Builder setVibrationPattern(long[] vibrationPattern) { in setVibrationPattern()
/expo/apps/test-suite/tests/
H A DNotifications.js406 vibrationPattern: [500, 500], property