C# Класс UxExceptionEventListener, beerpong

Tango User Experience exception listener.
Наследование: UnityEngine.AndroidJavaProxy
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Registers ux exception events.

UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Unregisters the on too few points.

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

Метод Описание
UxExceptionEventListener ( ) : System.Collections

Initializes a new instance of the UxExceptionEventListener class.

onUxExceptionEvent ( AndroidJavaObject tangoUxEvent ) : void

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

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

Registers ux exception events.
public RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
Результат void

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

Unregisters the on too few points.
public UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
Результат void