Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKInitParams Class Reference

#import <ZoomSDK.h>

Inherits NSObject.

Instance Methods

(NSArray *) - getLanguageArray
 Get the languages supported by the SDK.
 

Protected Attributes

BOOL _needCustomizedUI
 
BOOL _enableLog
 
int _logFileSize
 
ZoomSDKLocale _appLocale
 
NSString * _preferedLanguage
 
NSString * _customLocalizationFileName
 
NSString * _customLocalizationFilePath
 
NSString * _zoomDomain
 

Properties

BOOL needCustomizedUI
 
BOOL enableLog
 
int logFileSize
 
ZoomSDKLocale appLocale
 
NSString * preferedLanguage
 
NSString * customLocalizationFileName
 
NSString * customLocalizationFilePath
 
int wrapperType
 
NSString * zoomDomain
 

Detailed Description

Definition at line 45 of file ZoomSDK.h.

Method Documentation

◆ getLanguageArray

- (NSArray *) getLanguageArray

Get the languages supported by the SDK.

Returns
The supported languages.

Field Documentation

◆ _appLocale

- (ZoomSDKLocale) _appLocale
protected

Definition at line 53 of file ZoomSDK.h.

◆ _customLocalizationFileName

- (NSString*) _customLocalizationFileName
protected

Definition at line 57 of file ZoomSDK.h.

◆ _customLocalizationFilePath

- (NSString*) _customLocalizationFilePath
protected

Definition at line 59 of file ZoomSDK.h.

◆ _enableLog

- (BOOL) _enableLog
protected

Definition at line 49 of file ZoomSDK.h.

◆ _logFileSize

- (int) _logFileSize
protected

Definition at line 51 of file ZoomSDK.h.

◆ _needCustomizedUI

- (BOOL) _needCustomizedUI
protected

Definition at line 47 of file ZoomSDK.h.

◆ _preferedLanguage

- (NSString*) _preferedLanguage
protected

Definition at line 55 of file ZoomSDK.h.

◆ _zoomDomain

- (NSString*) _zoomDomain
protected

Definition at line 60 of file ZoomSDK.h.

Property Documentation

◆ appLocale

- (ZoomSDKLocale) appLocale
readwritenonatomicassign

Definition at line 65 of file ZoomSDK.h.

◆ customLocalizationFileName

- (NSString*) customLocalizationFileName
readwritenonatomicretain

Definition at line 67 of file ZoomSDK.h.

◆ customLocalizationFilePath

- (NSString*) customLocalizationFilePath
readwritenonatomicretain

Definition at line 68 of file ZoomSDK.h.

◆ enableLog

- (BOOL) enableLog
readwritenonatomicassign

Definition at line 63 of file ZoomSDK.h.

◆ logFileSize

- (int) logFileSize
readwritenonatomicassign

Definition at line 64 of file ZoomSDK.h.

◆ needCustomizedUI

- (BOOL) needCustomizedUI
readwritenonatomicassign

Definition at line 62 of file ZoomSDK.h.

◆ preferedLanguage

- (NSString*) preferedLanguage
readwritenonatomicretain

Definition at line 66 of file ZoomSDK.h.

◆ wrapperType

- (int) wrapperType
readwritenonatomicassign

Definition at line 69 of file ZoomSDK.h.

◆ zoomDomain

- (NSString*) zoomDomain
readwritenonatomicretain

Definition at line 70 of file ZoomSDK.h.