SearchEntryPoint

class SearchEntryPoint


Represents a Google Search entry point.

Summary

Public constructors

SearchEntryPoint(renderedContent: String, sdkBlob: String?)

Public properties

String

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

String?

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

Public constructors

SearchEntryPoint

SearchEntryPoint(renderedContent: String, sdkBlob: String?)

Public properties

renderedContent

val renderedContentString

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

val sdkBlobString?

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