Package com.mapfactor.sdk.utils
Interface Support
public interface Support
MapFactor SDK Support module
- Since:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Sending log files result -
Method Summary
Modifier and TypeMethodDescriptionsendLogFiles(android.content.Context context)
Zip and send internal log files via email
-
Method Details
-
sendLogFiles
Zip and send internal log files via email- Parameters:
context
- activity context. This must be an activity context not an application context.- Returns:
- succeeded or failure error code
- Since:
- 1.0
-