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
configMiniAppConfig that defines the basic config necessary for MiniAppView
typeThe type of the MiniApp
urlThe url that will be used to load the MiniApp
queryParamsThe query parameters of the MiniApp (optional)
UrlParams Structure Reference