-
public interface ICustomAdListener
-
-
Method Summary
Modifier and Type Method Description abstract voidOnCustomAdReceiveSuccess(String placementId, String webData)abstract voidOnCustomAdReceiveFailed(String placementId, SSPErrorCode errorCode)-
-
Method Detail
-
OnCustomAdReceiveSuccess
abstract void OnCustomAdReceiveSuccess(String placementId, String webData)
-
OnCustomAdReceiveFailed
abstract void OnCustomAdReceiveFailed(String placementId, SSPErrorCode errorCode)
-
-
-
-