tencent cloud

Tencent Cloud Super App as a Service

DocumentaçãoTencent Cloud Super App as a Service

Superapp Information

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-05-25 18:41:54
Traduzido por IA

Superapp name

/**
* @brief SDK superapp name.
* Primarily used for text prompts.
*/
- (NSString *)appName;

Superapp version

/**
* @brief SDK superapp version.
* @return - Returns a lowercase string, e.g., 1.0.0.
*/
- (NSString *)getAppVersion;

Device model

/**
* @brief Device model information of the superapp that integrates the SDK.
*/
- (NSString *)getAppIPhoneModel;

Superapp theme

/**
* @brief Current theme set by the superapp. If this method is not implemented, the theme returned in getAppBaseInfo will be the system theme.
*/
- (NSString *)getAppTheme;

Superapp backend service domain ID

When the superapp is configured with multiple sets of backend service domains, this API can be used to specify which set of domains to use.

// Get the domain address ID used by the superapp backend

- (NSString *)backendDomainId;
The backend service domain ID can be obtained from Configuration Management, as shown in the figure below. For more information, see Configuration Management.





Ajuda e Suporte

Esta página foi útil?

comentários