We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is when comparing to ChatroomUIKit.doccarchive.
ChatroomUIKit.doccarchive
Snippets that do not exist in the exact format:
let roomView = ChatroomUIKitClient.shared.launchRoomView(roomId: String,frame: CGRect, is owner: Bool)
Not even valid Swift code, can't have a space in parameter name "is owner"
let error = ChatroomUIKitClient.shared.setup( with: "Your appkey", option: ChatroomUIKitInitialOptions.ChatOptions() )
ChatroomUIKitClient.shared.login(user: YourAppUser(), token: ExampleRequiredConfig.chatToken) {
Incorrect parameter and open brace { at the end
{
let roomView = ChatroomUIKitClient.shared.launchRoomView(roomId: "聊天室 ID",frame: <#T##CGRect#>)
The text was updated successfully, but these errors were encountered:
yep,this is a known issue that was accidentally deleted by the documentation engineer during the modification of the document.
Sorry, something went wrong.
No branches or pull requests
Snippets that do not exist in the exact format:
The text was updated successfully, but these errors were encountered: