ShareInfo
public struct ShareInfo
This structure takes the share information for the application
-
Intializes the ShareInfo structure
Declaration
Swift
public init(headerText: String, bodyText: String, storelink_iOS: String, storeLink_Android: String, storeLink_Universal: String? = nil)Parameters
headerTextThis is the title for the app share information
bodyTextThis is the description for the app share information
storelink_iOSThis is the app store url of the application
storeLink_AndroidThis is the play store url of the application
storeLink_UniversalThis is the web url of the application
ShareInfo Structure Reference