Main configurations
Permission management
PermissionsUtilsUI.showPermissionViews(this, object : PermissionViewListener {
override fun onFinish() {
//Code called when all permissions in the list are properly granted
}
})PermissionsUtilsUI.INSTANCE.showPermissionViews(this, new PermissionViewListener() {
@Override
public void onFinish() {
//Code called when all permissions in the list are properly granted
}
});SDK diagnosis
Diagnosis state
Diagnosis screen areas

Bluetooth sensor status check
Support Request Management
Last updated
Was this helpful?

