Searched defs:osBuildId (Results 1 – 9 of 9) sorted by relevance
73 func osBuildId() -> String? { in osBuildId() function
58 func osBuildId() -> String? { in osBuildId() function
75 func osBuildId() -> String? { in osBuildId() function
139 export declare const osBuildId: string | null; constant
143 export const osBuildId = ExpoDevice ? ExpoDevice.osBuildId : null; constant
13 readonly osBuildId: null; constant
191 {
159 export const osBuildId: string | null = ExpoDevice ? ExpoDevice.osBuildId : null; constant
701 osBuildId: { type: 'string' }, property