API reference
API reference
Select your platform
No SDKs available
No versions available

VoiceRequestEvents Class

Overview

Data Fields

TUnityEvent
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
Called following the cancellation of a request
TUnityEvent
Called following an error response from a request
TUnityEvent
Called following a successful request & data parse with results provided
TUnityEvent
Called following cancellation, failure or success to finalize request.
TUnityEvent
Called on download progress update
TUnityEvent
Called on upload progress update

Details

Fields

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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon