Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKWallpaperControllerDelegate> Protocol 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.
 

Detailed Description

Definition at line 1067 of file ZoomSDKSettingService.h.

Method Documentation

◆ onMeetingWallpaperChanged:

- (void) onMeetingWallpaperChanged: (ZoomSDKWallpaperItem *_Nullable) item

The meeting wall-paper change.

Parameters
itemThe changed item.

◆ onMeetingWallpaperImageDownloadStatus:wallpaper:

- (void) onMeetingWallpaperImageDownloadStatus: (ZoomSDKWallpaperSettingStatus) status
wallpaper: (NSString *) wallpaperId 

The status of meeting wall-paper download.

Parameters
statusThe wall-paper image download status.
wallpaperIdThe download wall-paper image ID.

◆ onPersonalWallpaperChanged:

- (void) onPersonalWallpaperChanged: (ZoomSDKWallpaperItem *_Nullable) item

The personal wall-paper change.

Parameters
itemThe changed item.

◆ onPersonalWallpaperImageDownloadStatus:wallpaper:

- (void) onPersonalWallpaperImageDownloadStatus: (ZoomSDKWallpaperSettingStatus) status
wallpaper: (NSString *) wallpaperId 

The status of personal wall-paper download.

Parameters
statusThe wall-paper image download status.
wallpaperIdThe downloaded wall-paper image ID.