MCPcopy Create free account
hub / github.com/NativeScript/firebase / maxDownloadRetryTime

Method maxDownloadRetryTime

packages/firebase-storage/index.ios.ts:617–619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

615 }
616
617 get maxDownloadRetryTime(): number {
618 return this.native?.maxDownloadRetryTime;
619 }
620
621 set maxDownloadRetryTime(value) {
622 this.native.maxDownloadRetryTime = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected