Structures
completionHandler (searchAppsByKeywords)
Parameter | Data type | Required | Description |
result | NSDictionary<NSString *,id> | No | The search result. Provided if the query is successful. The value is a dictionary that includes the following keys:
|
error | NSError | No | The error details. Provided if the query fails. |
completionHandler (fetchLaunchableGroups) (Deprecated)
Parameter | Data type | Required | Description |
groups | NSDictionary<NSString *,IAPLaunchableGroup *> | No | The section details. The parameter value is a dictionary where each key is a section code from the codes request parameter, and the value is an |
error | NSError | No | The error details. Provided if the request fails. |
IAPLaunchableGroup (Deprecated)
Parameter | Data type | Required | Description |
code | NSString | Yes | Unique section identifier (matches the code provided in the request). |
displayName | NSString | Yes | The section name displayed to users. |
launchableItems | NSArray<IAPLaunchableItem *> | No | A list of mini programs in the section. |
launchableGroups | NSArray<IAPLaunchableGroup *> | No | A list of sub-sections under this section. |
IAPIAPLaunchableItem
Parameter | Data type | Required | Description |
type | NSString | Yes | The type of the mini program. |
IAPOperationFetchLaunchableGroupsParams
Parameter | Data type | Required | Description |
useCache | BOOL | No | Indicates whether to use cache first:
|
codes | NSArray<NSString *> *) | Yes | An array of unique codes that are assigned by Mini Program Platform to identify mini service sections. |
queryScope | String | No | Indicates the scope of the mini program list to query. Valid values:
|
completionHandler (fetchLaunchableGroups)
Parameter | Data type | Required | Description |
groups | NSDictionary<NSString *,IAPLaunchableGroup *> | No | The section details. The parameter value is a dictionary where each key is a section code from the codes request parameter, and the value is an |
error | NSError | No | The error details. Provided if the request fails. |
IAPLaunchableGroup
Parameter | Data type | Required | Description |
code | NSString | Yes | Unique section identifier (matches the code provided in the request). |
displayName | NSString | Yes | The section name displayed to users. |
launchableItems | NSArray<IAPLaunchableItem *> | No | A list of mini programs in the section. |
launchableGroups | NSArray<IAPLaunchableGroup *> | No | A list of sub-sections under this section. |
viewAllStatus | String | NO | Indicates the status of the viewAll function (button). Valid values:
|