Skip to content

Commit e5d4f18

Browse files
author
Ali Abdelfattah
authored
Fix TS spec for push notification APIs
1 parent eb2fa73 commit e5d4f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
106106
export namespace Surveys {
107107
function setEnabled(isEnabled: boolean): void;

0 commit comments

Comments
 (0)