FlutterDaroSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterDaroSdkPlatform
Implementers

Constructors

FlutterDaroSdkPlatform()
Constructs a FlutterDaroSdkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRewardAdListener(String adUnit, DaroRewardAdListener listener) → void
addRewardAdListener 리워드 광고 리스너 등록
disposeRewardAd(DaroRewardAdType type, String adUnit) Future<void>
disposeRewardAd 리워드 광고 인스턴스 해제
initialize(DaroSdkConfig config) Future<void>
SDK 초기화
loadRewardAd(DaroRewardAdType type, String adUnit, {Map<String, dynamic>? options}) Future<bool>
/ 리워드 광고 (인터스티셜, 리워드 비디오, 팝업, 앱 오프닝) loadRewardAd 리워드 광고 인스턴스 로드
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRewardAdListener(String adUnit) → void
removeRewardAdListener 리워드 광고 리스너 제거
setOptions(DaroSdkOptions options) Future<bool>
SDK 옵션 설정
showRewardAd(DaroRewardAdType type, String adUnit, {Map<String, dynamic>? options}) Future<bool>
showRewardAd 리워드 광고 인스턴스 표시
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterDaroSdkPlatform
The default instance of FlutterDaroSdkPlatform to use.
getter/setter pair