Skip to content

Commit 5a29880

Browse files
author
Sylvain Boily
authored
Merge pull request #384 from grit96/patch-2
Add missing foregroundService to Android options
2 parents bd2adb2 + 21bba82 commit 5a29880

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ declare module 'react-native-callkeep' {
3232
okButton: string,
3333
imageName?: string,
3434
additionalPermissions: string[],
35-
},
35+
foregroundService?: {
36+
channelId: string,
37+
channelName: string,
38+
notificationTitle: string,
39+
notificationIcon?: string
40+
}
41+
}
3642
}
3743

3844
export type DidReceiveStartCallActionPayload = { handle: string };

0 commit comments

Comments
 (0)