Difference between revisions of "ServicesUsage"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* LCH has ca_DeviceTypes_IsStartOverEnabled property enabled for the device (For StartOver) | * LCH has ca_DeviceTypes_IsStartOverEnabled property enabled for the device (For StartOver) | ||
* LCH has ca_DeviceTypes_IsRestartTVEnabled property enabled for the device (For RestartTV) | * LCH has ca_DeviceTypes_IsRestartTVEnabled property enabled for the device (For RestartTV) | ||
− | * User has accepted the AdvancedTV service in its UserServices | + | * User has accepted the AdvancedTV service in its UserServices (With '''AgreementAccepted''' = true) |
Latest revision as of 15:32, 28 November 2017
Request All Instance available Services using Content Api
- ContentType=CHA
- ca_isservicetype=true
UNIAPI
- In order to request User Services (Services granted by Subscriptions rented by de user), use UNIAPI method GetUserServices
- In order to accept a service, use AcceptServicesAgreement (servicesIDs returned by GetUserServices, and not accepted services that requires agreement)
- In order to remove a agreement, previously accepted, use RemoveServicesAgreement (Services returned by GetUserServices, with agreement accepted previously)
In order to use AdvancedTV
- LCH has ca_DeviceTypes_IsStartOverEnabled property enabled for the device (For StartOver)
- LCH has ca_DeviceTypes_IsRestartTVEnabled property enabled for the device (For RestartTV)
- User has accepted the AdvancedTV service in its UserServices (With AgreementAccepted = true)