Interface OpenExternalAppCallback.Params
- Enclosing interface:
- OpenExternalAppCallback
public static interface OpenExternalAppCallback.Params
The parameters of the
OpenExternalAppCallback
.-
Method Summary
-
Method Details
-
title
Returns the localized dialog title. -
message
Returns the localized dialog message. -
openActionText
Returns the localized text of the "Open..." action. -
cancelActionText
Returns the localized text of the "Cancel" action.
-