JRTCSDK-iOS v2302.0
视频客服 API 文档
载入中...
搜索中...
未找到
JRTCCallCenterGroupItem.h
1//
2// JRTCCallCenterGroupItem.h
3// JRTCSDK
4//
5// Created by juphoon on 2019/11/8.
6// Copyright © 2019 juphoon. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
15
17@interface JRTCCallCenterGroupItem : NSObject
18
20@property (nonatomic, copy) NSString *businessNumber;
21
23@property (nonatomic, copy) NSString *memo;
24
28- (NSDictionary *_Nullable)toDictionary;
29
30@end
31
33
34NS_ASSUME_NONNULL_END
业务信息
Definition: JRTCCallCenterGroupItem.h:18
NSDictionary *_Nullable toDictionary()
NSString * memo
业务描述
Definition: JRTCCallCenterGroupItem.h:23
NSString * businessNumber
业务号,例如 10087
Definition: JRTCCallCenterGroupItem.h:20