AdFitEvent enum

OnAdFitEvent callback 에 사용되는 event type

Inheritance

Constructors

AdFitEvent()
const

Values

AdReceived → const AdFitEvent

배너 광고 노출 완료 시

AdClicked → const AdFitEvent

배너 광고 클릭 시

AdReceiveFailed → const AdFitEvent

배너 광고 노출 실패 시 (AdFitSDK 에러 메시지)

OnError → const AdFitEvent

패키지 내부에서 에러 발생 시

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<AdFitEvent>
A constant List of the values in this enum, in order of their declaration.