public interface SoundCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSoundCompleted(long soundId)
Called when a
Sound has completed playback. |
void onSoundCompleted(long soundId)
Sound has completed playback. Note that for looping sounds,
the listener will not be notified until Sound.stop() has been called.soundId - The ID of the Sound that completed.