Speedify SDK for Android 15.5.0
Loading...
Searching...
No Matches
StartupBroadcastReceiver Class Reference

Base class for on-boot connect and killswitch functionality. More...

Inheritance diagram for StartupBroadcastReceiver:
PooledBroadcastReceiver

Public Member Functions

void receive (Context context, Intent intent)
 Broadcast handler.
 
- Public Member Functions inherited from PooledBroadcastReceiver
final void onReceive (final Context context, final Intent intent)
 Overrides BroadcastReceiver's onReceive to post a new Runnable to the threadpool.
 

Protected Member Functions

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

Detailed Description

Base class for on-boot connect and killswitch functionality.

Since
9.4

Member Function Documentation

◆ getSDK()

SpeedifySDK 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 receive ( Context context,
Intent intent )

Broadcast handler.

Do not override.

Since
9.4

Reimplemented from PooledBroadcastReceiver.


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