is After
abstract fun isAfter(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
Check if this ContentLocation is strictly after the passed locator. Returns false if the locations are intersecting.
abstract fun isAfter(otherLocation: ReaderPublicationNavigationItem, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun isAfter(otherLocation: ReaderPublicationNavigationItem): ColibrioResult<Boolean>
Check if this ContentLocation is strictly after the passed navigation item. Returns false if the locations are intersecting.