填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

UpdateActivatedEvent

An event emitted when a new version of the app has been downloaded and activated.

      
      interface UpdateActivatedEvent {
  type: 'UPDATE_ACTIVATED'
  previous?: {...}
  current: {...}
}
    

参见

属性

属性说明
type: 'UPDATE_ACTIVATED'
previous?: { hash: string; appData?: Object; }
current: { hash: string; appData?: Object; }