reloadPacks method

void reloadPacks()

Forcibly, asynchronously reloads the packs property. At some point after this method is called, the pointer values of the MLNOfflinePack objects in the packs property change, even if the underlying data for these packs has not changed. If this method is called while a pack is actively downloading, the behavior is undefined.

You typically do not need to call this method.

To detect when the shared offline storage object has finished reloading its packs property, observe KVO change notifications on the packs key path. A reload results in an NSKeyValueChangeSetting change.

Implementation

void reloadPacks() {
_objc_msgSend_1pl9qdv(this.ref.pointer, _sel_reloadPacks);

}