Rc
Manages callbacks that are invoked when a tracked sound's declared duration elapses.
export class SoundCompletedAfterEventSignal { private constructor(); subscribe(callback: (arg0: SoundCompletedAfterEvent) => void): (arg0: SoundCompletedAfterEvent) => void; unsubscribe(callback: (arg0: SoundCompletedAfterEvent) => void): void;} Copy
export class SoundCompletedAfterEventSignal { private constructor(); subscribe(callback: (arg0: SoundCompletedAfterEvent) => void): (arg0: SoundCompletedAfterEvent) => void; unsubscribe(callback: (arg0: SoundCompletedAfterEvent) => void): void;}
Private
Adds a callback that will be invoked when a tracked sound's declared duration elapses.
no-restricted-execution - This function can't be called in restricted-execution mode.
early-execution-allowed - This function can be called in early-execution mode.
Removes a callback from being invoked when a tracked sound's declared duration elapses.
Manages callbacks that are invoked when a tracked sound's declared duration elapses.
Source