macOS SDK 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 * _teamIdentifier
 
NSString * _preferedLanguage
 
NSString * _customLocalizationFileName
 
NSString * _customLocalizationFilePath
 

Properties

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

Detailed Description

Definition at line 44 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 52 of file ZoomSDK.h.

◆ _customLocalizationFileName

- (NSString*) _customLocalizationFileName
protected

Definition at line 58 of file ZoomSDK.h.

◆ _customLocalizationFilePath

- (NSString*) _customLocalizationFilePath
protected

Definition at line 60 of file ZoomSDK.h.

◆ _enableLog

- (BOOL) _enableLog
protected

Definition at line 48 of file ZoomSDK.h.

◆ _logFileSize

- (int) _logFileSize
protected

Definition at line 50 of file ZoomSDK.h.

◆ _needCustomizedUI

- (BOOL) _needCustomizedUI
protected

Definition at line 46 of file ZoomSDK.h.

◆ _preferedLanguage

- (NSString*) _preferedLanguage
protected

Definition at line 56 of file ZoomSDK.h.

◆ _teamIdentifier

- (NSString*) _teamIdentifier
protected

Definition at line 54 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 68 of file ZoomSDK.h.

◆ customLocalizationFilePath

- (NSString*) customLocalizationFilePath
readwritenonatomicretain

Definition at line 69 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 67 of file ZoomSDK.h.

◆ teamIdentifier

- (NSString*) teamIdentifier
readwritenonatomicretain

Definition at line 66 of file ZoomSDK.h.