arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

The Ï„ Player API

setSubscriptionDuration()

hashtag
setSubscriptionDuration()

  • Dart API: setSubscriptionDuration()arrow-up-right.

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:

</div>


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

        Lorem ipsum ...
Dart
Javascript