Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 552 Bytes

SyncStatusChangedCallback.md

File metadata and controls

23 lines (12 loc) · 552 Bytes

@appzung/react-native-code-push v11.0.0-rc6


@appzung/react-native-code-push / SyncStatusChangedCallback

Type Alias: SyncStatusChangedCallback()

SyncStatusChangedCallback = (status) => void

Called when the sync process moves from one stage to another in the overall update process.

The method is called with a status code which represents the current state, and can be any of the SyncStatus values.

Parameters

status

SyncStatus

Returns

void