A C D E G H I O P R S T U

A

applyConstraints() - Method in class io.replay.framework.Config
 

C

Config - Class in io.replay.framework
Client configuration
Config() - Constructor for class io.replay.framework.Config
Creates a default options
Config(boolean, boolean, String, int, int, int) - Constructor for class io.replay.framework.Config
Creates an option with the provided settings
count() - Static method in class io.replay.framework.ReplayIO
 

D

disable() - Static method in class io.replay.framework.ReplayIO
Disable ReplayIO.
dispatch() - Static method in class io.replay.framework.ReplayIO
Dispatch immediately.

E

enable() - Static method in class io.replay.framework.ReplayIO
Enable ReplayIO.
equals(Object) - Method in class io.replay.framework.ReplayJsonObject
 

G

get(String) - Method in class io.replay.framework.ReplayJsonObject
 
getApiKey() - Method in class io.replay.framework.Config
 
getBoolean(String) - Method in class io.replay.framework.ReplayJsonObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or false otherwise.
getConfig() - Static method in class io.replay.framework.ReplayIO
 
getDispatchInterval() - Method in class io.replay.framework.Config
 
getDouble(String) - Method in class io.replay.framework.ReplayJsonObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or Double.NaN otherwise.
getFlushAt() - Method in class io.replay.framework.Config
 
getInt(String) - Method in class io.replay.framework.ReplayJsonObject
Returns the value mapped by name if it exists and is an integer or can be coerced to an integer, or Integer.MIN_VALUE otherwise.
getLong(String) - Method in class io.replay.framework.ReplayJsonObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or Long.MIN_VALUE otherwise.
getMaxQueue() - Method in class io.replay.framework.Config
 
getOrGenerateClientUUID() - Static method in class io.replay.framework.ReplayIO
Get or generate a UUID as the client UUID.
getString(String) - Method in class io.replay.framework.ReplayJsonObject
Returns the value mapped by name if it exists and is a string or can be coerced to a string, or null otherwise.

H

hashCode() - Method in class io.replay.framework.ReplayJsonObject
 

I

identify(String) - Static method in class io.replay.framework.ReplayIO
Set the distinct ID to the value passed in.
identify() - Static method in class io.replay.framework.ReplayIO
Clear the saved distinct ID.
init(Context) - Static method in class io.replay.framework.ReplayIO
Initializes the ReplayIO client.
init(Context, String) - Static method in class io.replay.framework.ReplayIO
Initializes the ReplayIO client.
init(Context, Config) - Static method in class io.replay.framework.ReplayIO
Initializes the ReplayIO client.
io.replay.framework - package io.replay.framework
 
isDebug() - Method in class io.replay.framework.Config
 
isDebugMode() - Static method in class io.replay.framework.ReplayIO
Tell if debug mode is enabled.
isEnabled() - Method in class io.replay.framework.Config
 
isEnabled() - Static method in class io.replay.framework.ReplayIO
Tell if ReplayIO is enabled.
iterator() - Method in class io.replay.framework.ReplayJsonObject
 

O

onActivityCreate(Context) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityCreate(Context, String) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityCreate(Context, Config) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityPause(Context) - Static method in class io.replay.framework.ReplayIO
Called when the activity is paused.
onActivityResume(Context) - Static method in class io.replay.framework.ReplayIO
Called when the activity has been resumed.
onActivityStart(Context) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityStart(Context, String) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityStart(Context, Config) - Static method in class io.replay.framework.ReplayIO
Initializes the Replay.io client, kicks off all worker threads, and notifies the client that this activity has been created.
onActivityStop(Context) - Static method in class io.replay.framework.ReplayIO
Called when the activity has been stopped.
onCreate(Bundle) - Method in class io.replay.framework.ReplayActivity
 
onHandleIntent(Intent) - Method in class io.replay.framework.ReplayWatchdogService
 
onPause() - Method in class io.replay.framework.ReplayActivity
 
onResume() - Method in class io.replay.framework.ReplayActivity
 
onStart() - Method in class io.replay.framework.ReplayActivity
 
onStop() - Method in class io.replay.framework.ReplayActivity
 

P

put(String, boolean) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, double) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, int) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, long) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, Object) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, String) - Method in class io.replay.framework.ReplayJsonObject
 
put(String, ReplayJsonObject) - Method in class io.replay.framework.ReplayJsonObject
 

R

ReplayActivity - Class in io.replay.framework
This is a base activity for automatically track the status of your application.
ReplayActivity() - Constructor for class io.replay.framework.ReplayActivity
 
ReplayIO - Class in io.replay.framework
 
ReplayIO() - Constructor for class io.replay.framework.ReplayIO
 
ReplayIONoKeyException - Exception in io.replay.framework
Exception that throws when static methods are called before ReplayIO is initialized.
ReplayIONotInitializedException - Exception in io.replay.framework
Exception that throws when static methods are called before ReplayIO is initialized.
ReplayJsonObject - Class in io.replay.framework
Convenience class created to facilitate the mapping of String to Object.
ReplayWatchdogService - Class in io.replay.framework
 
ReplayWatchdogService() - Constructor for class io.replay.framework.ReplayWatchdogService
 

S

setApiKey(String) - Method in class io.replay.framework.Config
 
setDebug(boolean) - Method in class io.replay.framework.Config
 
setDebugMode(boolean) - Static method in class io.replay.framework.ReplayIO
Set debug mode.
setDispatchInterval(int) - Method in class io.replay.framework.Config
Set the timer for this many MS
setEnabled(boolean) - Method in class io.replay.framework.Config
 
setFlushAt(int) - Method in class io.replay.framework.Config
 
setMaxQueue(int) - Method in class io.replay.framework.Config
 
start() - Static method in class io.replay.framework.ReplayIO
Called when the app entered foreground.
stop() - Static method in class io.replay.framework.ReplayIO
Called when the app entered background.

T

track(String) - Static method in class io.replay.framework.ReplayIO
Send event to the server.
track(String, Object...) - Static method in class io.replay.framework.ReplayIO
Send event with data to server.
track(String, Map<String, ?>) - Static method in class io.replay.framework.ReplayIO
Send event with data to server.

U

updateTraits(Object...) - Static method in class io.replay.framework.ReplayIO
Update traits.
updateTraits(Map<String, ?>) - Static method in class io.replay.framework.ReplayIO
Update traits.
Util - Class in io.replay.framework
Public utility class containing useful, reuseable methods.
Util() - Constructor for class io.replay.framework.Util
 

A C D E G H I O P R S T U