react-native-google-mobile-ads
    Preparing search index...

    Variable TestDeviceIdsConst

    TestDeviceIds: { EMULATOR: "EMULATOR" } = ...

    Convenience identifiers for RequestConfiguration.testDeviceIdentifiers.

    Emulators and simulators are already treated as test devices by the Google Mobile Ads SDK on iOS and Android (classic and Next-Gen). Prefer those automatic detections over listing identifiers unless you need the classic Android EMULATOR alias below.

    For physical devices, pass the hashed device id that the SDK prints to logcat / Xcode when an ad is requested (the log line mentions RequestConfiguration.Builder.setTestDeviceIds).

    Type Declaration

    • ReadonlyEMULATOR: "EMULATOR"

      Classic Android only: maps to AdRequest.DEVICE_ID_EMULATOR. Unnecessary on iOS and on Android Next-Gen (emulators are auto-detected; Next-Gen strips this alias before calling the SDK).