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

Android: Signup issue while using Kotlin #10

Open
uditunpluged opened this issue Mar 13, 2019 · 1 comment
Open

Android: Signup issue while using Kotlin #10

uditunpluged opened this issue Mar 13, 2019 · 1 comment

Comments

@uditunpluged
Copy link

I tried to signup a user using java your sdk in my kotlin based android project like this

fun signUpSocialUser(email: String, phoneNumber: String, fullname: String) {
        var session = mySocialApp.createAccount(email, phoneNumber + fullname, fullname)
        session.observeOn(Schedulers.io()).subscribeOn(Schedulers.io()).subscribe({
            Log.e("SOCIAL DATA", it.authenticationToken.toString())
        },
            {
                Log.e("SOCIAL ERROR", it.message)
            }, {
                Log.e("SOCIAL COMPLETE", "")
            })


    }

I am getting the exception and hence unable to proceed further.
SOCIAL ERROR: Reflection on built-in Kotlin types is not yet fully supported. No metadata found for public open val cause: kotlin.Throwable? defined in kotlin.Throwable[DeserializedPropertyDescriptor@4bb15c9]

@evoxmusic
Copy link
Contributor

Can you please give your SDK version?

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

No branches or pull requests

2 participants