Stay organized with collections
Save and categorize content based on your preferences.
WebChromeClient.CustomViewCallback
public
static
interface
WebChromeClient.CustomViewCallback
android.webkit.WebChromeClient.CustomViewCallback
|
A callback interface used by the host application to notify
the current page that its custom view has been dismissed.
Summary
Public methods |
abstract
void
|
onCustomViewHidden()
Invoked when the host application dismisses the
custom view.
|
Public methods
onCustomViewHidden
public abstract void onCustomViewHidden ()
Invoked when the host application dismisses the
custom view.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# WebChromeClient.CustomViewCallback\n\nAdded in [API level 7](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nWebChromeClient.CustomViewCallback\n==================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/webkit/WebChromeClient.CustomViewCallback \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nWebChromeClient.CustomViewCallback\n`\n\n\n`\n\n\n`\n\n|---------------------------------------------------|\n| android.webkit.WebChromeClient.CustomViewCallback |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA callback interface used by the host application to notify\nthe current page that its custom view has been dismissed.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[onCustomViewHidden](/reference/android/webkit/WebChromeClient.CustomViewCallback#onCustomViewHidden())`() ` Invoked when the host application dismisses the custom view. |\n\nPublic methods\n--------------\n\n### onCustomViewHidden\n\nAdded in [API level 7](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic abstract void onCustomViewHidden ()\n```\n\nInvoked when the host application dismisses the\ncustom view.\n\n\u003cbr /\u003e"]]