Skip to content
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

Chore/java to kotlin description #22

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

gochicus
Copy link
Contributor

@gochicus gochicus commented Jun 12, 2024

@xeewii посмотри, пожалуйста, там фрагменты нашёл, которые пропустил.

К этой задаче:

В индекс в таблицу с языками добавлен kotlin, чтобы фагменты на этом языке отображались во вкладке Android

@gochicus gochicus added the documentation Improvements or additions to documentation label Jun 12, 2024
@gochicus gochicus requested a review from xeewii June 12, 2024 03:04
@gochicus gochicus self-assigned this Jun 12, 2024
@TorinAsakura
Copy link
Member

к какой таске этот пр?

@gochicus gochicus requested review from TorinAsakura June 12, 2024 08:47
@gochicus
Copy link
Contributor Author

@TorinAsakura дополнил описание ПР, причина поехавшей доки - отсутствие котлина в таблице языков в индексе

@TorinAsakura TorinAsakura merged commit 97907b4 into master Jun 12, 2024
1 check failed
@TorinAsakura TorinAsakura deleted the chore/java-to-kotlin-description branch June 12, 2024 09:07
override fun onSuccess(response: JSONObject) {
Log.i(TAG, "Response: ${response.toString()}")
}
})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

заменить на

sdk.profile(params, object : OnApiCallbackListener() {
                override fun onSuccess(response: JSONObject?) {
                    Log.i(TAG, "Response: ${response.toString()}")
                }
            })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants