Show / Hide Table of Contents

Class AN_GoogleSignInResult

Google sign in flow result

Inheritance
System.Object
AN_GoogleSignInResult
Namespace: SA.Android.GMS.Auth
Assembly: cs.temp.dll.dll
Syntax
public class AN_GoogleSignInResult : AN_LinkedObjectResult<AN_GoogleSignInAccount>

Constructors

AN_GoogleSignInResult(AN_GoogleSignInAccount)

Declaration
public AN_GoogleSignInResult(AN_GoogleSignInAccount account)
Parameters
Type Name Description
AN_GoogleSignInAccount account

AN_GoogleSignInResult(SA_Error)

Declaration
public AN_GoogleSignInResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

Properties

Account

Basic account information of the signed in Google user

Declaration
public AN_GoogleSignInAccount Account { get; }
Property Value
Type Description
AN_GoogleSignInAccount

StatusCode

Indicates the status of the operation. Status code resulting from the operation. The value is one of the constants in Or AN_GoogleSignInStatusCodes

Declaration
public AN_CommonStatusCodes StatusCode { get; }
Property Value
Type Description
AN_CommonStatusCodes
In This Article
Back to top Generated by DocFX