SharedUiAdapter.Session


public interface SharedUiAdapter.Session extends AutoCloseable


A single session with the UI provider.

Summary

Public methods

abstract void

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

Public methods

close

Added in 1.0.0-alpha15
abstract void close()

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