We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2fa73 commit e5d4f18Copy full SHA for e5d4f18
index.d.ts
@@ -100,8 +100,8 @@ export namespace Replies {
100
function setInAppNotificationSound(shouldPlaySound: boolean): void;
101
function setPushNotificationRegistrationTokenAndroid(token: string): void;
102
function setNotificationIconAndroid(notificationIcon: int): void;
103
- function setPushNotificationChannelIdAndroid(pushNotificationChannelId: int): void;
104
- function setSystemReplyNotificationSoundEnabledAndroid(shouldPlaySound: int): void;
+ function setPushNotificationChannelIdAndroid(pushNotificationChannelId: string): void;
+ function setSystemReplyNotificationSoundEnabledAndroid(shouldPlaySound: boolean): void;
105
}
106
export namespace Surveys {
107
function setEnabled(isEnabled: boolean): void;
0 commit comments