TTOrganization Class Reference
| Inherits from | NSManagedObject |
|---|---|
| Declared in | TTOrganization.h |
dor
Delete on read defaut setting for all TTMessages related to organization. Not used for now.
@property (nullable, nonatomic, retain) NSNumber *dorDeclared In
TTOrganization.h
name
Organization’s name.
@property (nonnull, nonatomic, retain) NSString *nameDeclared In
TTOrganization.h
numberOfMembers
Number of members in the organization.
@property (nonnull, nonatomic, retain) NSNumber *numberOfMembersDeclared In
TTOrganization.h
paid
Is organization paid or not. Boolean value.
@property (nonnull, nonatomic, retain) NSNumber *paidDeclared In
TTOrganization.h
pending
Is organization approved or pending. Boolean value
@property (nonnull, nonatomic, retain) NSNumber *pendingDeclared In
TTOrganization.h
pendingEmail
Pending email address. String value
@property (nullable, nonatomic, retain) NSString *pendingEmailDeclared In
TTOrganization.h
pendingAdminApproval
Is organization approved by admin. Boolean value
@property (nullable, nonatomic, retain) NSNumber *pendingAdminApprovalDeclared In
TTOrganization.h
pinLock
Is organization useing pinLock. Boolean value.
@property (nullable, nonatomic, retain) NSNumber *pinLockDeclared In
TTOrganization.h
token
Organization’s token.
@property (nonnull, nonatomic, retain) NSString *tokenDeclared In
TTOrganization.h
ttl
Time to live default value for all TTMessages related to organization. Unused for now.
@property (nullable, nonatomic, retain) NSNumber *ttlDeclared In
TTOrganization.h
rosterEntries
NSSet containing all TTRosterEntries related to the TTOrganization.
@property (nullable, nonatomic, retain) NSSet *rosterEntriesDeclared In
TTOrganization.h
settingsLocked
Are the settings for this organization locked? Boolean value.
@property (nullable, nonatomic, retain) NSNumber *settingsLockedDeclared In
TTOrganization.h
blocked
If on no outbound messaging is allowed.
@property (nullable, nonatomic, retain) NSNumber *blockedDeclared In
TTOrganization.h
isMuted
Is TTOrganization currently muted on server.
@property (nullable, nonatomic, retain) NSNumber *isMutedDeclared In
TTOrganization.h
muteEndTime
If TTOrganization is currently muted, contains the mute end time
@property (nullable, nonatomic, retain) NSDate *muteEndTimeDeclared In
TTOrganization.h