| Class | Description |
|---|---|
| Enum |
This class represents the enumerations that can be used in Advantage SDK.
|
| Errors |
This class represents the error codes used in Advantage SDK.
|
| Log |
This class extends the Log API for sending Advantage log output based on the running status(debug/release).
|
| Enum | Description |
|---|---|
| Enum.AdTypes |
Ad types that can be used.
|
| Enum.ConnectionType |
Connection types that can be used.
|
| Enum.ErrorCategory |
Errors reported by ADvantage will be in one of these categories:
Enum.ErrorCategory.CONTENT_LOAD_FAILED
Enum.ErrorCategory.DOWNLOAD_FAILED
Enum.ErrorCategory.LICENSE_NOT_AUTHENTICATED
Enum.ErrorCategory.INITIALIZATION_FAILED
Enum.ErrorCategory.WEBVIEW_RECEIVED_ERROR
|
| Enum.ForceOrientationProperties |
Orientation types that can be used.
|
| Enum.LoadingStatus |
Banner's loading status that can be used.
|
| Enum.PlacementTypes |
Banner's placement type that can be used.
|
| Enum.ResizeCustomClosePosition |
Close button positions that can be used.
|
| Enum.SizeMeasures |
Size measurement types that can be used.
|
| Enum.States |
Banner (Ad) states that can be used.
|
| Enum.WindowModePosition |
Possible animation end window positions
Enum.WindowModePosition.BOTTOM_LEFT
Enum.WindowModePosition.BOTTOM_CENTER
Enum.WindowModePosition.BOTTOM_RIGHT
|