SearchEntryPoint

classSearchEntryPoint


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 aWebView.

sdkBlob

val sdkBlobString?

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.