You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* turn the vibrator on or off. The first value indicates the duration to wait before
551
551
* turning the vibrator on. The next value indicates the duration to keep the
552
552
* vibrator on. Subsequent values alternate between duration to turn the vibrator
553
-
* off and to turn the vibrator on. If `vibrate_timings` is set and `default_vibrate_timings`
554
-
* is set to `true`, the default value is used instead of the user-specified `vibrate_timings`.
553
+
* off and to turn the vibrator on. If `vibrateTimingsMillis` is set and `defaultVibrateTimings`
554
+
* is set to `true`, the default value is used instead of the user-specified `vibrateTimingsMillis`.
555
555
*/
556
556
vibrateTimingsMillis?: number[];
557
557
558
558
/**
559
559
* If set to `true`, use the Android framework's default vibrate pattern for the
560
560
* notification. Default values are specified in {@link https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml |
561
-
* config.xml}. If `default_vibrate_timings` is set to `true` and `vibrate_timings` is also set,
562
-
* the default value is used instead of the user-specified `vibrate_timings`.
561
+
* config.xml}. If `defaultVibrateTimings` is set to `true` and `vibrateTimingsMillis` is also set,
562
+
* the default value is used instead of the user-specified `vibrateTimingsMillis`.
0 commit comments