Manage Mini-apps
#
Initialization- Android
- iOS
#
Usage#
Fetching mini-app list- Android
- iOS
#
Fetching detail of a mini-appappType
is the type of mini-app
- Android
- iOS
#
Start a mini-appappType
is the type of mini-app
- Android
- iOS
Note:
- For using a
Native
mini-app, you must add dependency of this mini-app intobuild.gradle
file. - For using a
React Native
mini-app, you must add some dependencies forReact Native
(required by that mini-app) intobuild.gradle
file.
with
Note:
- For using a
Native
mini-app, you must add dependency of this mini-app intoPodfile
file. - For using a
React Native
mini-app, you must add some dependencies forReact Native
(required by that mini-app) intoPodfile
file.