C# Class CardMaker.Events.Managers.GoogleAuthManager

Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Свойство Type Description
GoogleAuthCredentialsError GoogleAuthCredentialsError
GoogleAuthUpdateRequested GoogleAuthUpdateRequested

Méthodes publiques

Méthode 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

Méthode Description
GoogleAuthManager ( ) : System

Method Details

FireGoogleAuthCredentialsErrorEvent() public méthode

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
Résultat void

FireGoogleAuthUpdateRequestedEvent() public méthode

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
Résultat void

Property Details

GoogleAuthCredentialsError public_oe property

public GoogleAuthCredentialsError GoogleAuthCredentialsError
Résultat GoogleAuthCredentialsError

GoogleAuthUpdateRequested public_oe property

public GoogleAuthUpdateRequested GoogleAuthUpdateRequested
Résultat GoogleAuthUpdateRequested