bridge

作者: Ribbon_2bc2 | 来源:发表于2017-05-10 15:23 被阅读0次

    1 toast

    显示一个弱提示,可选择多少秒之后消失
    1.1 使用方法
    3.1 入参
    | 名称 | 类型 | 描述 | 必选 | 默认值 | 版本 |
    | ------| ------: | :-----: |
    | content string 文字内容,如果使用antbridge版本,请用text属性替代 Y ‘’ 8.0
    | type string none / success / fail / exception。 excption类型必须传文案 N ‘none’ 8.1
    |duration int 显示时长,单位为毫秒。android实际只支持2000/3500两种,小于或等于2000的相当于2000, 大于2000的相当于3500 N 2000 8.1
    fn function 回调函数,当toast消失后被调用 N

    相关文章

      网友评论

          本文标题:bridge

          本文链接:https://www.haomeiwen.com/subject/sulgtxtx.html