Skip navigation links
B C F I R S T U V W 

B

Bridge - Class in com.livefront.bridge
 
Bridge() - Constructor for class com.livefront.bridge.Bridge
 
BundleUtil - Class in com.livefront.bridge.util
Helper class for converting Bundle instances to and from bytes and encoded Strings.
BundleUtil() - Constructor for class com.livefront.bridge.util.BundleUtil
 

C

clear(Object) - Static method in class com.livefront.bridge.Bridge
Clears any data associated with the given target object that may be stored to disk.
clearAll(Context) - Static method in class com.livefront.bridge.Bridge
Clears all data from disk and memory.
com.livefront.bridge - package com.livefront.bridge
 
com.livefront.bridge.util - package com.livefront.bridge.util
 
com.livefront.bridge.wrapper - package com.livefront.bridge.wrapper
 

F

fromBytes(byte[]) - Static method in class com.livefront.bridge.util.BundleUtil
Converts the given bytes to a Bundle.
fromEncodedString(String) - Static method in class com.livefront.bridge.util.BundleUtil
Converts the given Base64 encoded String to a Bundle.

I

initialize(Context, SavedStateHandler) - Static method in class com.livefront.bridge.Bridge
Initializes the framework used to save and restore data and route it to a location free from TransactionTooLargeException.
initialize(Context, SavedStateHandler, ViewSavedStateHandler) - Static method in class com.livefront.bridge.Bridge
Initializes the framework used to save and restore data and route it to a location free from TransactionTooLargeException.

R

restoreInstanceState(Object, Bundle) - Static method in class com.livefront.bridge.Bridge
Restores the state of the given target object based on tracking information stored in the given Bundle.
restoreInstanceState(T, Parcelable) - Static method in class com.livefront.bridge.Bridge
Restores the state of the given View based on tracking information stored in the given Parcelable object.
restoreInstanceState(Object, Bundle) - Method in interface com.livefront.bridge.SavedStateHandler
 
restoreInstanceState(T, Parcelable) - Method in interface com.livefront.bridge.ViewSavedStateHandler
 

S

SavedStateHandler - Interface in com.livefront.bridge
A handler for generic, non-View objects.
saveInstanceState(Object, Bundle) - Static method in class com.livefront.bridge.Bridge
Saves the state of the given target object to a location in memory and disk and stores tracking information in given Bundle.
saveInstanceState(T, Parcelable) - Static method in class com.livefront.bridge.Bridge
Saves the state of the given View to a location in memory and disk and stores tracking information in the returned Parcelable object.
saveInstanceState(Object, Bundle) - Method in interface com.livefront.bridge.SavedStateHandler
 
saveInstanceState(T, Parcelable) - Method in interface com.livefront.bridge.ViewSavedStateHandler
 

T

toBytes(Bundle) - Static method in class com.livefront.bridge.util.BundleUtil
Converts the given Bundle to raw bytes.
toEncodedString(Bundle) - Static method in class com.livefront.bridge.util.BundleUtil
Converts the given Bundle to a Base64 encoded String.

U

unwrapOptimizedObjects(Bundle) - Static method in class com.livefront.bridge.wrapper.WrapperUtils
 

V

ViewSavedStateHandler - Interface in com.livefront.bridge
A handler specifically for saving and restoring the state of View objects.

W

wrapOptimizedObjects(Bundle) - Static method in class com.livefront.bridge.wrapper.WrapperUtils
 
WrapperUtils - Class in com.livefront.bridge.wrapper
Handles the wrapping and unwrapping of certain Parcelable objects that use native code to optimize their Parcelable implementations.
WrapperUtils() - Constructor for class com.livefront.bridge.wrapper.WrapperUtils
 
B C F I R S T U V W 
Skip navigation links