- Mesosfer - Class in com.eyro.mesosfer
 
- 
The Mesosfer class contains static functions that handle global configuration
 for the Mesosfer library.
 
- MesosferBeacon - Class in com.eyro.mesosfer
 
- 
The MesosferBeacon is a custom local representation of beacon data that can be saved and
 retrieved from the Mesosfer cloud.
 
- MesosferBeacon() - Constructor for class com.eyro.mesosfer.MesosferBeacon
 
-  
 
- MesosferBeacon.Event - Enum in com.eyro.mesosfer
 
- 
The enum Event of beacon.
 
- MesosferBeacon.Module - Enum in com.eyro.mesosfer
 
- 
The enum Module of beacon.
 
- MesosferColumn - Class in com.eyro.mesosfer
 
- 
The MesosferColumn is representation of bucket column or schema from Mesosfer cloud
 
- MesosferData - Class in com.eyro.mesosfer
 
- 
The MesosferData is a local representation of data that can be saved and retrieved from
 the Mesosfer cloud.
 
- MesosferDataSchema - Class in com.eyro.mesosfer
 
- 
The MesosferDataSchema is a local representation of schema that can be saved and
 retrieved from the Mesosfer cloud.
 
- MesosferDateFormat - Class in com.eyro.mesosfer
 
- 
This is the currently used date format.
 
- MesosferException - Exception in com.eyro.mesosfer
 
- 
A MesosferException gets raised whenever a 
MesosferData, 
MesosferDataSchema or
 
MesosferUser issues an invalid request, such as deleting or editing an object that no
 longer exists on the server, or when there is a network failure preventing communication with
 the Mesosfer server.
 
 
- MesosferException(int, String) - Constructor for exception com.eyro.mesosfer.MesosferException
 
- 
Construct a new MesosferException with a particular error code.
 
- MesosferException(int, String, Throwable) - Constructor for exception com.eyro.mesosfer.MesosferException
 
- 
Construct a new MesosferException with an external cause.
 
- MesosferException(Throwable) - Constructor for exception com.eyro.mesosfer.MesosferException
 
- 
Construct a new MesosferException with an external cause.
 
- MesosferLog - Class in com.eyro.mesosfer
 
- 
The MesosferLog used to send analytic log based on beacon activity to the Mesosfer cloud.
 
- MesosferLog() - Constructor for class com.eyro.mesosfer.MesosferLog
 
-  
 
- MesosferLogLevel - Annotation Type in com.eyro.mesosfer
 
- 
The interface annotations of Mesosfer log level.
 
- MesosferNotification - Class in com.eyro.mesosfer
 
- 
The MesosferNotification is a custom local representation of notification data that can be saved and retrieved from the Mesosfer cloud.
 
- MesosferNotification() - Constructor for class com.eyro.mesosfer.MesosferNotification
 
-  
 
- MesosferNotification.Type - Enum in com.eyro.mesosfer
 
- 
The enum Type.
 
- MesosferObject - Class in com.eyro.mesosfer
 
- 
Extended class of JSONObject with some additional method.
 
- MesosferObject.Type - Enum in com.eyro.mesosfer
 
- 
The enum of object type that supported by Mesosfer cloud.
 
- MesosferQuery<T extends com.eyro.mesosfer.CoreObject> - Class in com.eyro.mesosfer
 
- 
 The 
MesosferQuery class defines a query that is used to fetch 
MesosferDatas.
 
 
- MesosferStoryline - Class in com.eyro.mesosfer
 
- 
The MesosferStoryline is a custom local representation of storyline data that can be saved and retrieved from the Mesosfer cloud.
 
- MesosferStoryline() - Constructor for class com.eyro.mesosfer.MesosferStoryline
 
-  
 
- MesosferStoryline.Campaign - Enum in com.eyro.mesosfer
 
- 
The enum Campaign.
 
- MesosferStoryline.ShowDay - Enum in com.eyro.mesosfer
 
- 
The enum Show day.
 
- MesosferStorylineDetail - Class in com.eyro.mesosfer
 
- 
The MesosferStorylineDetail is a custom local representation of storyline data that can be saved and retrieved from the Mesosfer cloud.
 
- MesosferStorylineDetail() - Constructor for class com.eyro.mesosfer.MesosferStorylineDetail
 
-  
 
- MesosferUser - Class in com.eyro.mesosfer
 
- 
The MesosferUser is a local representation of user data that can be saved and
 retrieved from the Mesosfer cloud.
 
- MISSING_OBJECT_ID - Static variable in exception com.eyro.mesosfer.MesosferException
 
- 
Error code indicating an unspecified object id.
 
- MUST_CREATE_USER_THROUGH_SIGNUP - Static variable in exception com.eyro.mesosfer.MesosferException
 
- 
Error code indicating that a user can only be created through signup.