C# 클래스 Ouya.Console.Api.OuyaAuthenticationHelper

파일 보기 프로젝트 열기: KonajuGames/ouya-csharp

공개 메소드들

메소드 설명
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