The τ Player API

setSubscriptionDuration()

setSubscriptionDuration()

This verb is used to change the default interval between two post on the "Update Progress" stream. (The default interval is 0 (zero) which means "NO post")

Example:

Dart

Javascript


        myPlayer.setSubscriptionDuration(Duration(milliseconds: 100));

        Lorem ipsum ...

</div>

Last updated