|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFSession.h>
Properties | |
| NSString * | sessionToken |
Properties inherited from PFObject | |
| NSString * | parseClassName |
More... | |
| NSString * | objectId |
| NSDate * | updatedAt |
| NSDate * | createdAt |
| PFACL * | ACL |
| NSArray< NSString * > * | allKeys |
| BOOL | dataAvailable |
More... | |
| BOOL | dirty |
More... | |
PFSession is a local representation of a session. This class is a subclass of a PFObject, and retains the same functionality as any other subclass of PFObject.
| + (void) getCurrentSessionInBackgroundWithBlock: | (nullable PFSessionResultBlock) | block |
|
readnonatomiccopy |
The session token string for this session.
1.8.9.1