end

From Engineering Client Portal

Revision as of 04:07, 21 May 2017 by Admin (talk | contribs) (Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|iOS SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:iOS SDK API Reference Stops measurement p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 till 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.