We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
在此描述从0.2.3升级到1.0.0的注意事项:
enum PageType { ///全屏(竖屏) fullPort, ///全屏(横屏) fullLand, ///弹窗(竖屏) dialogPort, ///"弹窗(横屏) dialogLand, ///底部弹窗 dialogBottom, ///自定义View customView, ///自定义View(Xml) customXml, /// 自定义背景GIF customGif, /// 自定义背景视频 customMOV, /// 自定义背景图片 customPIC, }
待续....
如果为其他参数问题,将在此给予答复
The text was updated successfully, but these errors were encountered:
#100
#101
Sorry, something went wrong.
CodeGather
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
低版本不再提供技术支持
在此描述从0.2.3升级到1.0.0的注意事项:
1、#以前的控制弹窗还是全屏字段已被删除->改用pageType字段
2、新增字段 isDelay 是否延时登录,使用该字段为true时,调用initSDK不会立即打开授权页面,否则调用立即打开授权页面
待续....
如果为其他参数问题,将在此给予答复
The text was updated successfully, but these errors were encountered: