SharedUiAdapter.Session


interface SharedUiAdapter.Session : AutoCloseable


A single session with the UI provider.

Summary

Public functions

Unit

Closes this session, indicating that the remote provider should dispose of associated resources and that the SessionClient should not receive further callback events.

Public functions

close

Added in 1.0.0-alpha14
fun close(): Unit

Closes this session, indicating that the remote provider should dispose of associated resources and that the SessionClient should not receive further callback events.