|
Meeting SDK for macOS API Reference
|
Controller for managing wallpapers. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isPersonalWallpaperEnabled |
| Determine if the personal wall-paper feature enabled by OP. | |
| (ZoomSDKWallpaperItem *) | - getCurrentPersonalWallpaperItem |
| Get the current user's persional wall-paper config. | |
| (NSArray< ZoomSDKWallpaperItem * > *_Nullable) | - getPersonalWallpaperList |
| Get the current user's persional wall-paper config list. | |
| (ZoomSDKError) | - setPersonalWallpaper: |
| Set the current user's persional wall-paper config. | |
| (ZoomSDKWallpaperItem *_Nullable) | - getPersonalWallpaperItemById: |
| Get the persional wall-paper config by wall-paper ID. | |
| (BOOL) | - isMeetingWallpaperEnabled |
| Determine if the meeting wall-paper feature enabled by OP. | |
| (BOOL) | - isMeetingWallpaperThumbsReady |
| Determine if meeting wall-paper thumbnail ready. | |
| (ZoomSDKWallpaperItem *_Nullable) | - getCurrentMeetingWallpaperItem |
| Get the meeting wall-paper config. | |
| (NSArray< ZoomSDKWallpaperItem * > *_Nullable) | - getMeetingWallpaperList |
| Get the meeting wall-paper config list. | |
| (ZoomSDKError) | - setMeetingWallpaper: |
| Set the meeting wall-paper config. | |
| (ZoomSDKWallpaperItem *) | - getMeetingWallpaperById: |
| Get the meeting wall-paper config by wall-paper ID. | |
Properties | |
| id< ZoomSDKWallpaperControllerDelegate > | delegate |
| Delegate object for handling wallpaper events. | |
Controller for managing wallpapers.
Definition at line 1334 of file ZoomSDKSettingService.h.
| - (ZoomSDKWallpaperItem *_Nullable) getCurrentMeetingWallpaperItem |
Get the meeting wall-paper config.
| - (ZoomSDKWallpaperItem *) getCurrentPersonalWallpaperItem |
Get the current user's persional wall-paper config.
| - (ZoomSDKWallpaperItem *) getMeetingWallpaperById: | (NSString *) | wallpaperId |
Get the meeting wall-paper config by wall-paper ID.
| - (NSArray< ZoomSDKWallpaperItem * > *_Nullable) getMeetingWallpaperList |
Get the meeting wall-paper config list.
| - (ZoomSDKWallpaperItem *_Nullable) getPersonalWallpaperItemById: | (NSString *) | wallpaperId |
Get the persional wall-paper config by wall-paper ID.
| - (NSArray< ZoomSDKWallpaperItem * > *_Nullable) getPersonalWallpaperList |
Get the current user's persional wall-paper config list.
| - (BOOL) isMeetingWallpaperEnabled |
Determine if the meeting wall-paper feature enabled by OP.
| - (BOOL) isMeetingWallpaperThumbsReady |
Determine if meeting wall-paper thumbnail ready.
| - (BOOL) isPersonalWallpaperEnabled |
Determine if the personal wall-paper feature enabled by OP.
| - (ZoomSDKError) setMeetingWallpaper: | (ZoomSDKWallpaperItem *) | item |
Set the meeting wall-paper config.
| item | Wall-paper item need to set. |
| - (ZoomSDKError) setPersonalWallpaper: | (ZoomSDKWallpaperItem *) | item |
Set the current user's persional wall-paper config.
| item | wall-paper item need to set. |
ZoomSDKError_Success, otherwise failed.
|
readwritenonatomicassign |
Delegate object for handling wallpaper events.
Definition at line 1338 of file ZoomSDKSettingService.h.