Package-level declarations

Types

Link copied to clipboard
interface CodedError
Link copied to clipboard
annotation class CodedException
Link copied to clipboard
object Playtime

The entry point of adjoe Playtime SDK.

Link copied to clipboard

A listener to notify you when the offerwall is opened or closed.

Link copied to clipboard
data class PlaytimeEvent(val name: String, val occurredAt: Long)
Link copied to clipboard

A listener to notify you when an event occurs.

Link copied to clipboard
Link copied to clipboard

Adjoe Extension class holds additional optional subids to be used by publisher to pass different values

Link copied to clipboard
Link copied to clipboard

A listener which can be passed e.g. to Playtime.init to notify you about the result of the initialization.

Link copied to clipboard

An exception indicating that the SDK has not been initialized properly.

Link copied to clipboard

Use this class to pass additional options like the user ID to io.adjoe.sdk.Playtime.init, io.adjoe.sdk.Playtime.init or io.adjoe.sdk.Playtime.init.

Link copied to clipboard
Link copied to clipboard

This class holds the User Acquisition Fields and offerwall placement. This class follows the builder pattern to generate immutable instance of the PlaytimeParams object. You must call the PlaytimeParams.Builder.build method to generate the [ ].

Link copied to clipboard
data class PlaytimeStatus(val isInitialized: Boolean, val details: PlaytimeStatusDetails)
Link copied to clipboard
data class PlaytimeStatusDetails(val isFraud: Boolean)
Link copied to clipboard
class PlaytimeUserProfile(gender: PlaytimeGender?, birthday: Date?)