Agora RTC Objective-C API Reference  Refactor
Properties
AgoraExtensionContext Class Reference

Inherits <NSObject>.

Properties

BOOL isValid
 
NSUInteger uid
 
NSString *_Nullable providerName
 
NSString *_Nullable extensionName
 

Detailed Description

The definition of extension context types.

Property Documentation

◆ isValid

- (BOOL) isValid
readwritenonatomicassign

Whether the uid is valid.

  • YES: The uid is valid.
  • NO: The uid is invalid.

◆ uid

- (NSUInteger) uid
readwritenonatomicassign

The ID of the user. A uid of 0 indicates the local user, and a uid greater than 0 represents a remote user.

◆ providerName

- (NSString* _Nullable) providerName
readwritenonatomiccopy

The provider name of the current extension.

◆ extensionName

- (NSString* _Nullable) extensionName
readwritenonatomiccopy

The extension name of the current extension.