File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export namespace Replies {
80
80
function show ( ) : void ;
81
81
function setOnNewReplyReceivedCallback ( onNewReplyReceivedCallback : ( ) => void ) : void ;
82
82
function setOnNewReplyReceivedHandler ( onNewReplyReceivedHandler : ( ) => void ) : void ;
83
- function getUnreadRepliesCount ( messageCountCallback : ( ) => void ) : void ;
83
+ function getUnreadRepliesCount ( messageCountCallback : ( count : number ) => void ) : void ;
84
84
function setInAppNotificationsEnabled ( inAppNotificationsEnabled : boolean ) : void ;
85
85
function setInAppNotificationSound ( shouldPlaySound : boolean ) : void ;
86
86
}
@@ -126,7 +126,7 @@ export function setIBGLogPrintsToConsole(printsToConsole: boolean): void;
126
126
export function setCrashReportingEnabled ( enableCrashReporter : boolean ) : void ;
127
127
export function setDidSelectPromptOptionHandler ( didSelectPromptOptionHandler : ( ) => void ) : void ;
128
128
export function setSessionProfilerEnabled ( sessionProfilerEnabled : boolean ) : void ;
129
- export function getUnreadMessagesCount ( messageCountCallback : ( ) => void ) : void ;
129
+ export function getUnreadMessagesCount ( messageCountCallback : ( count : number ) => void ) : void ;
130
130
export function setPushNotificationsEnabled ( isPushNotificationEnabled : boolean ) : void ;
131
131
export function setEmailFieldRequiredForActions (
132
132
isEmailFieldRequired : boolean ,
You can’t perform that action at this time.
0 commit comments