DebugManager

class DebugManager(context: Context, storage: LocalStorage, factory: ViewFactory)(source)

Constructors

Link copied to clipboard
constructor(context: Context, storage: LocalStorage, factory: ViewFactory)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class DeepLinkOutcome(val debugKey: String, val paywallId: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun closeDebugger(animated: Boolean)
Link copied to clipboard
fun handle(deepLinkUrl: Uri): Boolean
Link copied to clipboard
suspend fun launchDebugger(paywallDatabaseId: String? = null)
Link copied to clipboard
suspend fun presentDebugger(paywallDatabaseId: String? = null)