removeNoDisturbTime

public final Unit removeNoDisturbTime(ErrorHandler handler)

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
}
}

Parameters

handler

Operation result callback; error is null on success