1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

v10.6.0-beta.0

This commit is contained in:
sunnylqm
2024-06-11 10:44:18 +08:00
parent 6244bb9af2
commit e63fa0fdb6
7 changed files with 48 additions and 23 deletions

View File

@@ -69,8 +69,8 @@ export interface PushyOptions {
appKey: string;
server?: PushyServerConfig;
logger?: UpdateEventsLogger;
useAlert?: boolean;
strategy?: 'onAppStart' | 'onAppResume' | 'both' | null;
updateStrategy?: 'alwaysAlert' | 'silentAndNow' | 'silentAndLater' | null;
checkStrategy?: 'onAppStart' | 'onAppResume' | 'both' | null;
autoMarkSuccess?: boolean;
dismissErrorAfter?: number;
debug?: boolean;