C# Class CardMaker.Events.Managers.GoogleAuthManager

Show file Open project: nhmkdev/cardmaker

Public Properties

Property Type Description
GoogleAuthCredentialsError GoogleAuthCredentialsError
GoogleAuthUpdateRequested GoogleAuthUpdateRequested

Public Methods

Method Description
FireGoogleAuthCredentialsErrorEvent ( System.Action zSuccessAction = null, System.Action zCancelAction = null ) : void

Fires the GoogleAuthCredentialsError event

FireGoogleAuthUpdateRequestedEvent ( System.Action zSuccessAction = null, System.Action zCancelAction = null ) : void

Fires the GoogleAuthUpdateRequested event

Private Methods

Method Description
GoogleAuthManager ( ) : System

Method Details

FireGoogleAuthCredentialsErrorEvent() public method

Fires the GoogleAuthCredentialsError event
public FireGoogleAuthCredentialsErrorEvent ( System.Action zSuccessAction = null, System.Action zCancelAction = null ) : void
zSuccessAction System.Action The action to perform on success
zCancelAction System.Action The action to perform on cancel
return void

FireGoogleAuthUpdateRequestedEvent() public method

Fires the GoogleAuthUpdateRequested event
public FireGoogleAuthUpdateRequestedEvent ( System.Action zSuccessAction = null, System.Action zCancelAction = null ) : void
zSuccessAction System.Action The action to perform on success
zCancelAction System.Action The action to perform on cancel
return void

Property Details

GoogleAuthCredentialsError public property

public GoogleAuthCredentialsError GoogleAuthCredentialsError
return GoogleAuthCredentialsError

GoogleAuthUpdateRequested public property

public GoogleAuthUpdateRequested GoogleAuthUpdateRequested
return GoogleAuthUpdateRequested