SharedUiAdapter.Session
Artifact: androidx.privacysandbox.ui:ui-core
Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
public interface SharedUiAdapter.Session extends AutoCloseable
A single session with the UI provider.
Summary
Public methods |
|
|---|---|
abstract void |
This method is deprecated. This library is no longer supported. |
Public methods
close
Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
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.