AI-generated Key Takeaways
-
The
StreamProtectclass is deprecated and will be shut down in 2023. -
This class provided helpers for getting a
StreamProtectClientto access the Stream Protect API. -
The Stream Protect API was designed to improve downlink WiFi experience for real-time cloud-streaming apps on supported Android devices.
-
Both
getClientmethods for obtaining aStreamProtectClientare deprecated.
This class is deprecated.The Stream Protect API will be shutdown in 2023.
Helpers for getting a StreamProtectClient
for accessing the Stream Protect API. The Stream Protect API provides real-time
cloud-streaming apps a better downlink WiFi experience on supported Android devices.
Public Method Summary
| static StreamProtectClient | |
| static StreamProtectClient |
Inherited Method Summary
Public Methods
public static StreamProtectClient getClient ( Activity activity)
This method is deprecated.The Stream Protect API will be shutdown in 2023.
Returns a StreamProtectClient
that is used to access all APIs.
public static StreamProtectClient getClient ( Context context)
This method is deprecated.The Stream Protect API will be shutdown in 2023.
Returns a StreamProtectClient
that is used to access all APIs.

