Miniapp SDK v5.1.0
SDK
- Update: Added
allEmailList
field inMAContact
to support multiple emails of a specific contact. - Feature: Added a new optional interface
func closeMiniApp(withConfirmation: , completionHandler:)
inMiniAppMessageDelegate
to support the close mini-app action from MinApps. - Feature: Universal Bridge support for receiving the Json or string content from the MiniApp to host app.
- Feature: Added new public protocol
UniversalBridgeDelegate
which is confirmed byMiniAppMessageDelegate
, further added public interfacesendJsonToHostApp(info:, completionHandler:) -> Void)
inUniversalBridgeDelegate
which can be implemented in host app to receive the string content from mini app and use in host app through Universal Bridge. - Feature: Universal bridge support for sending the Json/String content to MiniApp from host app which will have the public interface.