SearchEntryPoint

public final class SearchEntryPoint


Represents a Google Search entry point.

Summary

Public fields

final @NonNull String

An HTML/CSS snippet that can be embedded in your app.

final String

A blob of data for the client SDK to render the search entry point.

Public constructors

SearchEntryPoint(@NonNull String renderedContent, String sdkBlob)

Public fields

renderedContent

public final @NonNull String renderedContent

An HTML/CSS snippet that can be embedded in your app. To ensure proper rendering, it's recommended to display this content within a WebView.

sdkBlob

public final String sdkBlob

A blob of data for the client SDK to render the search entry point.

Public constructors

SearchEntryPoint

public SearchEntryPoint(@NonNull String renderedContent, String sdkBlob)