Meeting SDK for macOS API Reference
|
#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onPersonalWallpaperChanged: |
The personal wall-paper change. | |
(void) | - onPersonalWallpaperImageDownloadStatus:wallpaper: |
The status of personal wall-paper download. | |
(void) | - onMeetingWallpaperChanged: |
The meeting wall-paper change. | |
(void) | - onMeetingWallpaperImageDownloadStatus:wallpaper: |
The status of meeting wall-paper download. | |
Definition at line 1067 of file ZoomSDKSettingService.h.
- (void) onMeetingWallpaperChanged: | (ZoomSDKWallpaperItem *_Nullable) | item |
The meeting wall-paper change.
item | The changed item. |
- (void) onMeetingWallpaperImageDownloadStatus: | (ZoomSDKWallpaperSettingStatus) | status | |
wallpaper: | (NSString *) | wallpaperId |
The status of meeting wall-paper download.
status | The wall-paper image download status. |
wallpaperId | The download wall-paper image ID. |
- (void) onPersonalWallpaperChanged: | (ZoomSDKWallpaperItem *_Nullable) | item |
The personal wall-paper change.
item | The changed item. |
- (void) onPersonalWallpaperImageDownloadStatus: | (ZoomSDKWallpaperSettingStatus) | status | |
wallpaper: | (NSString *) | wallpaperId |
The status of personal wall-paper download.
status | The wall-paper image download status. |
wallpaperId | The downloaded wall-paper image ID. |