Host application data allows developers to create variables within an application. These variables can be populated with data passed from a host application. A host application is a higher-level application that integrates a Mobi application using methods such as the Web SDK. This document describes how to configure and use host application data on the Mobi platform.
Configure host application data
On the Mobi platform, configuring host application data includes the following key components:
Identifier: Used to locate data in the host application.
Default value: Used when a host application is not detected or does not return a value for the identifier.
Description: A brief explanation of the purpose and use of the host application data.
After you complete the configuration, click Run to apply the default value immediately.
Usage
In the Mobi application: You can use the host application data in the same way as a variable. Enter
{{ hostAppData1.value }}where the data is required.On the host application side: For more information, see Web SDK integration.