HomeDocs
Skip to main content

dlt.offKeyboardHeightChange

Introduction

The dlt.offKeyboardHeightChange function is used to cancel the listener for keyboard height change events.

Parameters

Object object

PropertyTypeDefaultRequiredDescription
successfunctionNoCallback function for a successful call.
failfunctionNoCallback function for a failed call.
completefunctionNoCallback function for the call's completion (executed for both successful and failed calls).

Sample Code

dlt.offKeyboardHeightChange({
success(res) {
console.log('success: ', res);
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.