acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.event
/
QRCodeGeneratedEvent
QRCode
Generated
Event
class
QRCodeGeneratedEvent
(
val
url
:
String
,
val
png
:
ByteArray
)
:
AcidifyEvent
(
source
)
二维码生成事件
Members
Constructors
QRCode
Generated
Event
Link copied to clipboard
constructor
(
url
:
String
,
png
:
ByteArray
)
Properties
png
Link copied to clipboard
val
png
:
ByteArray
二维码 PNG 图片数据
url
Link copied to clipboard
val
url
:
String
二维码链接