C# Класс CardMaker.Events.Managers.GoogleAuthManager

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
GoogleAuthCredentialsError GoogleAuthCredentialsError
GoogleAuthUpdateRequested GoogleAuthUpdateRequested

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GoogleAuthManager ( ) : System

Описание методов

FireGoogleAuthCredentialsErrorEvent() публичный Метод

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
Результат void

FireGoogleAuthUpdateRequestedEvent() публичный Метод

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
Результат void

Описание свойств

GoogleAuthCredentialsError публичное свойство

public GoogleAuthCredentialsError GoogleAuthCredentialsError
Результат GoogleAuthCredentialsError

GoogleAuthUpdateRequested публичное свойство

public GoogleAuthUpdateRequested GoogleAuthUpdateRequested
Результат GoogleAuthUpdateRequested