UiVersions.Content

public interface UiVersions.Content

Known direct subclasses
InlineSuggestionUi.Content

Content for the V1 inline suggestion UI.


Represents the UI content that can be converted into a Slice to be read to render a UI in a remote process.

Summary

Public methods

abstract @NonNull Slice

Returns the content represented as a Slice so it can be transported through IPC.

Public methods

getSlice

Added in 1.1.0
abstract @NonNull Slice getSlice()

Returns the content represented as a Slice so it can be transported through IPC.