Skip to content

Commit

Permalink
Update SignInInteractivity comments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 295117279
Change-Id: Id4e48c67068b8e3316b2962f38a1c9fd5de32785
  • Loading branch information
ozdemir08 authored and copybara-github committed Feb 14, 2020
1 parent 677728d commit e4f50b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ public enum SignInInteractivity
/// <summary>
/// This may show UIs, consent dialogs, etc.
/// At the end of the process, callback will be invoked to notify of the result.
/// Once the callback returns true, the user is considered to be authenticated
/// forever after.
/// Once the callback returns true, the user is considered to be authenticated.
/// </summary>
CanPromptAlways,

Expand All @@ -19,7 +18,8 @@ public enum SignInInteractivity
/// sign in if they have.
/// 3. Check the internet connection and fail with NO_INTERNET_CONNECTION if there is no internet connection.
/// 4. Prompt interactive sign in.
/// 5. If the interactive sign in is cancelled, then memorize this for the 2nd step of the next sign.
/// 5. If the interactive sign in is not successful (user declines or cancels), then
/// remember this for step 2 the next time the user opens the game and don’t ask for sign-in.
/// </summary>
CanPromptOnce
}
Expand Down

0 comments on commit e4f50b3

Please sign in to comment.