Index

A C E F I L O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

addMaskRect(String, Rect) - Static method in class io.lastcrash.sdk.LastCrash
Mask and redact given Rect and arbitrary maskId identifier string
addMaskView(View) - Static method in class io.lastcrash.sdk.LastCrash
Mask given View
addMaskViewId(int) - Static method in class io.lastcrash.sdk.LastCrash
Start masking and redacting view with id during screen recording
applicationForceTermination() - Static method in class io.lastcrash.sdk.LastCrash
Track force termination event
applicationInitialized() - Static method in class io.lastcrash.sdk.LastCrash
Call applicationInitialized() when application is fully initialized

C

configure(String, Activity) - Static method in class io.lastcrash.sdk.LastCrash
SDK configuration
configure(String, Activity, boolean) - Static method in class io.lastcrash.sdk.LastCrash
SDK configuration with option to work in debug mode

E

event(String) - Static method in class io.lastcrash.sdk.LastCrash
Track custom event
event(String, String) - Static method in class io.lastcrash.sdk.LastCrash
Track custom event with value

F

ForceTerminationService - Class in io.lastcrash.sdk
LastCrash Force Termination service This service tracks user force terminations.
ForceTerminationService() - Constructor for class io.lastcrash.sdk.ForceTerminationService
 

I

intercept(Interceptor.Chain) - Method in class io.lastcrash.sdk.LastCrashInterceptor
Intercept, forward and track network request duration
io.lastcrash.sdk - package io.lastcrash.sdk
 

L

LastCrash - Class in io.lastcrash.sdk
LastCrash SDK
LastCrashInterceptor - Class in io.lastcrash.sdk
LastCrash Networking Request Interceptor
LastCrashInterceptor() - Constructor for class io.lastcrash.sdk.LastCrashInterceptor
 
lastCrashReportSenderHandleCrash() - Method in interface io.lastcrash.sdk.LastCrashReportSenderListener
This method will be invoked on the registered listener on the app launch after a crash.
LastCrashReportSenderListener - Interface in io.lastcrash.sdk
LastCrashReportSenderListener Use this listener to control whether or not crashes should be sent to the server.

O

onBind(Intent) - Method in class io.lastcrash.sdk.ForceTerminationService
Ignored bind method.
onStartCommand(Intent, int, int) - Method in class io.lastcrash.sdk.ForceTerminationService
onStartCommand
onTaskRemoved(Intent) - Method in class io.lastcrash.sdk.ForceTerminationService
Track when application task is removed and trigger force termination event within LastCrash.

P

pause() - Static method in class io.lastcrash.sdk.LastCrash
Pause and stop LastCrash SDK screen recording

R

removeAllMaskRects() - Static method in class io.lastcrash.sdk.LastCrash
Stop masking all rects
removeAllMaskViews() - Static method in class io.lastcrash.sdk.LastCrash
Remove and stop masking all views during screen recording
removeCrashes() - Static method in class io.lastcrash.sdk.LastCrash
Remove and delete crashes instead of sending them to LastCrash This method should only be used in conjunction with implementing LastCrashReportSenderListener
removeMaskRect(String) - Static method in class io.lastcrash.sdk.LastCrash
Stop masking rect with given maskId
removeMaskView(View) - Static method in class io.lastcrash.sdk.LastCrash
Stop masking given View
removeMaskViewId(int) - Static method in class io.lastcrash.sdk.LastCrash
Stop masking view with id during screen recording
removeMaskViewIds() - Static method in class io.lastcrash.sdk.LastCrash
Remove and stop masking all views with ids during screen recording

S

sendCrashes() - Static method in class io.lastcrash.sdk.LastCrash
Send crashes to LastCrash This method should only be used in conjunction with implementing LastCrashReportSenderListener
setCrashReportSenderListener(LastCrashReportSenderListener) - Static method in class io.lastcrash.sdk.LastCrash
Set crash report sender listener to control if and when crashes are reported to LastCrash

U

unpause() - Static method in class io.lastcrash.sdk.LastCrash
Unpause and resume LastCrash SDK screen recording

V

VERSION - Variable in class io.lastcrash.sdk.LastCrash
LastCrash SDK Version
A C E F I L O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values