com.innovaphone.files (App API)

This API provides an interface for reading announcements from files app.

API model

Service info

The API doesn't define any service info.

Provider model

The API doesn't define a provider model.

API messages

All messages are JSON objects that have a mandatory attribute "mt" that specifies the message type.

Requests

ReadAnnouncements
Starts a request to get all announcements (*.g711a, *.g711u, *.g722, *.g729, *.g723, *.opus-nb, *.opus-wb ).
Example: { mt: "ReadAnnouncements" }

Responses

ReadAnnouncementsResult
Get announcements from files app .
Example: { mt: "ReadAnnouncements", success: "true", urls: []}