fix(push): add inline reply property (#3221)

This commit is contained in:
abhishekksanghvi1989 2019-11-19 13:59:47 +05:30 committed by Daniel Sogl
parent 996bf00e85
commit 01bfa5cc5e

View File

@ -136,6 +136,7 @@ export interface CategoryActionData {
title: string;
foreground: boolean;
destructive: boolean;
inline?: boolean;
}
export interface AndroidPushOptions {