end: Difference between revisions

From Engineering Client Portal

No edit summary
No edit summary
Line 4: Line 4:


Stops measurement progress. Call end in following situations.
Stops measurement progress. Call end in following situations.
* When the playback is completed (user watches till end of content).
* When the playback is completed (user watches until end of content).
* When content stop is initiated and content cannot be resumed from the same position (it can only be restarted from the beginning of stream).
* When content stop is initiated and content cannot be resumed from the same position (it can only be restarted from the beginning of stream).



Revision as of 15:56, 9 July 2019

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png iOS SDK API Reference breadcrumbArrow.png end

Stops measurement progress. Call end in following situations.

  • When the playback is completed (user watches until end of content).
  • When content stop is initiated and content cannot be resumed from the same position (it can only be restarted from the beginning of stream).

Syntax

- (void) end;

Input Parameters

Parameter Description
None

Output Parameters

Output Parameters (Return value) Description
Void

Notes

It is very important that the SDK calls end whenever necessary.