Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #4122
Browse files Browse the repository at this point in the history
4122: Closes #4069: Update docs for newAccount param r=jonalmeida a=jonalmeida



Co-authored-by: Jonathan Almeida <[email protected]>
  • Loading branch information
MickeyMoz and jonalmeida committed Aug 14, 2019
2 parents b1516dc + 2a43a1e commit 9ad814d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interface AccountObserver {
/**
* Account was successfully authenticated.
* @param account An authenticated instance of a [OAuthAccount].
* @param newAccount True if this is a new account that was authenticated.
* @param newAccount True if an account was just signed in.
*/
fun onAuthenticated(account: OAuthAccount, newAccount: Boolean) = Unit

Expand Down

0 comments on commit 9ad814d

Please sign in to comment.