C# Class UxExceptionEventListener, beerpong

Tango User Experience exception listener.
Inheritance: UnityEngine.AndroidJavaProxy
Datei anzeigen Open project: ashomk/beerpong Class Usage Examples

Public Methods

Method Description
RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Registers ux exception events.

UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Unregisters the on too few points.

Private Methods

Method Description
UxExceptionEventListener ( ) : System.Collections

Initializes a new instance of the UxExceptionEventListener class.

onUxExceptionEvent ( AndroidJavaObject tangoUxEvent ) : void

Method Details

RegisterOnUxExceptionEventHandler() public method

Registers ux exception events.
public RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
return void

UnregisterOnUxExceptionEventHandler() public method

Unregisters the on too few points.
public UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
return void