Appboxo class

Constructors

Appboxo()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

closeMiniapp(String appId) → void
customEvents() Stream<CustomEvent>
hideMiniapps() → void
lifecycleHooksListener({dynamic onAuth(String appId)?, dynamic onLaunch(String appId)?, dynamic onResume(String appId)?, dynamic onPause(String appId)?, dynamic onClose(String appId)?, dynamic onError(String appId, String? error)?, dynamic onUserInteraction(String appId)?}) Future<void> Function()
logout() → void
openMiniapp(String appId, {Map<String, dynamic>? data, String? theme, Map<String, String>? extraUrlParams, String? urlSuffix, Map<String, String>? colors}) → void
paymentEvents() Stream<PaymentEvent>
sendEvent(CustomEvent customEvent) → void
sendPaymentEvent(PaymentEvent paymentEvent) → void
setAuthCode(String appId, String authCode) → void
setConfig(String clientId, {bool? sandboxMode = false, bool? multitaskMode = true, String? theme, bool? isDebug = false, bool? showPermissionsPage = true, bool? showClearCache = true}) → void