C# Класс Ouya.Console.Api.OuyaAuthenticationHelper

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

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

Метод Описание
HandleErrorAsync ( Android.App.Activity activity, int errorCode, string errorMessage, Bundle bundle, int authActivityId, bool &handled ) : System.Threading.Tasks.Task

Handles errors asynchronously.

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

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

Handles errors asynchronously.
public HandleErrorAsync ( Android.App.Activity activity, int errorCode, string errorMessage, Bundle bundle, int authActivityId, bool &handled ) : System.Threading.Tasks.Task
activity Android.App.Activity Reference to the current Android activity.
errorCode int The error code returned by the previous operation.
errorMessage string An error message to be displayed to the user.
bundle Bundle The bundle holding any additional error information.
authActivityId int The ID to give the re-authentication activity if it needs to be started.
handled bool Set to true if the OUYA system handled the error.
Результат System.Threading.Tasks.Task