From 01bfa5cc5ebf5e26fb63014ce9614561f1747785 Mon Sep 17 00:00:00 2001 From: abhishekksanghvi1989 <57472966+abhishekksanghvi1989@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:59:47 +0530 Subject: [PATCH] fix(push): add inline reply property (#3221) --- src/@ionic-native/plugins/push/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/@ionic-native/plugins/push/index.ts b/src/@ionic-native/plugins/push/index.ts index 83032ace0..5b8c2f06a 100644 --- a/src/@ionic-native/plugins/push/index.ts +++ b/src/@ionic-native/plugins/push/index.ts @@ -136,6 +136,7 @@ export interface CategoryActionData { title: string; foreground: boolean; destructive: boolean; + inline?: boolean; } export interface AndroidPushOptions {