SearchEntryPoint

public final classSearchEntryPoint


Represents a Google Search entry point.

Summary

Public fields

final @NonNullString

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

finalString

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

Public constructors

SearchEntryPoint(@NonNullString renderedContent, String sdkBlob)

Public fields

renderedContent

public final @NonNullString renderedContent

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

public final String sdkBlob

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

Public constructors

SearchEntryPoint

public SearchEntryPoint(@NonNullString renderedContent, String sdkBlob)

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.