# AdropInterstitialAd

Interstitial ad class는 전면 광고를 요청하고 사용자에게 노출합니다.

***

## Constructors

### AdropInterstitialAd

```typescript
AdropInterstitialAd(unitId: string)
```

광고 유닛 ID를 필수로 입력해야 합니다.&#x20;

***

## Properties

### isLoaded: boolean

광고가 완전히 로드되었는지 확인(Determine)합니다.

### unitId: string

AdropInterstitialAd의 광고 유닛 ID를 가져옵니다.

### listener: [AdropListener](https://help.adrop.io/adcontrol/developer-guide/adrop-sdk/react-native-sdk/appendix/classes/adroplistener)?

AdropInterstitialAd에서 load 또는 show가 호출될 때 리스너를 호출합니다.

***

## Methods

### load: () -> void

AdropInterstitialAd의 광고 유닛 ID를 사용하여 Adrop에서 광고를 요청합니다.

### show: () -> void

AdropInterstitialAd의 광고 유닛 ID를 사용하여 Adrop의 광고를 노출합니다.&#x20;

show가 호출되기 전에 완전히 로드되어야 합니다.

### destroy: () -> void

메모리 해제를 위해 광고를 Destroy합니다.&#x20;
