remove No Disturb Time
Removes the do-not-disturb time settings.
Clears the currently configured notification quiet hours, restoring default notification behavior.
NCEngine.removeNoDisturbTime { error ->
if (error == null) {
// Successfully removed
}
}Content copied to clipboard
Parameters
handler
Operation result callback; error is null on success