InterstitialAd 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class InterstitialAd sealed
/// [Windows.Foundation.Metadata.Activatable(1)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class InterstitialAd final
[Windows.Foundation.Metadata.Activatable(1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class InterstitialAd
function InterstitialAd()
Public NotInheritable Class InterstitialAd
- 繼承
- 屬性
其他功能與需求
軟體開發套件 | |
支援 OS 的最低版本 |
Windows 10 (10.0.10240.0)
|
建構函式
InterstitialAd() |
初始化 InterstitialAd 類別的新實例。 |
屬性
CountryOrRegion |
取得或設定使用者所在的兩個字母國家或地區代碼。 |
Keywords |
取得或設定以廣告物件為目標的關鍵字。 |
PostalCode |
取得或設定廣告的郵遞區號目標。 |
RequestTimeout |
取得或設定逾時前等候廣告要求完成的毫秒數。 |
State |
取得插播式廣告的目前狀態。 |
方法
AddAdTag(String, String) |
將廣告標籤新增至 InterstitialAd 控制項。 |
Close() |
關閉顯示的插播式廣告。 |
RemoveAdTag(String) |
從 InterstitialAd 控制項中移除廣告標籤。 |
RequestAd(AdType, String, String) |
從伺服器要求插播式廣告。 |
Show() |
顯示插播式廣告。 |
事件
AdReady |
當插播式廣告準備好顯示時引發。 |
Cancelled |
當使用者在視為完成之前取消廣告時引發。 |
Completed |
當廣告關閉且廣告體驗視為完成時引發。 |
ErrorOccurred |
當 InterstitialAd遇到操作錯誤時引發。 |