NIMSubscribeResult Class Reference

Inherits from NSObject
Declared in NIMSubscribeResult.h

Overview

Query the result of subscription relationship

The result is returned by the interface used to query subscription relationship, indicating the relationship details with this account

  type

Event type

@property (nonatomic, assign, readonly) NSInteger type

Discussion

Event type

Declared In

NIMSubscribeResult.h

  expiry

Validity period of a subscription

@property (nonatomic, assign, readonly) NSTimeInterval expiry

Discussion

Validity period of a subscription

Declared In

NIMSubscribeResult.h

  timestamp

Timestamp of a subscription

@property (nonatomic, assign, readonly) NSTimeInterval timestamp

Discussion

Timestamp of a subscription

Declared In

NIMSubscribeResult.h

  publisher

ID of an event publisher

@property (nonatomic, copy, readonly) NSString *publisher

Discussion

ID of an event publisher

Declared In

NIMSubscribeResult.h