‪JMSDK iOS  ‪v2.8.0
‪API文档
构造函数 | 属性 | 所有成员列表
DoodleLayout类 参考

‪涂鸦模块类 更多...

#import <DoodleLayout.h>

类 DoodleLayout 继承关系图:

构造函数

(instancetype) - initWithJCDoodle:WithConference:WithClient:
 ‪初始化DoodleLayout控件 更多...
 
(void) - cleanDoodle
 ‪清除涂鸦 更多...
 
(void) - showDoodle
 ‪开始白板涂鸦 更多...
 
(void) - dismissDoodle
 ‪结束白板涂鸦 更多...
 

属性

id< DoodleLayoutDelegatedelegate
 

详细描述

涂鸦模块类

函数文档

◆ cleanDoodle

- (void) cleanDoodle

‪清除涂鸦

◆ dismissDoodle

- (void) dismissDoodle

‪结束白板涂鸦

◆ initWithJCDoodle:WithConference:WithClient:

- (instancetype) initWithJCDoodle: (JCDoodle *)  doodle
WithConference: (JCConference *)  conference
WithClient: (JCClient *)  client 

‪初始化DoodleLayout控件

参数
conference‪JCConference对象
client‪JCClient对象
doodle‪JCDoodle对象
返回
‪DoodleLayout对象

◆ showDoodle

- (void) showDoodle

‪开始白板涂鸦

属性说明

◆ delegate

- (id<DoodleLayoutDelegate>) delegate
readwritenonatomicweak

DoodleLayout代理


该类的文档由以下文件生成: