◆ assignUser:toBO:()
- (BOOL) assignUser: |
|
(NSString *_Nullable) |
boUserId |
toBO: |
|
(NSString *_Nullable) |
boId |
|
|
| |
assign a user to a bo meeting.
- Returns
- assign success or not
◆ createBO:()
- (NSString * _Nullable) createBO: |
|
(NSString *_Nullable) |
boName |
|
create a bo meeting.
- Returns
- bo meeting id.
◆ removeBO:()
- (BOOL) removeBO: |
|
(NSString *_Nullable) |
boId |
|
remove a bo meeting.
- Returns
- remove bo meting success or not
◆ removeUser:fromBO:()
- (BOOL) removeUser: |
|
(NSString *_Nullable) |
boUserId |
fromBO: |
|
(NSString *_Nullable) |
boId |
|
|
| |
remove a user from a bo meeting.
- Returns
- remove success or not
◆ updateBO:name:()
- (BOOL) updateBO: |
|
(NSString *_Nullable) |
boId |
name: |
|
(NSString *_Nullable) |
boName |
|
|
| |
update bo meeting name with bo id.
- Returns
- update success or not.
The documentation for this class was generated from the following file: