| Package | Description |
|---|---|
| com.messagegears.sdk.activity | |
| com.messagegears.sdk.model | |
| com.messagegears.sdk.model.request |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageGearsActivityFileProcessor.process(java.io.InputStream inputStream,
ActivityType activityType)
Call to start processing the given @InputStream that contains activity
of the @ActivityType type.
|
| Constructor and Description |
|---|
ActivityFileSaxHandler(MessageGearsListener listener,
ActivityType activityType)
Constructor.
|
ActivityFileSaxHandler(MessageGearsListener listener,
MessageGearsErrorHandler errorHandler,
ActivityType activityType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivityType |
ActivityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityType[] |
ActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityType |
AccountActivityRequest.getActivityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountActivityRequest.setActivityType(ActivityType activityType) |
Copyright © 2016. All Rights Reserved.