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