MiniAppDisplayDelegate

public protocol MiniAppDisplayDelegate : AnyObject

Public Protocol that will be used by any hosting application to communicate with the Mini App display module

  • Get the view of the Mini app

    Declaration

    Swift

    func getMiniAppView() -> UIView
  • Interface that will be used by the Host app to send Json

    Declaration

    Swift

    func sendJsonToMiniApp(string jsonString: String)