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

    headerText

    This is the title for the app share information

    bodyText

    This is the description for the app share information

    storelink_iOS

    This is the app store url of the application

    storeLink_Android

    This is the play store url of the application

    storeLink_Universal

    This is the web url of the application