line / line-sdk-android

LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.
https://developers.line.biz/en/docs/android-sdk/
Apache License 2.0
133 stars 45 forks source link

How to logout? #127

Closed MichaelJokAr closed 1 year ago

MichaelJokAr commented 1 year ago

It's there any API for logout ? Thanks!

plateaukao commented 1 year ago

Hi, @MichaelJokAr You can refer to API reference below; there's an logout function for LineApiClient class

https://developers.line.biz/en/reference/android-sdk/reference/com/linecorp/linesdk/api/LineApiClient.html#logout()