InterstitialAd.RequestAd(AdType, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서버에서 중간 광고를 요청합니다.
public:
void RequestAd(AdType adType, Platform::String ^ applicationId, Platform::String ^ adUnitId);
/// [Windows.Foundation.Metadata.Overload("RequestAd1")]
void RequestAd(AdType const& adType, winrt::hstring const& applicationId, winrt::hstring const& adUnitId);
[Windows.Foundation.Metadata.Overload("RequestAd1")]
public void RequestAd(AdType adType, string applicationId, string adUnitId);
function requestAd(adType, applicationId, adUnitId)
Public Sub RequestAd (adType As AdType, applicationId As String, adUnitId As String)
매개 변수
- adType
- AdType
요청할 중간 광고 유형(동영상 또는 배너)을 지정하는 값입니다.
- applicationId
-
String
Platform::String
winrt::hstring
앱의 애플리케이션 ID입니다. 이 값은 파트너 센터에서 사용할 수 있습니다.
- adUnitId
-
String
Platform::String
winrt::hstring
파트너 센터의 광고 단위 ID 값입니다.
- 특성
설명
요청이 성공적으로 완료되면 AdReady 이벤트가 발생합니다. Show 메서드가 호출될 때까지 중간 광고도 표시되지 않습니다. 광고 표시에 문제가 있는 경우 ErrorOccurred 이벤트가 발생합니다.