Interface AlertCallback.Params
- Enclosing interface:
- AlertCallback
public static interface AlertCallback.Params
The parameters of the
AlertCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringmessage()Returns a string that represents the text passed to thewindow.alert()JavaScript function.default StringReturns a string that represents the localized text of the "OK" action.default Stringtitle()Returns a string that represents the localized dialog title.default Stringurl()Returns a string that represents the URL of the web page that requested to display the alert dialog.
-
Method Details
-
title
Returns a string that represents the localized dialog title. -
message
Returns a string that represents the text passed to thewindow.alert()JavaScript function. -
okActionText
Returns a string that represents the localized text of the "OK" action. -
url
Returns a string that represents the URL of the web page that requested to display the alert dialog.
-