HyphenateChatSDK 3.9.9.1
EMPresence.h
1//
2// EMPresence.h
3// HyphenateChat
4//
5// Created by lixiaoming on 2022/1/14.
6// Copyright © 2022 easemob.com. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
18@interface EMPresenceStatusDetail : NSObject
26@property (nonatomic,strong) NSString* _Nonnull device;
34@property (nonatomic) NSInteger status;
35@end
36
44@interface EMPresence: NSObject
52@property (nonatomic,strong) NSString*_Nonnull publisher;
53
61@property (nonatomic,strong) NSArray<EMPresenceStatusDetail*>*_Nullable statusDetails;
62
70@property (nonatomic) NSString*_Nullable statusDescription;
71
79@property (nonatomic) NSInteger lastTime;
80
88@property (nonatomic) NSInteger expirytime;
89@end;
90
Definition: EMPresence.h:45
Definition: EMPresence.h:19
NSString *_Nonnull device
Definition: EMPresence.h:26
NSInteger status
Definition: EMPresence.h:34