Cargo Features
[dependencies]
ohos-xcomponent-binding = { version = "0.0.6", default-features = false, features = ["log", "multi_mode", "callbacks"] }
- log
-
allow print log with hilog
Enables ohos-hilog-binding
- multi_mode
-
init with muilt xcomponent instance mode
Affects
events::X_COMPONENT_CALLBACKS_MAP
… - callbacks default
-
allow use closure to define callbacks
- default = callbacks
-
The
callbacks
feature is set by default wheneverohos-xcomponent-binding
is added without
somewhere in the dependency tree.default-features = false