public interface IApplyComponentPaddingListener
监听 ComponentPadding 的变化。
如果通过 Window#setOnApplyComponentPaddingListener 设置了侦听器,则将在 ComponentPadding 更改时调用 notifyPaddingChange(ohos.agp.window.service.ComponentPadding),以便应用程序将新的填充值用于布局。
Since:
5
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | notifyPaddingChange(ComponentPadding padding) | 当 ComponentPadding 对象发生更改时调用。 |
void notifyPaddingChange(ComponentPadding padding)
当 ComponentPadding 对象发生更改时调用。
参数:
参数名称 | 参数描述 |
---|---|
padding | 用新的填充值指示 ComponentPadding 对象。 |
Since:
5
NotificationConstantjava.lang.Object |---ohos.event.notification.NotificationConstantpublic final class NotificationCons...
NotificationRequest.NotificationMultiLineContentjava.lang.Object |---ohos.event.notification.NotificationRequest.Notific...
临时素材接口获取临时素材小程序可以使用本接口获取客服消息内的临时素材(即下载临时的多媒体文件)。目前小程序仅支持下载图片...
db.command获取数据库查询及更新指令,列表见 API 列表中的command 列表。示例代码const _ = db.command...
注意:即将废弃,请使用 API wx.showToastloading消息提示框属性名类型默认值说明hiddenBooleanfalse是否隐藏示例代码:view c...
Collection.field / Query.field / Document.field支持端:小程序,云函数,Web指定返回结果中记录需返回的字段参数projection: Ob...
MapContext.setCenterOffset(Object object)基础库 2.10.0 开始支持,低版本需做兼容处理。设置地图中心点偏移,向后向下为增长...
wx.startRecord(OBJECT)开始录音。当主动调用wx.stopRecord,或者录音超过1分钟时自动结束录音,返回录音文件的临时文件路...
视图层MINA的视图层由WXML与WXSS编写。将逻辑层的数据反应成视图,同时将视图层的事件发送给逻辑层。WXML(WeiXin Markup languag...
LivePlayerContextLivePlayerContext实例,可通过wx.createLivePlayerContext获取。LivePlayerContext通过id跟一个live-player组...