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 {
100
100
function setInAppNotificationSound ( shouldPlaySound : boolean ) : void ;
101
101
function setPushNotificationRegistrationTokenAndroid ( token : string ) : void ;
102
102
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 ;
105
105
}
106
106
export namespace Surveys {
107
107
function setEnabled ( isEnabled : boolean ) : void ;
You can’t perform that action at this time.
0 commit comments