BTNSession Class Reference
| Inherits from | BTNModelObject |
|---|---|
| Declared in | BTNSession.h |
Other Methods
sourceToken
An optional sourceToken returned from a session. This is transient.
@property (nullable, nonatomic, copy) NSString *sourceTokenDiscussion
An optional sourceToken returned from a session. This is transient.
Declared In
BTNSession.h
Equality
– isEqualToSession:
Returns a Boolean value that indicates whether a given BTNSession is equal to the receiver.
- (BOOL)isEqualToSession:(nonnull BTNSession *)sessionParameters
session |
The BTNSession with which to compare to the receiver. |
|---|
Return Value
YES if the BTNSession is equivalent to the receiver.
Discussion
Returns a Boolean value that indicates whether a given BTNSession is equal to the receiver.
Declared In
BTNSession.h