TUnityEvent | OnStateChange[Get] Called whenever a request state changes |
TUnityEvent | OnInit[Get] Called on initial request generation |
TUnityEvent | OnSend[Get] Called following the start of data transmission |
TUnityEvent | OnCancel[Get] Called following the cancellation of a request |
TUnityEvent | OnFailed[Get] Called following an error response from a request |
TUnityEvent | OnSuccess[Get] Called following a successful request & data parse with results provided |
TUnityEvent | OnComplete[Get] Called following cancellation, failure or success to finalize request. |
TUnityEvent | Called on download progress update |
TUnityEvent | Called on upload progress update |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnStateChange |
---|
Called whenever a request state changes |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnInit |
---|
Called on initial request generation |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnSend |
---|
Called following the start of data transmission |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnCancel |
---|
Called following the cancellation of a request |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnFailed |
---|
Called following an error response from a request |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnSuccess |
---|
Called following a successful request & data parse with results provided |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnComplete |
---|
Called following cancellation, failure or success to finalize request. |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnDownloadProgressChange |
---|
Called on download progress update |
TUnityEvent Meta.Voice.VoiceRequestEvents< TUnityEvent >.OnUploadProgressChange |
---|
Called on upload progress update |