Android Notification add permission
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -926,12 +926,14 @@ declare module 'doric/lib/src/native/notification' {
|
||||
name: string;
|
||||
data?: object;
|
||||
androidSystem?: boolean;
|
||||
permission?: string;
|
||||
}) => Promise<any>;
|
||||
subscribe: (args: {
|
||||
biz?: string | undefined;
|
||||
name: string;
|
||||
callback: (data?: any) => void;
|
||||
androidSystem?: boolean | undefined;
|
||||
permission?: string | undefined;
|
||||
}) => Promise<string>;
|
||||
unsubscribe: (subscribeId: string) => Promise<any>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user