# RTOSWatchDialSDK **Repository Path**: WikitStorm/RTOSWatchDialSDK ## Basic Information - **Project Name**: RTOSWatchDialSDK - **Description**: ⌚️表盘商城SDK. - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-22 - **Last Updated**: 2023-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RTOSWatchDialSDK #### 介绍 用户表盘IOS端接入项目。 #### 安装教程 `pod 'RTOSWatchDialSDK'` run `pod install` #### 使用说明 ``` #import /** 设备ID配置(eid) @param deviceId 设备ID */ +(void)setDeviceId:(nullable NSString *)deviceId; /** 用户id信息配置 --(可不传,即代表未登录用户) @param userId 用户id */ +(void)setUserId:(nullable NSString *)userId; /** 进入表盘商店(建议在主线程使用) @param rootView 当前拉起商店的UIViewController */ +(void)showDialMarket:(nullable UIViewController *)rootView; ```