isExpired

fun isExpired(currentTime: Long = System.currentTimeMillis()): Boolean

Check if intent has expired.

Return

true if TTL has passed

Parameters

currentTime

Current time in milliseconds (defaults to now)