DaroRewardAd class
리워드 광고 클래스 (인터스티셜, 리워드 비디오, 팝업)
- Implementers
Properties
Methods
-
addListener(
DaroRewardAdListener listener) → void - 광고 이벤트 리스너 등록
-
dispose(
) → Future< void> - 광고 인스턴스 해제
-
load(
) → Future< bool> - 광고 로드
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
) → void - 광고 이벤트 리스너 제거
-
show(
) → Future< bool> - 광고 표시
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited