Update PushyOptions strategy to allow null value
This commit is contained in:
parent
80e0451983
commit
de332c1796
@ -70,7 +70,7 @@ export interface PushyOptions {
|
||||
server?: PushyServerConfig;
|
||||
logger?: UpdateEventsLogger;
|
||||
useAlert?: boolean;
|
||||
strategy?: 'onAppStart' | 'onAppResume' | 'both';
|
||||
strategy?: 'onAppStart' | 'onAppResume' | 'both' | null;
|
||||
autoMarkSuccess?: boolean;
|
||||
dismissErrorAfter?: number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user