Skip to content

Commit 21bba82

Browse files
authored
Add missing foregroundService to Android options
1 parent bd2adb2 commit 21bba82

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)