/*** @brief SDK superapp name.* Primarily used for text prompts.*/- (NSString *)appName;
/*** @brief SDK superapp version.* @return - Returns a lowercase string, e.g., 1.0.0.*/- (NSString *)getAppVersion;
/*** @brief Device model information of the superapp that integrates the SDK.*/- (NSString *)getAppIPhoneModel;
/*** @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;
// Get the domain address ID used by the superapp backend- (NSString *)backendDomainId;

Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários