VAMPRewardedAdLoadAdvancedDelegate
Objective-C
@protocol VAMPRewardedAdLoadAdvancedDelegate <VAMPRewardedAdLoadDelegate>Swift
protocol VAMPRewardedAdLoadAdvancedDelegate : VAMPRewardedAdLoadDelegateVAMPRewardedAdLoadAdvancedDelegate
- 
                  
                  アドネットワークごとの広告取得が開始されたときに通知されます。 DeclarationObjective-C - (void)rewardedAdDidStartLoading:(nonnull NSString *)adNetworkName withPlacementID:(nonnull NSString *)placementID;Swift optional func rewardedAdDidStartLoading(_ adNetworkName: String, withPlacementID placementID: String)ParametersadNetworkNameアドネットワーク名 placementID広告枠ID 
- 
                  
                  アドネットワークごとの広告取得結果が通知されます。 このイベントは、ロードの成功時、失敗時どちらの場合も通知されます。 広告のロードに成功した時は error==nilとなりロード処理は成功終了します。error!=nilの時は次の配信可能なアドネットワークがある場合、ロード処理は継続されます。ない場合は失敗終了します。DeclarationObjective-C - (void)rewardedAdDidLoad:(nonnull NSString *)adNetworkName withPlacementID:(nonnull NSString *)placementID error:(nullable VAMPError *)error;Swift optional func rewardedAdDidLoad(_ adNetworkName: String, withPlacementID placementID: String, error: VAMPError?)ParametersadNetworkNameアドネットワーク名 placementID広告枠ID errorVAMPErrorオブジェクト
 View on GitHub
View on GitHub VAMPRewardedAdLoadAdvancedDelegate Protocol Reference
        VAMPRewardedAdLoadAdvancedDelegate Protocol Reference