Home
last modified time | relevance | path

Searched defs:getStatusAsync (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.d.ts6 export declare function getStatusAsync(): Promise<BackgroundFetchStatus | null>; function
H A DExpoBackgroundFetch.web.d.ts4 getStatusAsync(): Promise<BackgroundFetchStatus | null>; constant
H A DBackgroundFetch.js10 export async function getStatusAsync() { function
/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.ts16 export async function getStatusAsync(): Promise<BackgroundFetchStatus | null> { function
/expo/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/
H A DABI47_0_0EXBackgroundFetch.m24 ABI47_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/
H A DABI49_0_0EXBackgroundFetch.m24 ABI49_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/
H A DABI48_0_0EXBackgroundFetch.m24 ABI48_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/packages/expo-av/src/
H A DAV.ts222 getStatusAsync(): Promise<AVPlaybackStatus>; method
/expo/packages/expo-av/src/Audio/
H A DRecording.ts224 getStatusAsync = async (): Promise<RecordingStatus> => { property in Recording
H A DSound.ts295 getStatusAsync = async (): Promise<AVPlaybackStatus> => { property in Sound
/expo/packages/expo-av/build/Audio/
H A DRecording.js184 getStatusAsync = async () => { field in Recording
H A DSound.js174 getStatusAsync = async () => { field in Sound
/expo/packages/expo-av/build/
H A DVideo.js100 getStatusAsync = async () => { field in Video