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 {
8080 function show ( ) : void ;
8181 function setOnNewReplyReceivedCallback ( onNewReplyReceivedCallback : ( ) => void ) : void ;
8282 function setOnNewReplyReceivedHandler ( onNewReplyReceivedHandler : ( ) => void ) : void ;
83- function getUnreadRepliesCount ( messageCountCallback : ( ) => void ) : void ;
83+ function getUnreadRepliesCount ( messageCountCallback : ( count : number ) => void ) : void ;
8484 function setInAppNotificationsEnabled ( inAppNotificationsEnabled : boolean ) : void ;
8585 function setInAppNotificationSound ( shouldPlaySound : boolean ) : void ;
8686}
@@ -126,7 +126,7 @@ export function setIBGLogPrintsToConsole(printsToConsole: boolean): void;
126126export function setCrashReportingEnabled ( enableCrashReporter : boolean ) : void ;
127127export function setDidSelectPromptOptionHandler ( didSelectPromptOptionHandler : ( ) => void ) : void ;
128128export function setSessionProfilerEnabled ( sessionProfilerEnabled : boolean ) : void ;
129- export function getUnreadMessagesCount ( messageCountCallback : ( ) => void ) : void ;
129+ export function getUnreadMessagesCount ( messageCountCallback : ( count : number ) => void ) : void ;
130130export function setPushNotificationsEnabled ( isPushNotificationEnabled : boolean ) : void ;
131131export function setEmailFieldRequiredForActions (
132132 isEmailFieldRequired : boolean ,
You can’t perform that action at this time.
0 commit comments