UrlParams
struct UrlParams
MiniAppView url parameters
-
Initializes url parameters for MiniAppView
Declaration
Swift
public init( config: MiniAppConfig, type: MiniAppType, url: URL, queryParams: String? = nil )
Parameters
config
MiniAppConfig that defines the basic config necessary for MiniAppView
type
The type of the MiniApp
url
The url that will be used to load the MiniApp
queryParams
The query parameters of the MiniApp (optional)