-
public class AFNetworkManager
-
-
Constructor Summary
Constructors Constructor Description AFNetworkManager(Context context)
-
Method Summary
Modifier and Type Method Description final ContextgetContext()Unitinit()NetworkDatagetData()NetworkTroubleshootingDatagetTroubleshootingData()Collects network data for troubleshooting only (e.g. -
-
Constructor Detail
-
AFNetworkManager
AFNetworkManager(Context context)
-
-
Method Detail
-
getContext
final Context getContext()
-
getData
NetworkData getData()
-
getTroubleshootingData
NetworkTroubleshootingData getTroubleshootingData()
Collects network data for troubleshooting only (e.g. error callbacks). Called on demand. Returns null if collector is not initialised or collection fails.
-
-
-
-