UserWise Unity SDK
3.0.0
|
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...
Public Member Functions | |
void | Start () |
void | OnSurveyEnterFailed (string responseId) |
void | OnSurveyCompleted (string responseId) |
void | OnSurveyClosed (string responseId) |
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.