Home
last modified time | relevance | path

Searched defs:getClientUrl (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/client-build/
H A DAndroidClientBuilder.ts26 getClientUrl(appVersion: string): string { method in AndroidClientBuilder
H A DIosClientBuilder.ts24 getClientUrl(appVersion: string): string { method in IosClientBuilder
H A Dtypes.ts12 getClientUrl: (appVersion: string) => string; property