public void OnApplicationFocus() { //Lets try to sync when we jump into focus. FileFetch.Sync(); }
public void SyncAllData() { FileFetch.Sync(); }