SBDAppInfo Class Reference

Inherits from NSObject
Conforms to SBDMappable
Declared in SBDAppInfo.h

Overview

Note: This class is available from 3.0.180

Other Methods

  emojiHash

Default value is empty string.

@property (strong, nonatomic, readonly, nonnull) NSString *emojiHash

Availability

3.0.180

Declared In

SBDAppInfo.h

  uploadSizeLimit

3.0.180

@property (assign, atomic, readonly) long long uploadSizeLimit

Availability

3.0.180

Declared In

SBDAppInfo.h

  premiumFeatureList

3.0.180

@property (strong, nonatomic, readonly, nullable) NSArray<NSString*> *premiumFeatureList

Availability

3.0.180

Declared In

SBDAppInfo.h

  useReaction

3.0.180

@property (assign, atomic, readonly) BOOL useReaction

Availability

3.0.180

Declared In

SBDAppInfo.h

  applicationAttributes

3.0.198

@property (strong, nonatomic, readonly, nullable) NSArray<NSString*> *applicationAttributes

Availability

3.0.198

Declared In

SBDAppInfo.h

  useNativeWS

3.0.222

@property (assign, atomic, readonly) BOOL useNativeWS

Availability

3.0.222

Declared In

SBDAppInfo.h

  concurrentCallLimit

3.0.231

@property (atomic, readonly) NSInteger concurrentCallLimit

Availability

3.0.231

Declared In

SBDAppInfo.h

  backOffDelay

3.0.231

@property (atomic, readonly) float backOffDelay

Availability

3.0.231

Declared In

SBDAppInfo.h

– isEmojiUpdateNeeded:

Emoji hash value in use

- (BOOL)isEmojiUpdateNeeded:(nonnull NSString *)prevEmojiHash

Parameters

prevEmojiHash

Emoji hash value in use

Availability

3.0.180

Declared In

SBDAppInfo.h

Internal Methods

– isMACKDisabledInSuperGroupChannel

A getter for the disableSupergroupMACK property.

- (BOOL)isMACKDisabledInSuperGroupChannel

Availability

3.0.230

Declared In

SBDAppInfo+Internal.h