defaultVibrateTimings property
If set to true
, use the Android framework's default vibrate pattern for the
notification. Default values are specified in config.xml
.
If default_vibrate_timings
is set to true
and vibrate_timings
is also set,
the default value is used instead of the user-specified vibrate_timings
.
Implementation
final bool? defaultVibrateTimings;