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

VoiceRequestEvents Class

Fields

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