
Parameters:
| callingActivity | Current activity instance to launch the next activity. |
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| htmlPageLinkName | The link name of the html page. |
| htmlPageDisplayName | The display name of the html page. |
| queryString | The query params to be used in page to perform specific actions in html page. Format: |
This will return the UI component for the html page component to be embedded it in your custom screen.
Parameters:
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| htmlPageLinkName | The link name of the html page |
| queryString | The query params to be used in page to perform specific actions in html page Format: |
Returns:
| Fragment | Html page's fragment instance which can be embedded in a activity. |
Parameters:
| callingActivity | Current activity instance to launch the next activity. |
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| PageLinkName | The link name of the zml page. |
| PageDisplayName | The display name of the zml page. |
| queryString | The query params to be used in page to perform specific actions in zml page. Format: |
| pageUIBuilder | Instance of PageUIBuilder to customize page's user interface like adding floating menu to page. |
Parameters:
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| PageLinkName | The link name of the zml page. |
| queryString | The query params to be used in page to perform specific actions in zml page. Format: |
| pageUIBuilder | Instance of PageUIBuilder to customize page's user interface like adding floating menu to page. |
Returns:
| Fragment | Zml page's fragment instance which can be embedded in a activity. |
| callingActivity | Current activity instance to launch the next activity. |
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| htmlPageLinkName | The link name of the html page. |
| htmlPageDisplayName | The display name of the html page. |
| queryString | The query params to be used in page to perform specific actions in html page. Format: |
Parameters:
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| htmlPageLinkName | The link name of the html page |
| queryString | The query params to be used in page to perform specific actions in html page Format: |
Returns:
| Fragment | Html page's fragment instance which can be embedded in a activity. |
Parameters:
| callingActivity | Current activity instance to launch the next activity. |
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| PageLinkName | The link name of the zml page. |
| PageDisplayName | The display name of the zml page. |
| queryString | The query params to be used in page to perform specific actions in zml page. Format: |
| pageUIBuilder | Instance of PageUIBuilder to customize page's user interface like adding floating menu to page. |
Parameters:
| appOwnerName | The owner name of the application. |
| appLinkName | The link name of the application. |
| PageLinkName | The link name of the zml page. |
| queryString | The query params to be used in page to perform specific actions in zml page. Format: |
| pageUIBuilder | Instance of PageUIBuilder to customize page's user interface like adding floating menu to page. |
Returns:
| Fragment | Zml page's fragment instance which can be embedded in a activity. |
Parameters:
| callingActivity | The activity instance that has to be used to invoke the next activity. |
| appOwnerName | The Zoho username of the specified Creator application’s owner. |
| appLinkName | The link name of the specified Creator application. |
| htmlPageLinkName | The link name of the specified HTML page. |
| htmlPageDisplayName | The display name of the specified HTML page. |
| queryString | The parameters that are to be passed to the page to make it perform the required actions. Format: |
Parameters:
| appOwnerName | The Zoho username of the specified Creator application’s owner. |
| appLinkName | The link name of the specified Creator application. |
| htmlPageLinkName | The link name of the specified HTML page. |
| queryString | The parameters that are to be passed to the page to make it perform the required actions. Format: |
Returns:
| Fragment | The specified HTML page's fragment instance that you can embed in an activity. |
Parameters:
| appOwnerName | The Zoho username of the specified Creator application’s owner. |
| appLinkName | The link name of the specified Creator application. |
| pageLinkName | The link name of the specified ZML page. |
| pageDisplayName | The display name of the specified ZML page. |
| queryString | The parameters that are to be passed to the specified page to make it perform the required actions. Format: |
| pageUIBuilder | The instance of PageUIBuilder to customize the specified page's UI, like adding a floating menu to it. |
Returns the UI component for the specified ZML page that you want to embed in a custom screen of your Android app.
Parameters:
| appOwnerName | The Zoho username of the specified Creator application’s owner. |
| appLinkName | The link name of the specified Creator application. |
| pageLinkName | The link name of the specified ZML page. |
| queryString | The parameters that are to be passed to the specified page to make it perform the required actions. Format: |
| pageUIBuilder | The instance of PageUIBuilder to customize the specified page's UI, like adding a floating menu to it. |
Returns:
| Fragment | The specified ZML page's fragment instance that you can embed in your activity. |