Skip to content

Miniapp SDK v5.1.0

Compare
Choose a tag to compare
@GondiTilak GondiTilak released this 30 Jan 07:23
· 53 commits to master since this release

SDK

  • Update: Added allEmailList field in MAContact to support multiple emails of a specific contact.
  • Feature: Added a new optional interface func closeMiniApp(withConfirmation: , completionHandler:) in MiniAppMessageDelegate 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 by MiniAppMessageDelegate, further added public interface sendJsonToHostApp(info:, completionHandler:) -> Void) in UniversalBridgeDelegate 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.