Functions

Link copied to clipboard
Link copied to clipboard
abstract fun demandScore(): Int?
Link copied to clipboard
abstract fun demandTier(): String?
Link copied to clipboard
Link copied to clipboard
abstract suspend fun internallyGetPresentationResult(event: Trackable, isImplicit: Boolean)
Link copied to clipboard
abstract fun makeDeviceInfo(): DeviceInfo
Link copied to clipboard
abstract fun makeIsSandbox(): Boolean
Link copied to clipboard
abstract suspend fun makeSessionDeviceAttributes(): HashMap<String, Any>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun makeTriggers(): Set<String>
Link copied to clipboard
abstract suspend fun storePresentationObject(request: PresentationRequest?, publisher: MutableSharedFlow<PaywallState>)
Link copied to clipboard
abstract suspend fun track(event: TrackableSuperwallEvent): Result<TrackingResult>
Link copied to clipboard
abstract fun updatePaywallInfo(paywallInfo: PaywallInfo)