getSessionAsync

abstract fun getSessionAsync(sessionId: UUID): ListenableFuture<Session<UninstallFailure>?>

Returns a uninstall session which matches the provided sessionId, or null if not found.

Cancelling this future is a no-op.

Return

ListenableFuture of Session.