end: Difference between revisions
From Engineering Client Portal
(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|iOS SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:iOS SDK API Reference Stops measurement p...") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
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 | * 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). | ||
* Norway Market-specific: It is very important that the SDK calls <code>end</code> after a channel/ stream change. | |||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="objective-c"> | ||
- (void) end; | - (void) end; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 29: | Line 30: | ||
== Notes == | == Notes == | ||
It is very important that the SDK calls end whenever necessary. | It is very important that the SDK calls <code>end</code> whenever necessary. |
Latest revision as of 08:55, 13 August 2020
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).
- Norway Market-specific: It is very important that the SDK calls
end
after a channel/ stream change.
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.