|
Meeting SDK for iOS API Reference
|
3d avatar image item. More...
#include <MobileRTCMeetingService+Avatar.h>
Inherits NSObject.
Properties | |
| BOOL | isSelected |
| YES if the current image is selected. Otherwise, NO. | |
| NSString *_Nullable | imagePath |
| The file path of the current image. | |
| NSString *_Nullable | imageName |
| The name of the current image. | |
| NSInteger | index |
| The index of the current image. | |
| BOOL | isLastUsed |
| YES if it is the most recently used image. Otherwise, NO. | |
3d avatar image item.
Definition at line 12 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
The name of the current image.
Definition at line 26 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomiccopy |
The file path of the current image.
Definition at line 21 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
The index of the current image.
Definition at line 31 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
YES if it is the most recently used image. Otherwise, NO.
Definition at line 36 of file MobileRTCMeetingService+Avatar.h.
|
readwritenonatomicassign |
YES if the current image is selected. Otherwise, NO.
Definition at line 16 of file MobileRTCMeetingService+Avatar.h.