/** * For more information * https://developers.google.com/android/reference/com/google/android/gms/ads/AdError */ export interface AdMobError { /** * Gets the error's code. */ code: number; /** * Gets the message describing the error. */ message: string; }