You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreeing the functional scope of the API will help define the API structure. I believe the API should meet the following intents:
Basic network info:
I can find out the network provider name (e.g. MNO name, ISP name)
I can find out the network type (e.g. 5G, Wi-Fi)
Quality insights
I can ask the network's level of confidence that it can currently meet my application's demands for a given device session (synchronous request)
I can subscribe to notifications that keep me periodically updated with the network's level of confidence that it can meet my application's demands for a given device session (asynchronous notification)
Application profiles
I can create an application profile, and the network will return an identifier for this profile that I can use in the Quality Insights requests (see above). The application profile models my application's networking thresholds, which if not met, will result in unacceptable user experience.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Agreeing the functional scope of the API will help define the API structure. I believe the API should meet the following intents:
Basic network info:
Quality insights
Application profiles
Beta Was this translation helpful? Give feedback.
All reactions