Speedify SDK for Android  14.7.0
Public Member Functions | List of all members
com.speedify.speedifysdk.SpeedifySDK.AutoConstruct Interface Reference

Detailed Description

Interface for your Application class to provided automatic construction of the SpeedifySDK when needed.

See Initializing the SDK for details.

Since
11.9.2

Public Member Functions

SpeedifySDK getSpeedifySDK (@NonNull Context context)
 Callback to retreive a new SpeedifySDK object. More...
 

Member Function Documentation

◆ getSpeedifySDK()

SpeedifySDK com.speedify.speedifysdk.SpeedifySDK.AutoConstruct.getSpeedifySDK ( @NonNull Context  context)

Callback to retreive a new SpeedifySDK object.

Parameters
contextContext used to create the sdk object.
Returns
the new SpeedifySDK instance
Since
11.9.2

The documentation for this interface was generated from the following file: