UserWise Unity SDK  3.0.0
Public Member Functions | List of all members
UserWiseSDK.Common.Unity.UWHandlerGameObject.UWProxyEventHandler Class Reference

UWProxyEventHandler acts as a proxy event handler for all supported UserWise unity runtime platforms. Both native android and ios code will call the methods below via the UnityPlayer.UnitySendMessage method. Which in turn forwards calls to the UserWise instance surveyEvents methods. More...

Inheritance diagram for UserWiseSDK.Common.Unity.UWHandlerGameObject.UWProxyEventHandler:

Public Member Functions

void Start ()
 
void OnSurveyEnterFailed (string responseId)
 
void OnSurveyCompleted (string responseId)
 
void OnSurveyClosed (string responseId)
 

Detailed Description

UWProxyEventHandler acts as a proxy event handler for all supported UserWise unity runtime platforms. Both native android and ios code will call the methods below via the UnityPlayer.UnitySendMessage method. Which in turn forwards calls to the UserWise instance surveyEvents methods.


The documentation for this class was generated from the following file: