From bbecf64e55826108c16e6a37f2d91ce4f27ee8c5 Mon Sep 17 00:00:00 2001 From: "Leon.Schmidt" Date: Mon, 17 Aug 2026 18:51:47 +0200 Subject: [PATCH] DOC - document phone exports and events Add a complete per-app reference for public client and server exports, observer events, related internal contracts, and the custom-app iframe protocol. Link the new reference from the repository README so integrators can find supported examples and security boundaries. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b4a828..7c3e444 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,8 @@ Sky Phone includes compatibility adapters for supported custom-app contracts fro The resource provides the compatibility aliases `lb-phone`, `17mov_Phone`, `high-phone`, `qs-smartphone`, and `yseries`. See [Custom App Integration](docs/custom-apps.md) for setup details and compatibility limits. +The complete per-app list of public exports, observer events, internal related contracts, and the +Custom App iframe protocol is available in [Exports and Events](docs/exports-events.md). ## Updating Sky Phone