TJPlacement class

Constructors

TJPlacement({required String name})
constructor method, placement name is required

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
placement name, Required
final
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
requestContent() Future<void>
request content for placement, does NOT return, set placement handler with placement.setHandler to get notified for contentState
setHandler(TJPlacementHandler myHandler) → void
set handler for placement to get notified for events with enum TapJoyContentState
showPlacement() Future<void>
show content for placement, does NOT return, set placement handler with placement.setHandler to get notified for contentState
toString() String
A string representation of this object.
inherited

Operators

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