Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y Z 

A

Acceleration - Class in com.digitalsunray.advantage.models
This class represents the accelerometer sensor values.
Acceleration(float, float, float, int) - Constructor for class com.digitalsunray.advantage.models.Acceleration
Constructs a new instance of sensor object with the given parameters.
AccelerationListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when accelerometer sensor values have changed.
AccelerationListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.AccelerationListener
Constructs new instance with the given Context and SensorResultHandler objects.
accuracy - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
accuracy - Variable in class com.digitalsunray.advantage.models.MraidGeoLocation
Estimated location accuracy in meters!
adClosed(Advantage) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when the current ADvantage object is closed (disposed)
addtlConsent - Variable in class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
adError(Advantage, String, Enum.ErrorCategory) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when an SDK major error occurs.
adExpanded(Advantage) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when the creative goes to the 'EXPAND' state.
adLoaded(Advantage, Enum.LoadingStatus) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when the ADvantage object is loaded and initialized.
adNotify(Object) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when a message sends from Advantage object to the SDK implementer.
adResized(Advantage) - Method in interface com.digitalsunray.advantage.EventHandler
Occurs when the creative goes to the 'RESIZE' state.
Advantage - Class in com.digitalsunray.advantage
ADvantage is a state-of-the-art, ad server-independent, rich media mobile advertising platform specifically designed for in-app advertisement enriched with multimedia content far beyond the usual spectrum of typical mobile advertising.
Advantage(Context, AttributeSet) - Constructor for class com.digitalsunray.advantage.Advantage
Create a new instance of Advantage.
Advantage(Activity, String, String, String) - Constructor for class com.digitalsunray.advantage.Advantage
Create a new instance of Advantage.
Advantage.ActivityState - Enum in com.digitalsunray.advantage
Advantage.OnCustomUrlListener - Interface in com.digitalsunray.advantage
Notify the publisher when a new URL with custom protocol is about to be loaded in the current ADvantage WebView.
Advantage.OnSocialAdListener - Interface in com.digitalsunray.advantage
Notify the publisher when a new Social target is received.
AdvantageArSceneActivity - Class in com.digitalsunray.advantage.ar.views
Created by Digitalsunray Media GmbH.
AdvantageArSceneActivity() - Constructor for class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
 
AdvantageEnvironment - Class in com.digitalsunray.advantage
This class holds advantage environment variables
AdvantageFallbackAdaptor - Class in com.digitalsunray.advantage
 
AdvantageFallbackAdaptor(Context) - Constructor for class com.digitalsunray.advantage.AdvantageFallbackAdaptor
 
AdvantageFileProvider - Class in com.digitalsunray.advantage.providers
Created by Digitalsunray Media GmbH.
AdvantageFileProvider() - Constructor for class com.digitalsunray.advantage.providers.AdvantageFileProvider
 
allowOffscreen - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
allowOrientationChange - Variable in class com.digitalsunray.advantage.models.OrientationProperties
 
altitude - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
animate(int) - Method in class com.digitalsunray.advantage.animations.SimpleTransformAnimation
 
AudioInfo - Class in com.digitalsunray.advantage.models
Created by admirheric on 10/18/17.
AudioInfo() - Constructor for class com.digitalsunray.advantage.models.AudioInfo
 
AudioInfo(int, boolean) - Constructor for class com.digitalsunray.advantage.models.AudioInfo
 
auto - Variable in class com.digitalsunray.advantage.models.Scene
true', insert the pre-defined 3D model automatically on the plane (surface) otherwise 'false'.
axis - Variable in class com.digitalsunray.advantage.models.Acceleration
 
Axis - Class in com.digitalsunray.advantage.models
This class holds three dimension axis.
Axis() - Constructor for class com.digitalsunray.advantage.models.Axis
Constructs a new instance with default values (zero).
Axis(float, float, float) - Constructor for class com.digitalsunray.advantage.models.Axis
Constructs a new instance with the given axis.
axis - Variable in class com.digitalsunray.advantage.models.Gyro
 

B

BatteryStatus - Class in com.digitalsunray.advantage.models
This class holds the level and state of the battery.
BatteryStatus() - Constructor for class com.digitalsunray.advantage.models.BatteryStatus
Constructs a new instance with the default values.
BatteryStatus(int, int) - Constructor for class com.digitalsunray.advantage.models.BatteryStatus
Constructs a new instance with the given parameters.
builddate - Variable in class com.digitalsunray.advantage.models.Version
 

C

CalendarEvent - Class in com.digitalsunray.advantage.models
This class represents the calendar event's attributes.
CalendarEvent(String, String, String, String, String, String, String, String) - Constructor for class com.digitalsunray.advantage.models.CalendarEvent
Constructs a new instance with the given parameters.
closeWindowMode(boolean) - Method in class com.digitalsunray.advantage.MinimizedFragment
function that closes window mode, expands content to original size and moves it to the top of the screen
com.digitalsunray.advantage - package com.digitalsunray.advantage
 
com.digitalsunray.advantage.animations - package com.digitalsunray.advantage.animations
 
com.digitalsunray.advantage.annotations - package com.digitalsunray.advantage.annotations
 
com.digitalsunray.advantage.ar.views - package com.digitalsunray.advantage.ar.views
 
com.digitalsunray.advantage.controller.listener - package com.digitalsunray.advantage.controller.listener
 
com.digitalsunray.advantage.controller.resulthandler - package com.digitalsunray.advantage.controller.resulthandler
 
com.digitalsunray.advantage.dataprotectionrights - package com.digitalsunray.advantage.dataprotectionrights
 
com.digitalsunray.advantage.exceptions - package com.digitalsunray.advantage.exceptions
 
com.digitalsunray.advantage.models - package com.digitalsunray.advantage.models
 
com.digitalsunray.advantage.plugin - package com.digitalsunray.advantage.plugin
 
com.digitalsunray.advantage.providers - package com.digitalsunray.advantage.providers
 
com.digitalsunray.advantage.util - package com.digitalsunray.advantage.util
 
Compass - Class in com.digitalsunray.advantage.models
This class represents the compass sensor values.
Compass(float, String, int, boolean, int) - Constructor for class com.digitalsunray.advantage.models.Compass
Constructs a new instance of sensor object with the given parameters.
CompassListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when compass sensor values have changed.
CompassListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.CompassListener
Constructs new listener with the given Context and SensorResultHandler objects.
Connection - Class in com.digitalsunray.advantage.models
This class represents the current network connection type of a particular device.
Connection(String) - Constructor for class com.digitalsunray.advantage.models.Connection
Constructs a new instance with a given connection type.
connection - Variable in class com.digitalsunray.advantage.models.Connection
 
customClosePosition - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 

D

d(String, String) - Static method in class com.digitalsunray.advantage.util.Log
Send a DEBUG log message.
d(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a DEBUG log message.
DataProtectionRight - Class in com.digitalsunray.advantage.dataprotectionrights
 
DataProtectionRight() - Constructor for class com.digitalsunray.advantage.dataprotectionrights.DataProtectionRight
 
DataProtectionRight.DataProtectionRightType - Enum in com.digitalsunray.advantage.dataprotectionrights
 
deliverSelfNotifications() - Method in class com.digitalsunray.advantage.VolumeChangeObserver
 
description - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
direction - Variable in class com.digitalsunray.advantage.models.Compass
 
dismiss() - Method in class com.digitalsunray.advantage.MinimizedFragment
 
distance - Variable in class com.digitalsunray.advantage.models.Proximity
 
dprType - Variable in class com.digitalsunray.advantage.dataprotectionrights.DataProtectionRight
 

E

e(String, String) - Static method in class com.digitalsunray.advantage.util.Log
Send a ERROR log message.
e(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a ERROR log message.
enableCloseButton - Variable in class com.digitalsunray.advantage.models.WindowMode
 
endDate - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
Enum - Class in com.digitalsunray.advantage.util
This class represents the enumerations that can be used in Advantage SDK.
Enum() - Constructor for class com.digitalsunray.advantage.util.Enum
 
Enum.AdTypes - Enum in com.digitalsunray.advantage.util
Ad types that can be used.
Enum.ConnectionType - Enum in com.digitalsunray.advantage.util
Connection types that can be used.
Enum.ErrorCategory - Enum in com.digitalsunray.advantage.util
Enum.ForceOrientationProperties - Enum in com.digitalsunray.advantage.util
Orientation types that can be used.
Enum.LoadingStatus - Enum in com.digitalsunray.advantage.util
Banner's loading status that can be used.
Enum.PlacementTypes - Enum in com.digitalsunray.advantage.util
Banner's placement type that can be used.
Enum.ResizeCustomClosePosition - Enum in com.digitalsunray.advantage.util
Close button positions that can be used.
Enum.SizeMeasures - Enum in com.digitalsunray.advantage.util
Size measurement types that can be used.
Enum.States - Enum in com.digitalsunray.advantage.util
Banner (Ad) states that can be used.
Enum.WindowModePosition - Enum in com.digitalsunray.advantage.util
equals(Object) - Method in class com.digitalsunray.advantage.models.Position
 
equals(Object) - Method in class com.digitalsunray.advantage.models.VisibilityResult
 
ERROR_AR_GENERIC - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_AR_INVALID_ARGUMENT - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_AR_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_AR_PERMISSION_DENIED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_ACCELEROMETER_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_ACCELEROMETER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_ACCELEROMETER_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_ACCELEROMETER_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_ACCELEROMETER_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_CALLBACK_IS_NOT_DEFINED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_COMPASS_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_COMPASS_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_COMPASS_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_COMPASS_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_COMPASS_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_IS_NOT_ENABLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_IS_OUT_OF_SERVICE - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_JSON_EXCEPTION - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_PROVIDER_IS_DISABLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GPS_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GYROSCOPE_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GYROSCOPE_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GYROSCOPE_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GYROSCOPE_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_GYROSCOPE_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_HUMIDITY_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_HUMIDITY_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_HUMIDITY_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_HUMIDITY_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_HUMIDITY_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_LIGHT_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_LIGHT_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_LIGHT_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_LIGHT_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_LIGHT_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PEDOMETER_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PEDOMETER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PEDOMETER_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PEDOMETER_LISTENER_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PEDOMETER_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_ACCELEROMETER_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_COMAPSS_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_GPS_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_GYROSCOPE_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_HUMIDITY_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_LIGHT_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_PEDOMETER_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_PRESSURE_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_PROXIMITY_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PLUGIN_TEMPERATURE_CANNOT_HANDLED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PRESSURE_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PRESSURE_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PRESSURE_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PRESSURE_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PRESSURE_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PROXIMITY_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PROXIMITY_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PROXIMITY_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PROXIMITY_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_PROXIMITY_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_TEMPERATURE_IS_NOT_PERMITTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_TEMPERATURE_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_TEMPERATURE_IS_NOT_SUPPORTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_TEMPERATURE_LISTENER_IS_NOT_STARTED - Static variable in class com.digitalsunray.advantage.util.Errors
 
ERROR_CODE_TEMPERATURE_TYPE_IS_MISSMATCH - Static variable in class com.digitalsunray.advantage.util.Errors
 
errorCode - Variable in class com.digitalsunray.advantage.models.ErrorResult
 
ErrorListener - Interface in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the ADvantage functions when an error occurs!
errorMessage - Variable in class com.digitalsunray.advantage.models.ErrorResult
 
ErrorResult - Class in com.digitalsunray.advantage.models
This class represents the error result values.
ErrorResult(String, int, String) - Constructor for class com.digitalsunray.advantage.models.ErrorResult
Constructs an error result object with the given parameters.
Errors - Class in com.digitalsunray.advantage.util
This class represents the error codes used in Advantage SDK.
Errors() - Constructor for class com.digitalsunray.advantage.util.Errors
 
EventHandler - Interface in com.digitalsunray.advantage
This interface represents a banner's routed event handlers.
expand() - Method in class com.digitalsunray.advantage.SharedFunctionality
Opens a modal view with the given size.
expand(String) - Method in class com.digitalsunray.advantage.SharedFunctionality
Opens a modal view with the given size and load a given URL to the second AdWebView.
ExpandProperties - Class in com.digitalsunray.advantage.models
The expand properties object is intended to provide additional features to ad designers.
ExpandProperties() - Constructor for class com.digitalsunray.advantage.models.ExpandProperties
Constructs a new instance with default parameters.
ExpandProperties(int, int, boolean, boolean, String, Size) - Constructor for class com.digitalsunray.advantage.models.ExpandProperties
Constructs a new instance with the given parameters.
exposedPercentage - Variable in class com.digitalsunray.advantage.models.Exposure
 
Exposure - Class in com.digitalsunray.advantage.models
This class holds exposed area of a banner.
Exposure() - Constructor for class com.digitalsunray.advantage.models.Exposure
Constructs a new instance with default values (zero).
Exposure(int, Size, Exposure.VisibleRectangle) - Constructor for class com.digitalsunray.advantage.models.Exposure
Constructs a new instance with the given relative positions.
EXTRA_KEY - Static variable in class com.digitalsunray.advantage.models.Scene
 

F

forceOrientation - Variable in class com.digitalsunray.advantage.models.OrientationProperties
 

G

gdpr - Variable in class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
gdprConsent - Variable in class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
gdprPD - Variable in class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
GeneralDataProtectionRight - Class in com.digitalsunray.advantage.dataprotectionrights
 
GeneralDataProtectionRight() - Constructor for class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
GeneralDataProtectionRight(Boolean, Boolean, String, String) - Constructor for class com.digitalsunray.advantage.dataprotectionrights.GeneralDataProtectionRight
 
GeoLocation - Class in com.digitalsunray.advantage.models
This class represents the geo-location values.
GeoLocation(double, double, double, float, float, float, int) - Constructor for class com.digitalsunray.advantage.models.GeoLocation
Constructs a new instance of geo-location object with the given parameters.
GeoLocation(Location) - Constructor for class com.digitalsunray.advantage.models.GeoLocation
Constructs a new instance of geo-location object with the given parameter.
GeoLocationListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the LocationManager when the location has changed.
GeoLocationListener(Context, SensorResultHandler, int, boolean, int) - Constructor for class com.digitalsunray.advantage.controller.listener.GeoLocationListener
Constructs new listener with the given Context and SensorResultHandler objects.
getAccuracy() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getAccuracy() - Method in class com.digitalsunray.advantage.models.MraidGeoLocation
 
getAdServerUrl() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getAltitude() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getBatteryLevel() - Method in class com.digitalsunray.advantage.models.BatteryStatus
 
getBatteryState() - Method in class com.digitalsunray.advantage.models.BatteryStatus
 
getCurrentAdWebViewPoint(Enum.SizeMeasures) - Method in class com.digitalsunray.advantage.SharedFunctionality
Computes the 'Left' and 'Top' position of the active AdWebView relative to its parent based on the the logical density of the display.
getCurrentOrientation() - Method in class com.digitalsunray.advantage.SharedFunctionality
 
getDefaultAdWebViewPoint(Enum.SizeMeasures) - Method in class com.digitalsunray.advantage.SharedFunctionality
Computes the coordinates of the default (first part) AdWebView in its window based on the the logical density of the display.
getDensity() - Method in class com.digitalsunray.advantage.Helper
Returns density of the display.
getDirection() - Method in class com.digitalsunray.advantage.models.Compass
 
getDistance() - Method in class com.digitalsunray.advantage.models.Proximity
 
getError() - Method in class com.digitalsunray.advantage.models.HtmlObject
 
getHeading() - Method in class com.digitalsunray.advantage.models.Compass
 
getHeading() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getHeadingAccuracy() - Method in class com.digitalsunray.advantage.models.Compass
 
getHeight() - Method in class com.digitalsunray.advantage.models.WindowMode
 
getHumidity() - Method in class com.digitalsunray.advantage.models.Humidity
 
getInitialScale() - Method in class com.digitalsunray.advantage.models.Scene
 
getJSBridge() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getJsiName() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getLandingPageLink() - Method in class com.digitalsunray.advantage.models.Scene
 
getLastfix() - Method in class com.digitalsunray.advantage.models.MraidGeoLocation
 
getLastKnownLocation() - Method in class com.digitalsunray.advantage.MraidPluginFunctions
If supported, the ad uses getLocation to query the host about the location of the device.
getLastKnownLocation() - Method in class com.digitalsunray.advantage.plugin.PluginFunctions
Knowing the location of the device when an ad is active can enhance the creative possibilities for an ad, but not all apps support access to location details.
getLatitude() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getLatitude() - Method in class com.digitalsunray.advantage.models.MraidGeoLocation
 
getLight() - Method in class com.digitalsunray.advantage.models.Light
 
getLogoUrl() - Method in class com.digitalsunray.advantage.models.Scene
 
getLongitude() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getLongitude() - Method in class com.digitalsunray.advantage.models.MraidGeoLocation
 
getMaxScale() - Method in class com.digitalsunray.advantage.models.Scene
 
getMinScale() - Method in class com.digitalsunray.advantage.models.Scene
 
getModelUrl() - Method in class com.digitalsunray.advantage.models.Scene
 
getNoCampaign() - Method in class com.digitalsunray.advantage.models.HtmlObject
Returns the current status of the creative.
getOnboardingImageUrl() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnInsertFirstNodeTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnLandingPageOpenTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnPermissionDeniedTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnPermissionGrantedTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnShareClickTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getOnStartTracking() - Method in class com.digitalsunray.advantage.models.Scene
 
getPluginFunctions() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getPosition() - Method in class com.digitalsunray.advantage.models.WindowMode
 
getPressure() - Method in class com.digitalsunray.advantage.models.Pressure
 
getProtocolName() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getScale() - Method in class com.digitalsunray.advantage.models.WindowMode
 
getSource() - Method in class com.digitalsunray.advantage.models.HtmlObject
 
getSourceType() - Method in class com.digitalsunray.advantage.models.Scene
 
getSpeed() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getSSLEnabled() - Method in class com.digitalsunray.advantage.Advantage
 
getStackTraceString(Exception) - Static method in class com.digitalsunray.advantage.util.Log
Gets a loggable stack trace from a Throwable
getState() - Method in class com.digitalsunray.advantage.SharedFunctionality
This method always returns the current state of banner.
getStep() - Method in class com.digitalsunray.advantage.models.Pedometer
 
getTemperature() - Method in class com.digitalsunray.advantage.models.Temperature
 
getToolBox() - Method in class com.digitalsunray.advantage.plugin.Plugin
Returns a toolbox which provides generic functionality can be selectively used by plugin developers.
getTrueHeading() - Method in class com.digitalsunray.advantage.models.Compass
 
getType() - Method in class com.digitalsunray.advantage.models.MraidGeoLocation
 
getUniqueId() - Method in class com.digitalsunray.advantage.plugin.Plugin
 
getUrl() - Method in class com.digitalsunray.advantage.models.HtmlObject
 
getVersion() - Static method in class com.digitalsunray.advantage.Advantage
 
getVersion() - Method in class com.digitalsunray.advantage.SharedFunctionality
 
getVolume() - Method in class com.digitalsunray.advantage.models.AudioInfo
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Compass
 
getWatchID() - Method in class com.digitalsunray.advantage.models.GeoLocation
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Humidity
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Light
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Pedometer
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Pressure
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Proximity
 
getWatchID() - Method in class com.digitalsunray.advantage.models.Temperature
 
getWidth() - Method in class com.digitalsunray.advantage.models.WindowMode
 
getX() - Method in class com.digitalsunray.advantage.models.Axis
 
getY() - Method in class com.digitalsunray.advantage.models.Axis
 
getZ() - Method in class com.digitalsunray.advantage.models.Axis
 
Gyro - Class in com.digitalsunray.advantage.models
This class represents the gyroscope sensor values.
Gyro(float, float, float, int) - Constructor for class com.digitalsunray.advantage.models.Gyro
Constructs a new instance of sensor object with the given parameters.
GyroListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when gyroscope sensor values have changed.
GyroListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.GyroListener
Constructs new listener with the given Context and SensorResultHandler objects.

H

handleCommand(String, HashMap<String, String>) - Method in class com.digitalsunray.advantage.MraidPluginFunctions
 
handleCommand(String, HashMap<String, String>) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the handleCommand() event of PluginFunctions to handle the incoming command.
handleCommand(String, HashMap<String, String>) - Method in class com.digitalsunray.advantage.plugin.PluginFunctions
Calls when a new command with plugin's protocol is detected.
hashCode() - Method in class com.digitalsunray.advantage.models.Position
 
hashCode() - Method in class com.digitalsunray.advantage.models.VisibilityResult
 
heading - Variable in class com.digitalsunray.advantage.models.Compass
 
heading - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
headingAccuracy - Variable in class com.digitalsunray.advantage.models.Compass
 
headphone - Variable in class com.digitalsunray.advantage.models.AudioInfo
 
height - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 
height - Variable in class com.digitalsunray.advantage.models.Position
 
height - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
height - Variable in class com.digitalsunray.advantage.models.Size
 
height - Variable in class com.digitalsunray.advantage.models.WindowMode
 
Helper - Class in com.digitalsunray.advantage
This class assists in providing some functionality, though that functionality isn't the main goal of the Advantage SDK.
hideCloseArea() - Method in class com.digitalsunray.advantage.SharedFunctionality
Hide the banner's close button.
HtmlObject - Class in com.digitalsunray.advantage.models
This class can be used to load the banner's content or detect the problems.
HtmlObject() - Constructor for class com.digitalsunray.advantage.models.HtmlObject
Constructs a new instance with the default (empty) values.
HtmlObject(String, String, String, boolean) - Constructor for class com.digitalsunray.advantage.models.HtmlObject
Constructs a new instance with the given objects.
Humidity - Class in com.digitalsunray.advantage.models
This class represents the ambient relative humidity sensor value.
Humidity(float, int) - Constructor for class com.digitalsunray.advantage.models.Humidity
Constructs a new instance of sensor object with the given parameters.
humidity - Variable in class com.digitalsunray.advantage.models.Humidity
 
HumiditySensorListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when the ambient relative humidity values have changed.
HumiditySensorListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.HumiditySensorListener
Constructs new listener with the given Context and SensorResultHandler objects.

I

i(String, String) - Static method in class com.digitalsunray.advantage.util.Log
Send a INFO log message.
i(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a INFO log message.
init() - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the init() event of PluginFunctions to initialize the active plugin.
init(boolean) - Static method in class com.digitalsunray.advantage.util.Log
Sets the running state.
initialScale - Variable in class com.digitalsunray.advantage.models.Scene
Initial scale level of the given 3D model.
injectLoaderScript(HtmlObject) - Method in class com.digitalsunray.advantage.plugin.Plugin
 
insideScrollview - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
isAdWebViewVisible() - Method in class com.digitalsunray.advantage.SharedFunctionality
Returns the visibility status for the default (first part) AdWebView.
isAuto() - Method in class com.digitalsunray.advantage.models.Scene
 
isEnableCloseButton() - Method in class com.digitalsunray.advantage.models.WindowMode
 
isEqual(ExpandProperties) - Method in class com.digitalsunray.advantage.models.ExpandProperties
Compares this instance with the specified object and indicates if they are equal.
isEqual(ResizeProperties) - Method in class com.digitalsunray.advantage.models.ResizeProperties
Compares this instance with the specified object and indicates if they are equal.
isHeadphone() - Method in class com.digitalsunray.advantage.models.AudioInfo
 
isModal - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 
isParentAttached - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
isSensitiveTargetingParamEnabled() - Method in class com.digitalsunray.advantage.Advantage
 
isShareEnabled() - Method in class com.digitalsunray.advantage.models.Scene
 
isSingleEntry() - Method in class com.digitalsunray.advantage.models.Scene
 
isSupported(Context) - Static method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
Checks whether your device can support Sceneform SDK or not.
isValid() - Method in class com.digitalsunray.advantage.models.Scene
 
isWebviewAttached - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 

J

JsonProperty - Annotation Type in com.digitalsunray.advantage.annotations
 

L

l(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a WARN log message.
landingPageLink - Variable in class com.digitalsunray.advantage.models.Scene
A valid URL which will be used to show more information about the product.
lastfix - Variable in class com.digitalsunray.advantage.models.MraidGeoLocation
Number of seconds since this geolocation fix was established.
latitude - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
latitude - Variable in class com.digitalsunray.advantage.models.MraidGeoLocation
The latitude coordinate for the device
left - Variable in class com.digitalsunray.advantage.models.Position
 
level - Variable in class com.digitalsunray.advantage.models.BatteryStatus
 
Light - Class in com.digitalsunray.advantage.models
This class represents the light sensor values.
Light(float, int) - Constructor for class com.digitalsunray.advantage.models.Light
Constructs a new instance of sensor object with the given parameters.
light - Variable in class com.digitalsunray.advantage.models.Light
 
LightSensorListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when light sensor values have changed.
LightSensorListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.LightSensorListener
Constructs new listener with the given Context and SensorResultHandler objects.
loadData(String, String, String) - Method in class com.digitalsunray.advantage.Advantage
As a fallback, you can load your offline content into the Advantage instance.
location - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
Log - Class in com.digitalsunray.advantage.util
This class extends the Log API for sending Advantage log output based on the running status(debug/release).
Log() - Constructor for class com.digitalsunray.advantage.util.Log
 
logoUrl - Variable in class com.digitalsunray.advantage.models.Scene
Image URL which represents the company logo.
longitude - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
longitude - Variable in class com.digitalsunray.advantage.models.MraidGeoLocation
The longitudinal coordinate of the device.

M

maxDimensions - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
maxScale - Variable in class com.digitalsunray.advantage.models.Scene
Maximum scale level of the given 3D model.
MinimizedFragment - Class in com.digitalsunray.advantage
This class is used for handling corner ad only
MinimizedFragment() - Constructor for class com.digitalsunray.advantage.MinimizedFragment
 
minScale - Variable in class com.digitalsunray.advantage.models.Scene
Minimum scale level of the given 3D model.
modelUrl - Variable in class com.digitalsunray.advantage.models.Scene
A valid 3D model URL.
MraidGeoLocation - Class in com.digitalsunray.advantage.models
This class represents the geo-location values.
MraidGeoLocation(Location) - Constructor for class com.digitalsunray.advantage.models.MraidGeoLocation
Constructs a new instance of geo-location object with the given parameters.
MraidPluginFunctions - Class in com.digitalsunray.advantage
The class extends the PluginFunctions to handle the MRAID V2.0's commands and routed events.

N

nativeCallbackName - Variable in class com.digitalsunray.advantage.models.ErrorResult
 
nativeCallbackName - Variable in class com.digitalsunray.advantage.models.SuccessResult
 
NativeFeatures - Class in com.digitalsunray.advantage.models
This class represents the current supported native features of the application.
NativeFeatures() - Constructor for class com.digitalsunray.advantage.models.NativeFeatures
Constructs a new instance of supported features.
newInstance(WindowMode, boolean) - Static method in class com.digitalsunray.advantage.MinimizedFragment
 
NoPluginAdServerUrlException - Exception in com.digitalsunray.advantage.exceptions
This class represents a recoverable exception.
NoPluginAdServerUrlException(String) - Constructor for exception com.digitalsunray.advantage.exceptions.NoPluginAdServerUrlException
Constructs a new Exception with the current stack trace and the specified detail message.
NoPluginUniqueIdException - Exception in com.digitalsunray.advantage.exceptions
This class represents a recoverable exception.
NoPluginUniqueIdException(String) - Constructor for exception com.digitalsunray.advantage.exceptions.NoPluginUniqueIdException
Constructs a new Exception with the current stack trace and the specified detail message.
notify(Object) - Method in class com.digitalsunray.advantage.SharedFunctionality
Occurs when a message sends from Advantage object to the SDK implementer.

O

occurrence - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
offsetX - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
offsetY - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.AccelerationListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.CompassListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.GyroListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.HumiditySensorListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.LightSensorListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.PressureSensorListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.ProximitySensorListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.StepCounterListener
 
onAccuracyChanged(Sensor, int) - Method in class com.digitalsunray.advantage.controller.listener.TemperatureSensorListener
 
onActivityStateChanged(Advantage.ActivityState) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onActivityStateChanged() event of PluginFunctions to manage the banner's life-cycle.
onboardingImageUrl - Variable in class com.digitalsunray.advantage.models.Scene
Image URL which represents the on-boarding and intro in the AR view.
onChange(boolean) - Method in class com.digitalsunray.advantage.VolumeChangeObserver
 
onCreateDialog(Bundle) - Method in class com.digitalsunray.advantage.MinimizedFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.digitalsunray.advantage.MinimizedFragment
 
onCustomUrlChanged(String) - Method in interface com.digitalsunray.advantage.Advantage.OnCustomUrlListener
 
onError(String, int) - Method in interface com.digitalsunray.advantage.controller.listener.ErrorListener
Called when an error has been occurred.
onError(String, int) - Method in interface com.digitalsunray.advantage.controller.resulthandler.SensorResultHandler
Occurs when an error occurred during the sensor registration process.
onError(String, Enum.ErrorCategory) - Method in class com.digitalsunray.advantage.SharedFunctionality
Occurs when an SDK major error occurs.
onInsertFirstNodeTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered as soon as we insert the first 3D model into the scene.
onLandingPageOpenTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered when user taps on the landing page (more info) button.
onLocationChanged(Location) - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
 
onOrientationChanged(Configuration) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onOrientationChanged() event of PluginFunctions.
onPermissionDeniedTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered when required permission(s) is/are granted.
onPermissionGrantedTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered when required permission(s) is/are granted.
onProviderDisabled(String) - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
 
onProviderEnabled(String) - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
 
onRequestPermissionsResult(int, String[], int[]) - Method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
Receives the results for permission (CAMERA) requests.
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.AccelerationListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.CompassListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.GyroListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.HumiditySensorListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.LightSensorListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.PressureSensorListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.ProximitySensorListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.StepCounterListener
 
onSensorChanged(SensorEvent) - Method in class com.digitalsunray.advantage.controller.listener.TemperatureSensorListener
 
onShareClickTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered when user taps on the share (camera) button.
onSizeChanged(Size) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onSizeChanged() event of PluginFunctions.
onSocialAdReceived(String) - Method in interface com.digitalsunray.advantage.Advantage.OnSocialAdListener
 
onStartTracking - Variable in class com.digitalsunray.advantage.models.Scene
A tracking URL which will be triggered when user opens the AR view.
onStateChanged(Enum.States) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onStateChanged() event of PluginFunctions.
onStatusChanged(String, int, Bundle) - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
 
onSuccess(Object) - Method in interface com.digitalsunray.advantage.controller.resulthandler.SensorResultHandler
Occurs when a sensor listener registered successfully and new sensor update value is available.
onTapPlane(HitResult, Plane, MotionEvent) - Method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
 
onUpdate(FrameTime) - Method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
 
onVisibilityChanged(boolean) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onVisibilityChanged() event of PluginFunctions to handle the new state.
onVisibilityPercentageChanged(VisibilityResult) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onVisibilityPercentageChanged() event of PluginFunctions.
onVolumeChanged(AudioInfo) - Method in class com.digitalsunray.advantage.plugin.Plugin
Fires the onVolumeChanged() event of PluginFunctions.
OrientationProperties - Class in com.digitalsunray.advantage.models
The orientation properties object is intended to provide ad designers with additional control over expandable and interstitial ads.
OrientationProperties() - Constructor for class com.digitalsunray.advantage.models.OrientationProperties
Constructs a new instance with default parameters.
OrientationProperties(boolean, Enum.ForceOrientationProperties) - Constructor for class com.digitalsunray.advantage.models.OrientationProperties
Constructs a new instance with the given parameters.
originalHeight - Variable in class com.digitalsunray.advantage.models.Position
 
originalWidth - Variable in class com.digitalsunray.advantage.models.Position
 

P

parentPercentage - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
parentRelativePosition - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
Pedometer - Class in com.digitalsunray.advantage.models
This class represents the step counter(pedometer) sensor value.
Pedometer(float, int) - Constructor for class com.digitalsunray.advantage.models.Pedometer
Constructs a new instance of sensor object with the given parameters.
percentage - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
PermittedAndSupportedFeatures - Class in com.digitalsunray.advantage
This class represents the list of supported an unsupported native features.
PermittedAndSupportedFeatures.PermittedAndSupportedFeature - Enum in com.digitalsunray.advantage
ative supported features that can be used.
Plugin - Class in com.digitalsunray.advantage.plugin
Plugin is the superclass of all classes that represent internal/external plug-ins.
PluginFunctions - Class in com.digitalsunray.advantage.plugin
Active Plugin uses this class to handle the commands and routed events.
PluginFunctions() - Constructor for class com.digitalsunray.advantage.plugin.PluginFunctions
 
PluginJSBridge - Class in com.digitalsunray.advantage.plugin
This class is the base class to establish a one-way communication between a creative and the native plug-in.
PluginJSBridge() - Constructor for class com.digitalsunray.advantage.plugin.PluginJSBridge
 
PluginLicenseInvalidException - Exception in com.digitalsunray.advantage.exceptions
This class represents a recoverable exception.
PluginLicenseInvalidException(String) - Constructor for exception com.digitalsunray.advantage.exceptions.PluginLicenseInvalidException
Constructs a new Exception with the current stack trace and the specified detail message.
Position - Class in com.digitalsunray.advantage.models
This class holds left and top positions of a view.
Position() - Constructor for class com.digitalsunray.advantage.models.Position
Constructs a new instance with default values (zero).
Position(int, int, int, int, int, int) - Constructor for class com.digitalsunray.advantage.models.Position
Constructs a new instance with the given relative positions.
position - Variable in class com.digitalsunray.advantage.models.WindowMode
 
Pressure - Class in com.digitalsunray.advantage.models
This class represents the pressure sensor value.
Pressure(float, int) - Constructor for class com.digitalsunray.advantage.models.Pressure
Constructs a new instance of sensor object with the given parameters.
pressure - Variable in class com.digitalsunray.advantage.models.Pressure
 
PressureSensorListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when pressure sensor values have changed.
PressureSensorListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.PressureSensorListener
Constructs new listener with the given Context and SensorResultHandler objects.
Proximity - Class in com.digitalsunray.advantage.models
This class represents the proximity sensor value.
Proximity(float, int) - Constructor for class com.digitalsunray.advantage.models.Proximity
Constructs a new instance of sensor object with the given parameters.
ProximitySensorListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when proximity sensor values have changed.
ProximitySensorListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.ProximitySensorListener
Constructs new listener with the given Context and SensorResultHandler objects.

R

registerCustomProtocol(List<String>, Advantage.OnCustomUrlListener) - Method in class com.digitalsunray.advantage.Advantage
Give the publisher application a chance to take over the control when a new URL with custom protocol is about to be loaded in the current ADvantage WebView.
relativePosition - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
reminder - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
removeAllCookies() - Method in class com.digitalsunray.advantage.Advantage
Removes all cookies.
removeEventHandler() - Method in class com.digitalsunray.advantage.Advantage
Removes the banner's predefined event handler.
requestAd() - Method in class com.digitalsunray.advantage.AdvantageFallbackAdaptor
 
resize() - Method in class com.digitalsunray.advantage.SharedFunctionality
Opens a modal view with the given size.
ResizeProperties - Class in com.digitalsunray.advantage.models
The resize properties object is intended to provide additional features to ad designers.
ResizeProperties() - Constructor for class com.digitalsunray.advantage.models.ResizeProperties
Constructs a new instance with default parameters.
ResizeProperties(int, int, int, int, Enum.ResizeCustomClosePosition, boolean, Size) - Constructor for class com.digitalsunray.advantage.models.ResizeProperties
Constructs a new instance with the given parameters.
result - Variable in class com.digitalsunray.advantage.models.SuccessResult
 
Rotation - Class in com.digitalsunray.advantage.models
This class represents the current screen rotation of the device.
Rotation(int) - Constructor for class com.digitalsunray.advantage.models.Rotation
Constructs a new instance with a given screen rotation.
rotation - Variable in class com.digitalsunray.advantage.models.Rotation
 

S

scale - Variable in class com.digitalsunray.advantage.models.WindowMode
 
Scene - Class in com.digitalsunray.advantage.models
This class represents the AR SceneForm values.
Scene(String) - Constructor for class com.digitalsunray.advantage.models.Scene
Constructs a new instance of scene object with the given parameters.
SensorResultHandler - Interface in com.digitalsunray.advantage.controller.resulthandler
This interface will be used by sensor listeners to dispatch the updates of the supported sensors to the respective plug-in.
setActivityState(Advantage.ActivityState) - Method in class com.digitalsunray.advantage.Advantage
Sets the current activity state.
setAdServerUrl(String) - Method in class com.digitalsunray.advantage.plugin.Plugin
Sets the external plugin's Ad-server URL.
setAdWebViewBackgroundColor(int) - Method in class com.digitalsunray.advantage.Advantage
Sets the background color for the Advantage instance.
setAspectRatio(boolean) - Method in class com.digitalsunray.advantage.Advantage
Set the aspect ration state of this view.
setBatteryLevel(int) - Method in class com.digitalsunray.advantage.models.BatteryStatus
Sets the level of battery.
setBatteryState(int) - Method in class com.digitalsunray.advantage.models.BatteryStatus
Sets the state of battery.
setCore(Core) - Method in class com.digitalsunray.advantage.MinimizedFragment
 
setDataProtectionRights(DataProtectionRight) - Method in class com.digitalsunray.advantage.Advantage
 
setDebugEnabled(boolean) - Method in class com.digitalsunray.advantage.Advantage
Set the debugging state of this view.
setEnableCloseButton(boolean) - Method in class com.digitalsunray.advantage.models.WindowMode
 
setError(String) - Method in class com.digitalsunray.advantage.models.HtmlObject
Sets an error message.
setEventHandler(EventHandler) - Method in class com.digitalsunray.advantage.Advantage
Adds banner's event handler to detect updates and failures.
setFallbackAdaptor(AdvantageFallbackAdaptor) - Method in class com.digitalsunray.advantage.Advantage
 
setHeadphone(boolean) - Method in class com.digitalsunray.advantage.models.AudioInfo
 
setHeight(int) - Method in class com.digitalsunray.advantage.models.WindowMode
 
setMaxDimension(Size) - Method in class com.digitalsunray.advantage.Advantage
Sets maximum ad space size.
setNoCampaign(boolean) - Method in class com.digitalsunray.advantage.models.HtmlObject
Sets the status of this creative.
setPosition(String) - Method in class com.digitalsunray.advantage.models.WindowMode
 
setScale(int) - Method in class com.digitalsunray.advantage.models.WindowMode
 
setSensitiveTargetingParamEnabled(boolean) - Method in class com.digitalsunray.advantage.Advantage
Enables/disables targeting parameters which contain semi-sensitive data.
setSource(String) - Method in class com.digitalsunray.advantage.models.HtmlObject
Sets the HTML source of creative.
setSSLEnabled(boolean) - Method in class com.digitalsunray.advantage.Advantage
Sets secure protocol(TLS/SSL) state of this ADvantage instance.
setState(Enum.States) - Method in class com.digitalsunray.advantage.SharedFunctionality
Sets the current banner's state.
setToolBox(SharedFunctionality) - Method in class com.digitalsunray.advantage.plugin.Plugin
Sets an instance of toolbox which allows plugin developers to implement new functionalities.
setUrl(String) - Method in class com.digitalsunray.advantage.models.HtmlObject
Sets the original URL of creative.
setWidth(int) - Method in class com.digitalsunray.advantage.models.WindowMode
 
SharedFunctionality - Class in com.digitalsunray.advantage
This class contains all methods which are shared between all plug-ins in general.
shareEnabled - Variable in class com.digitalsunray.advantage.models.Scene
'true', show the camera (share) button, otherwise 'false'.
showCloseArea() - Method in class com.digitalsunray.advantage.SharedFunctionality
Display the banner's close button.
showLandingPage(View) - Method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
 
SimpleTransformAnimation - Class in com.digitalsunray.advantage.animations
 
SimpleTransformAnimation(View, View, Animator.AnimatorListener) - Constructor for class com.digitalsunray.advantage.animations.SimpleTransformAnimation
 
singleEntry - Variable in class com.digitalsunray.advantage.models.Scene
'true', only ONE node (3D model) is visible on the scene, otherwise 'false'.
Size - Class in com.digitalsunray.advantage.models
This class holds two integer wide ranges.
Size() - Constructor for class com.digitalsunray.advantage.models.Size
Constructs a new instance with default values (zero).
Size(int, int) - Constructor for class com.digitalsunray.advantage.models.Size
Constructs a new instance with the given width and height.
sourceType - Variable in class com.digitalsunray.advantage.models.Scene
Represents the format of the given 3d Model.
speed - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
sphere - Variable in class com.digitalsunray.advantage.models.Acceleration
 
sphere - Variable in class com.digitalsunray.advantage.models.Gyro
 
start() - Method in class com.digitalsunray.advantage.controller.listener.AccelerationListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.CompassListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
Unregister the available listener and register new listener for location updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.GyroListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.HumiditySensorListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.LightSensorListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.PressureSensorListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.ProximitySensorListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.StepCounterListener
Unregister the available listener and register new listener for sensor value updates.
start() - Method in class com.digitalsunray.advantage.controller.listener.TemperatureSensorListener
Unregister the available listener and register new listener for sensor value updates.
startDate - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
state - Variable in class com.digitalsunray.advantage.models.BatteryStatus
 
status - Variable in class com.digitalsunray.advantage.models.ErrorResult
 
status - Variable in class com.digitalsunray.advantage.models.SuccessResult
 
step - Variable in class com.digitalsunray.advantage.models.Pedometer
 
StepCounterListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when step counter sensor values have changed.
StepCounterListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.StepCounterListener
Constructs new listener with the given Context and SensorResultHandler objects.
stop() - Method in class com.digitalsunray.advantage.controller.listener.AccelerationListener
Unregister the accelerometer updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.CompassListener
Unregister the compass updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.GeoLocationListener
Unregister the location updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.GyroListener
Unregister the gyroscope updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.HumiditySensorListener
Unregister the humidity updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.LightSensorListener
Unregister the light updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.PressureSensorListener
Unregister the pressure updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.ProximitySensorListener
Unregister the proximity updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.StepCounterListener
Unregister the step counter(pedometer) updates listener, if any.
stop() - Method in class com.digitalsunray.advantage.controller.listener.TemperatureSensorListener
Unregister the temperature updates listener, if any.
SuccessResult - Class in com.digitalsunray.advantage.models
This class represents the result of a requested operation.
SuccessResult(String, Object) - Constructor for class com.digitalsunray.advantage.models.SuccessResult
Constructs a success result object with the given parameters.
supportsAccelerometer - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsAR - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsCalendar - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsCompass - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsContact - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsGyroscope - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsHumidity - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsInlineVideo - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsLight - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsLocation - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsPedometer - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsPressure - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsProximity - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsRotation - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsSMS - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsStorePicture - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsTel - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 
supportsTemperature - Variable in class com.digitalsunray.advantage.models.NativeFeatures
 

T

takePicture(View) - Method in class com.digitalsunray.advantage.ar.views.AdvantageArSceneActivity
 
Temperature - Class in com.digitalsunray.advantage.models
This class represents the ambient air temperature sensor value.
Temperature(int, int) - Constructor for class com.digitalsunray.advantage.models.Temperature
Constructs a new instance of sensor object with the given parameters.
temperature - Variable in class com.digitalsunray.advantage.models.Temperature
 
TemperatureSensorListener - Class in com.digitalsunray.advantage.controller.listener
This class uses for receiving notifications from the SensorManager when ambient air temperature sensor values have changed.
TemperatureSensorListener(Context, SensorResultHandler) - Constructor for class com.digitalsunray.advantage.controller.listener.TemperatureSensorListener
Constructs new listener with the given Context and SensorResultHandler objects.
timeStamp - Variable in class com.digitalsunray.advantage.models.ErrorResult
 
timezone - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
title - Variable in class com.digitalsunray.advantage.models.CalendarEvent
 
toExposure() - Method in class com.digitalsunray.advantage.models.VisibilityResult
 
top - Variable in class com.digitalsunray.advantage.models.Position
 
toString() - Method in class com.digitalsunray.advantage.AdvantageEnvironment
 
toString() - Method in class com.digitalsunray.advantage.models.ExpandProperties
 
toString() - Method in class com.digitalsunray.advantage.models.OrientationProperties
 
trueHeading - Variable in class com.digitalsunray.advantage.models.Compass
 
type - Variable in class com.digitalsunray.advantage.models.MraidGeoLocation
source of location data; recommended when passing lat/lon 1: GPS/Location service 2: IP Address 3: User Provided (e.g.

U

url - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 
useCustomClose - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 

V

v(String, String) - Static method in class com.digitalsunray.advantage.util.Log
Send a VERBOSE log message.
v(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a VERBOSE log message.
value - Variable in class com.digitalsunray.advantage.models.Pressure
 
valueOf(String) - Static method in enum com.digitalsunray.advantage.Advantage.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.dataprotectionrights.DataProtectionRight.DataProtectionRightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.PermittedAndSupportedFeatures.PermittedAndSupportedFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.AdTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.ErrorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.ForceOrientationProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.LoadingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.PlacementTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.ResizeCustomClosePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.SizeMeasures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.States
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digitalsunray.advantage.util.Enum.WindowModePosition
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.digitalsunray.advantage.Advantage.ActivityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.dataprotectionrights.DataProtectionRight.DataProtectionRightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.PermittedAndSupportedFeatures.PermittedAndSupportedFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.AdTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.ErrorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.ForceOrientationProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.LoadingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.PlacementTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.ResizeCustomClosePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.SizeMeasures
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.States
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digitalsunray.advantage.util.Enum.WindowModePosition
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.digitalsunray.advantage.models
This class represents the current ADvantage SDK version.
Version(String, String) - Constructor for class com.digitalsunray.advantage.models.Version
Constructs a new instance with the given parameters.
version - Variable in class com.digitalsunray.advantage.models.Version
 
viewport - Variable in class com.digitalsunray.advantage.models.Exposure
 
VisibilityResult - Class in com.digitalsunray.advantage.models
This class represents the banner's viewablity status based on the current position of the banner on the screen as well as current visibility state of that.
VisibilityResult(Boolean, Boolean, float, float, Position, Position, int, int, Boolean, Boolean) - Constructor for class com.digitalsunray.advantage.models.VisibilityResult
Constructs a new instance with a given parameters.
visible - Variable in class com.digitalsunray.advantage.models.VisibilityResult
 
visibleRectangle - Variable in class com.digitalsunray.advantage.models.Exposure
 
volume - Variable in class com.digitalsunray.advantage.models.AudioInfo
 
VolumeChangeObserver - Class in com.digitalsunray.advantage
This class observes the volume change events and receives callbacks when changes occur.

W

w(String, String) - Static method in class com.digitalsunray.advantage.util.Log
Send a WARN log message.
w(String) - Static method in class com.digitalsunray.advantage.util.Log
Send a WARN log message.
watchID - Variable in class com.digitalsunray.advantage.models.Acceleration
 
watchID - Variable in class com.digitalsunray.advantage.models.Compass
 
watchID - Variable in class com.digitalsunray.advantage.models.GeoLocation
 
watchID - Variable in class com.digitalsunray.advantage.models.Gyro
 
watchID - Variable in class com.digitalsunray.advantage.models.Humidity
 
watchID - Variable in class com.digitalsunray.advantage.models.Light
 
watchID - Variable in class com.digitalsunray.advantage.models.Pedometer
 
watchID - Variable in class com.digitalsunray.advantage.models.Pressure
 
watchID - Variable in class com.digitalsunray.advantage.models.Proximity
 
watchID - Variable in class com.digitalsunray.advantage.models.Temperature
 
webViewSize - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 
webViewSize - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
width - Variable in class com.digitalsunray.advantage.models.ExpandProperties
 
width - Variable in class com.digitalsunray.advantage.models.Position
 
width - Variable in class com.digitalsunray.advantage.models.ResizeProperties
 
width - Variable in class com.digitalsunray.advantage.models.Size
 
width - Variable in class com.digitalsunray.advantage.models.WindowMode
 
WindowMode - Class in com.digitalsunray.advantage.models
This class represents the specification of Corner Ad's window.
WindowMode(String) - Constructor for class com.digitalsunray.advantage.models.WindowMode
 

X

x - Variable in class com.digitalsunray.advantage.models.Axis
 

Y

y - Variable in class com.digitalsunray.advantage.models.Axis
 

Z

z - Variable in class com.digitalsunray.advantage.models.Axis
 
A B C D E F G H I J L M N O P R S T U V W X Y Z 
Skip navigation links