Speedify SDK for Android  15.0.0
Public Member Functions | Protected Member Functions | List of all members
com.speedify.speedifysdk.StartupBroadcastReceiver Class Reference

Detailed Description

Base class for on-boot connect and killswitch functionality.

Since
9.4
Inheritance diagram for com.speedify.speedifysdk.StartupBroadcastReceiver:
com.speedify.speedifysdk.PooledBroadcastReceiver

Public Member Functions

void receive (Context context, Intent intent)
 Broadcast handler. More...
 
- Public Member Functions inherited from com.speedify.speedifysdk.PooledBroadcastReceiver
final void onReceive (final Context context, final Intent intent)
 Overrides BroadcastReceiver's onReceive to post a new Runnable to the threadpool. More...
 
abstract void receive (Context context, Intent intent)
 Implement this with your BroadcastReceiver code. More...
 

Protected Member Functions

SpeedifySDK getSDK (Context context)
 Override this if you do not initialize the SDK in your Application's onCreate or via resources. More...
 

Member Function Documentation

◆ getSDK()

SpeedifySDK com.speedify.speedifysdk.StartupBroadcastReceiver.getSDK ( Context  context)
protected

Override this if you do not initialize the SDK in your Application's onCreate or via resources.

Since
9.4

◆ receive()

void com.speedify.speedifysdk.StartupBroadcastReceiver.receive ( Context  context,
Intent  intent 
)

Broadcast handler.

Do not override.

Since
9.4

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