1

Applozic は初めてで、Android アプリに統合しています。apploz サーバーにログインすると、これが

ここに画像の説明を入力

これがログイン時の私のコードです

        User user = new User();
        user.setUserId(UserID);
        user.setDisplayName(strFullName); 
        user.setEmail(loginEmail); //optional
        user.setAuthenticationTypeId(User.AuthenticationType.APPLOZIC.getValue());
        user.setPassword(loginPass); 
        user.setImageLink("");

        mAuthTask = new UserLoginTask(user, listener,context);
        mAuthTask.execute((Void) null);
4

0 に答える 0