macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits NSObject.
Properties | |
BOOL | isSelected |
Determine if the current image is being used. | |
NSString * | imageFilePath |
Get the file path of the current image. | |
NSString * | imageName |
Get the name of the current image. | |
int | index |
Get the index of the current image. | |
Definition at line 532 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the file path of the current image.
Definition at line 542 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the name of the current image.
Definition at line 547 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the index of the current image.
Definition at line 552 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if the current image is being used.
Definition at line 537 of file ZoomSDKSettingService.h.