UNPKG

nativescript-app-sync

Version:
8 lines (7 loc) 439 B
export declare class TNSAcquisitionManager { private appSyncSDK; constructor(deploymentKey: string, serverUrl: string); queryUpdateWithCurrentPackage(currentPackage: IPackage, callback?: Callback<IRemotePackage | NativeUpdateNotification>): void; reportStatusDeploy(pkg?: IPackage, status?: string, previousLabelOrAppVersion?: string, previousDeploymentKey?: string): void; reportStatusDownload(pkg: IPackage): void; }