1.0 KiB
1.0 KiB
Android Reference Map
Primary reference:
Core Types
ZoomCCInterfaceZoomCCItemZoomCCContextZoomCCServiceZoomCCChatServiceZoomCCVideoServiceZoomCCScheduledCallbackService
Listener Types
ZoomCCServiceListenerZoomCCChatListenerZoomCCVideoListener
Enums
ZoomCCIInterfaceTypeClientEventIMStatusCCServerTypeVideoPreviewOption
Common Methods
- SDK init/context:
ZoomCCInterface.init(...)ZoomCCInterface.setContext(...)- service factory:
getZoomCCChatService()getZoomCCVideoService()getZoomCCZVAService()getZoomCCScheduledCallbackService()- service lifecycle:
init(item),login(),logoff(),fetchUI()- engagement control:
endChat(),endVideo()- release:
releaseZoomCCService(key)
Deprecation Notes
- Review
deprecated.htmlin each SDK version package. - Keep runtime guards for enum/value additions and optional callbacks.