Integrate SDK
Before you begin
Initializing the Android SDK
Initialize the SDK
1. Initialize the SDK and select the language for the SDK:
SohaSDK.getInstance().setLanguage(MainActivity.this, "vi");
// vi : Tiếng Việt
// zh : Chinese
// en : English
SohaSDK.getInstance().init(MainActivity.this, logoutCallback);