Skip navigation links
B C D E F G I L R S T V W 

B

Bugfender - Class in com.bugfender.sdk
 
Bugfender() - Constructor for class com.bugfender.sdk.Bugfender
 

C

com.bugfender.sdk - package com.bugfender.sdk
 

D

d(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
disableReflection(boolean) - Static method in class com.bugfender.sdk.Bugfender
Disable reflection when generation log lines.

E

e(String, String) - Static method in class com.bugfender.sdk.Bugfender
Error Bugfender log method.
enableCrashReporting() - Static method in class com.bugfender.sdk.Bugfender
Enable crash reporting tool functionality
enableLogcatLogging() - Static method in class com.bugfender.sdk.Bugfender
Logs all logs written via Logcat.
enableUIEventLogging(Application) - Static method in class com.bugfender.sdk.Bugfender
Logs all actions performed and screen changes in the application, such as button touches, etc...

F

f(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
forceSendOnce() - Static method in class com.bugfender.sdk.Bugfender
Synchronizes all logs and issues with the server once, regardless if this device is enabled or not.

G

getDeviceIdentifier() - Static method in class com.bugfender.sdk.Bugfender
Get the device identifier generated.
getSessionIdentifier() - Static method in class com.bugfender.sdk.Bugfender
Get the session identifier
getUserFeedbackActivityIntent(Context, String, String, String, String, String) - Static method in class com.bugfender.sdk.Bugfender
Provides an Intent for opening an Activity to gather the feedback of the users and sent it to Bugfender.
getUserFeedbackActivityIntent(Context, String, String, String, String, String, FeedbackStyle) - Static method in class com.bugfender.sdk.Bugfender
Provides an Intent for opening an Activity to gather the feedback of the users and sent it to Bugfender.

I

i(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.
init(Context, String, boolean) - Static method in class com.bugfender.sdk.Bugfender
Initialize the Bugfender SDK with a specific application token.

L

log(int, String, String, LogLevel, String, String) - Static method in class com.bugfender.sdk.Bugfender
Bugfender interface for logging, which takes a simple string as log message.
LogLevel - Enum in com.bugfender.sdk
 

R

removeDeviceKey(String) - Static method in class com.bugfender.sdk.Bugfender
Remove a device detail.

S

sendIssue(String, String) - Static method in class com.bugfender.sdk.Bugfender
Sends an issue
sendUserFeedback(String, String) - Static method in class com.bugfender.sdk.Bugfender
Sends user feedback
setApiUrl(String) - Static method in class com.bugfender.sdk.Bugfender
Allows to set a custom URL for the SDK.
setDeviceBoolean(String, boolean) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with boolean type.
setDeviceFloat(String, Float) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with double type.
setDeviceInteger(String, Integer) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with integer type.
setDeviceString(String, String) - Static method in class com.bugfender.sdk.Bugfender
Sets a device detail with string type.
setForceEnabled(boolean) - Static method in class com.bugfender.sdk.Bugfender
Synchronizes all logs and issues with the server all the time, regardless if this device is enabled or not.
setMaximumLocalStorageSize(long) - Static method in class com.bugfender.sdk.Bugfender
Set the maximum size to store local log files.

T

t(String, String) - Static method in class com.bugfender.sdk.Bugfender
Default Bugfender log method.

V

valueOf(String) - Static method in enum com.bugfender.sdk.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bugfender.sdk.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

w(String, String) - Static method in class com.bugfender.sdk.Bugfender
Warning Bugfender log method.
B C D E F G I L R S T V W 
Skip navigation links