Skip to content

Commit 30805b0

Browse files
Bump version to 1.9.27 and add StringeeChatStatus enum for conversation states
1 parent 030211b commit 30805b0

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

Stringee.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'Stringee'
4-
s.version = '1.9.26'
4+
s.version = '1.9.27'
55
s.summary = 'Developed by Stringee'
66

77
s.description = <<-DESC

Stringee/Classes/Stringee.framework/Headers/StringeeConversation.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313

1414
@class StringeeClient;
1515

16+
typedef NS_ENUM(NSInteger, StringeeChatStatus) {
17+
StringeeChatStatusRinging = 0,
18+
StringeeChatStatusAnswering = 1,
19+
StringeeChatStatusEnded = 2,
20+
StringeeChatStatusMissed = 3,
21+
StringeeChatStatusInactive = 4
22+
};
23+
1624
/**
1725
Lớp đại diện một group chat(đơn hoặc nhóm).
1826
*/
@@ -104,6 +112,11 @@
104112

105113
@property (nonatomic, readonly) NSString *customData;
106114

115+
/**
116+
Trạng thái của conversation.
117+
*/
118+
@property (assign, nonatomic, readonly) StringeeChatStatus chatStatus;
119+
107120
/**
108121
Gửi tin nhắn
109122
@param message một thể hiện của StringeeMessage(StringeeTextMessage, StringeeLocationMessage, StringeeContactMessage...).
1 Byte
Binary file not shown.
2.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)