MiniAppShareContentDelegate
public protocol MiniAppShareContentDelegate : AnyObject
Public Protocol that will be used by the Mini App to communicate with the Native implementation for content sharing mechanism
-
shareContent(info:
Default implementationcompletionHandler: ) Interface that is used to share the content from the Mini app
Default Implementation
Declaration
Swift
func shareContent(info: MiniAppShareContent, completionHandler: @escaping (Result<MASDKProtocolResponse, Error>) -> Void)