Package-level declarations

Types

Link copied to clipboard
data class AdvertisingIdInfo(val id: String, val isLimitAdTrackingEnabled: Boolean)

Advertising Id Info

Link copied to clipboard

Attributes key constants to use in Airbridge#trackEvent method

Link copied to clipboard

Event category constants to use in Airbridge#trackEvent method

Link copied to clipboard
data class AirbridgeTrackingLink(val shortURL: Uri, val qrcodeURL: Uri)

Holds variable types of tracking-link that move user to specific page of app and track click-event.

Link copied to clipboard

Contains key of tracking-link option.

Link copied to clipboard
fun interface Callback<T>

A functional interface representing a callback that takes a result of type T.

Link copied to clipboard
fun interface OnFailure : Callback<Throwable>

A functional interface representing a failure callback that takes a Throwable as the result.

Link copied to clipboard
fun interface OnSuccess<T> : Callback<T>

A functional interface representing a success callback that takes a result of type T.

Link copied to clipboard
data class ReferrerDetails(val installReferrer: String, val referrerClickTimestampSeconds: Long, val installBeginTimestampSeconds: Long)

Advertising Id Info