renewLoan

abstract suspend fun renewLoan(listener: LcpLicense.RenewListener, prefersWebPage: Boolean = false): Try<Instant?, LcpError>

Renews the loan by starting a renew LSD interaction.

Parameters

prefersWebPage

Indicates whether the loan should be renewed through a web page if available, instead of programmatically.