Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradley-lee authored Dec 6, 2023
1 parent 0ecc845 commit 5b48069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class TossLoginApplication : Application() {

### 로그인 요청

- 토스로 로그인을 하기 위해선 `TossSdk.login(context: Context, policy : TossLoginPolicy?, onResult: (TossLoginResult) -> Unit)` 함수를 호출하세요
- 토스로 로그인을 하기 위해선 `TossLoginController.login(context: Context, policy : TossLoginPolicy?, onResult: (TossLoginResult) -> Unit)` 함수를 호출하세요
- policy 의 default 는 null 입니다 -> null 이면 policy 가 설정되지 않습니다.
- `isLoginAvailable(context: Context)` 함수로 토스앱 실행 가능 여부를 확인할 수 있어요.

Expand Down

0 comments on commit 5b48069

Please sign in to comment.