Skip to main content
Version: Latest

AIPlayerCallback

Details

IAIPlayerCallback

  • assembly: AIHuman.SDK.Core
  • namespace: AIHuman.Interface
Modifier and TypeMethod and Description
voidOnAIPlayerError(AIError error) Receive a callback for errors that have occurred in AIPlayer.
voidOnAIPlayerResLoadingProgressed(int current, int total) Receive callback for AIPlayer resource loading progress.
voidOnAIPlayerEvent(AIEvent aiEvent) Receive a callback for events that have occurred in AIPlayer.