end(): Difference between revisions
From Engineering Client Portal
(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Android SDK API Reference Stops measure...") |
(No difference)
|
Latest revision as of 07:28, 21 May 2017
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
public 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.