Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CodeGather opened this issue May 29, 2022 · 1 comment · Fixed by #80
Closed

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

CodeGather opened this issue May 29, 2022 · 1 comment · Fixed by #80
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@CodeGather
Copy link
Owner

CodeGather commented May 29, 2022

低版本不再提供技术支持

在此描述从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不会立即打开授权页面,否则调用立即打开授权页面

待续....

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

@CodeGather CodeGather pinned this issue May 29, 2022
@CodeGather CodeGather self-assigned this May 29, 2022
@CodeGather CodeGather added enhancement New feature or request good first issue Good for newcomers labels May 29, 2022
@CodeGather CodeGather added this to the 重构计划 milestone May 29, 2022
@CodeGather CodeGather linked a pull request May 29, 2022 that will close this issue
@CodeGather
Copy link
Owner Author

#100

#101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant