isValid

fun isValid(cursor: String): Boolean(source)

Check if a cursor string is valid without throwing.

Return

true if cursor is valid and decodable

Parameters

cursor

The cursor string to validate