C# Class UxExceptionEventListener, beerpong

Tango User Experience exception listener.
Inheritance: UnityEngine.AndroidJavaProxy
Afficher le fichier Open project: ashomk/beerpong Class Usage Examples

Méthodes publiques

Méthode Description
RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Registers ux exception events.

UnregisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void

Unregisters the on too few points.

Private Methods

Méthode Description
UxExceptionEventListener ( ) : System.Collections

Initializes a new instance of the UxExceptionEventListener class.

onUxExceptionEvent ( AndroidJavaObject tangoUxEvent ) : void

Method Details

RegisterOnUxExceptionEventHandler() public méthode

Registers ux exception events.
public RegisterOnUxExceptionEventHandler ( OnUxExceptionEventHandler handler ) : void
handler OnUxExceptionEventHandler Event handler.
Résultat void

UnregisterOnUxExceptionEventHandler() public méthode

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