StreamProtect

  • The StreamProtect class is deprecated and will be shut down in 2023.

  • This class provided helpers for getting a StreamProtectClient to 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 getClient methods for obtaining a StreamProtectClient are deprecated.

public final class StreamProtect extends Object

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
getClient(Activity activity)
This method is deprecated. The Stream Protect API will be shutdown in 2023.
static StreamProtectClient
getClient(Context context)
This method is deprecated. The Stream Protect API will be shutdown in 2023.

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.