Class ScreenViewEvent
java.lang.Object
com.mparticle.sdk.model.eventprocessing.Event
com.mparticle.sdk.model.eventprocessing.ScreenViewEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.Event
Event.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(Map<String, String> attributes) void
setCustomFlags
(Map<String, String> customFlags) void
setScreenName
(String screenName) Methods inherited from class com.mparticle.sdk.model.eventprocessing.Event
getId, getLocation, getRequest, getSessionId, getSourceId, getTimestamp, getType, setLocation, setRequest, setSessionId, setSourceId, setTimestamp
-
Constructor Details
-
ScreenViewEvent
public ScreenViewEvent()
-
-
Method Details
-
getScreenName
-
setScreenName
-
getAttributes
-
setAttributes
-
getCustomFlags
- Returns:
- custom flags map
-
setCustomFlags
- Parameters:
customFlags
- custom flags map
-