Skip to content

写给从低版本升级的小伙伴 #81

Description

@CodeGather

低版本不再提供技术支持

在此描述从0.2.3升级到1.0.0的注意事项:

1、#以前的控制弹窗还是全屏字段已被删除->改用pageType字段

enum PageType {
  ///全屏(竖屏)
  fullPort,
  ///全屏(横屏)
  fullLand,
  ///弹窗(竖屏)
  dialogPort,
  ///"弹窗(横屏)
  dialogLand,
  ///底部弹窗
  dialogBottom,
  ///自定义View
  customView,
  ///自定义View(Xml)
  customXml,
  /// 自定义背景GIF
  customGif,
  /// 自定义背景视频
  customMOV,
  /// 自定义背景图片
  customPIC,
}

2、新增字段 isDelay 是否延时登录,使用该字段为true时,调用initSDK不会立即打开授权页面,否则调用立即打开授权页面

待续....

如果为其他参数问题,将在此给予答复

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions