keepAlive
//causallabs-android/io.causallabs.android/CausalClient/keepAlive
keepAlive
[io.causallabs.android]\ fun keepAlive()
Asynchronously instructs the server to keep the session alive. This indicates that the user is still active and the session should not expire.
Note: This will log an error if one is encountered.
Throws
IllegalStateException | if the session isn't set prior to calling. |