Skip to content

//sorisdk/com.iplateia.sorisdk/SORIAudioRecognizer/isServiceApproachingTimeLimit

isServiceApproachingTimeLimit

[androidJvm]
fun isServiceApproachingTimeLimit(): Boolean

Checks if the service is approaching the Android 15 time limit. Returns true if less than 5 minutes remain before the time limit. Returns false if the service is not running, not bound, or on pre-Android 15 devices.

Return

true if approaching time limit, false otherwise