mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	v10.7.0
This commit is contained in:
		| @@ -69,7 +69,12 @@ export interface PushyOptions { | ||||
|   appKey: string; | ||||
|   server?: PushyServerConfig; | ||||
|   logger?: UpdateEventsLogger; | ||||
|   updateStrategy?: 'alwaysAlert' | 'silentAndNow' | 'silentAndLater' | null; | ||||
|   updateStrategy?: | ||||
|     | 'alwaysAlert' | ||||
|     | 'alertUpdateAndIgnoreError' | ||||
|     | 'silentAndNow' | ||||
|     | 'silentAndLater' | ||||
|     | null; | ||||
|   checkStrategy?: 'onAppStart' | 'onAppResume' | 'both' | null; | ||||
|   autoMarkSuccess?: boolean; | ||||
|   dismissErrorAfter?: number; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm