|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CGAdsTrackerActionTarget | |
---|---|
com.citygrid.ads.tracker | |
com.citygrid.content.places.detail |
Uses of CGAdsTrackerActionTarget in com.citygrid.ads.tracker |
---|
Fields in com.citygrid.ads.tracker declared as CGAdsTrackerActionTarget | |
---|---|
private CGAdsTrackerActionTarget |
CGAdsTracker.actionTarget
|
Fields in com.citygrid.ads.tracker with type parameters of type CGAdsTrackerActionTarget | |
---|---|
private static Map<String,CGAdsTrackerActionTarget> |
CGAdsTrackerActionTarget.stringToEnum
|
Methods in com.citygrid.ads.tracker that return CGAdsTrackerActionTarget | |
---|---|
static CGAdsTrackerActionTarget |
CGAdsTrackerActionTarget.fromString(String value)
|
CGAdsTrackerActionTarget |
CGAdsTracker.getActionTarget()
|
static CGAdsTrackerActionTarget |
CGAdsTrackerActionTarget.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CGAdsTrackerActionTarget[] |
CGAdsTrackerActionTarget.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.citygrid.ads.tracker with parameters of type CGAdsTrackerActionTarget | |
---|---|
void |
CGAdsTracker.setActionTarget(CGAdsTrackerActionTarget actionTarget)
|
Uses of CGAdsTrackerActionTarget in com.citygrid.content.places.detail |
---|
Methods in com.citygrid.content.places.detail with parameters of type CGAdsTrackerActionTarget | |
---|---|
void |
CGPlacesDetailLocation.track(String muid,
String mobileType,
CGAdsTrackerActionTarget actionTarget)
Convenience method to track current location with a CGAdsTrackerActionTarget |
void |
CGPlacesDetailLocation.track(String muid,
String mobileType,
CGAdsTrackerActionTarget actionTarget,
String placement)
Convenience method to track current location with a CGAdsTrackerActionTarget and a placement |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |