Get whether a player is currently actually playing its tour.
Note that this is a static method on the TourPlayer class, even though most player state is associated with class instances.
Deregister a "tourEnded" callback.
The deregistration is performed by object equality check. Since the callback in question is a function, if you want to use this function you probably need to save the callback in some kind of variable for future retrieval.
Generated using TypeDoc
Register a callback to be called when a tour player finishes playing its tour. Note that this function is static.