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 @@ -100,8 +100,8 @@ export namespace Replies {
100100 function setInAppNotificationSound ( shouldPlaySound : boolean ) : void ;
101101 function setPushNotificationRegistrationTokenAndroid ( token : string ) : void ;
102102 function setNotificationIconAndroid ( notificationIcon : int ) : void ;
103- function setPushNotificationChannelIdAndroid ( pushNotificationChannelId : int ) : void ;
104- function setSystemReplyNotificationSoundEnabledAndroid ( shouldPlaySound : int ) : void ;
103+ function setPushNotificationChannelIdAndroid ( pushNotificationChannelId : string ) : void ;
104+ function setSystemReplyNotificationSoundEnabledAndroid ( shouldPlaySound : boolean ) : void ;
105105}
106106export namespace Surveys {
107107 function setEnabled ( isEnabled : boolean ) : void ;
You can’t perform that action at this time.
0 commit comments