|
Meeting SDK for macOS API Reference
|
Controller for managing wallpapers. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isPersonalWallpaperEnabled |
| Determines if the personal wall-paper feature enabled by OP. | |
| (ZoomSDKWallpaperItem *) | - getCurrentPersonalWallpaperItem |
| Gets the current user's persional wall-paper config. | |
| (NSArray< ZoomSDKWallpaperItem * > *_Nullable) | - getPersonalWallpaperList |
| Gets the current user's persional wall-paper config list. | |
| (ZoomSDKError) | - setPersonalWallpaper: |
| Sets the current user's persional wall-paper config. | |
| (ZoomSDKWallpaperItem *_Nullable) | - getPersonalWallpaperItemById: |
| Gets the persional wall-paper config by wall-paper ID. | |
| (BOOL) | - isMeetingWallpaperEnabled |
| Determines if the meeting wall-paper feature enabled by OP. | |
| (BOOL) | - isMeetingWallpaperThumbsReady |
| Determines if meeting wall-paper thumbnail ready. | |
| (ZoomSDKWallpaperItem *_Nullable) | - getCurrentMeetingWallpaperItem |
| Gets the meeting wall-paper config. | |
| (NSArray< ZoomSDKWallpaperItem * > *_Nullable) | - getMeetingWallpaperList |
| Gets the meeting wall-paper config list. | |
| (ZoomSDKError) | - setMeetingWallpaper: |
| Sets the meeting wall-paper config. | |
| (ZoomSDKWallpaperItem *) | - getMeetingWallpaperById: |
| Gets 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 |
Gets the meeting wall-paper config.
| - (ZoomSDKWallpaperItem *) getCurrentPersonalWallpaperItem |
Gets the current user's persional wall-paper config.
| - (ZoomSDKWallpaperItem *) getMeetingWallpaperById: | (NSString *) | wallpaperId |
Gets the meeting wall-paper config by wall-paper ID.
| - (NSArray< ZoomSDKWallpaperItem * > *_Nullable) getMeetingWallpaperList |
Gets the meeting wall-paper config list.
| - (ZoomSDKWallpaperItem *_Nullable) getPersonalWallpaperItemById: | (NSString *) | wallpaperId |
Gets the persional wall-paper config by wall-paper ID.
| - (NSArray< ZoomSDKWallpaperItem * > *_Nullable) getPersonalWallpaperList |
Gets the current user's persional wall-paper config list.
| - (BOOL) isMeetingWallpaperEnabled |
Determines if the meeting wall-paper feature enabled by OP.
| - (BOOL) isMeetingWallpaperThumbsReady |
Determines if meeting wall-paper thumbnail ready.
| - (BOOL) isPersonalWallpaperEnabled |
Determines if the personal wall-paper feature enabled by OP.
| - (ZoomSDKError) setMeetingWallpaper: | (ZoomSDKWallpaperItem *) | item |
Sets the meeting wall-paper config.
| item | Wall-paper item need to set. |
| - (ZoomSDKError) setPersonalWallpaper: | (ZoomSDKWallpaperItem *) | item |
Sets the current user's persional wall-paper config.
| item | Wall-paper item need to set. |
ZoomSDKError_Success. Otherwise, this function returns an error.
|
readwritenonatomicassign |
Delegate object for handling wallpaper events.
Definition at line 1338 of file ZoomSDKSettingService.h.