Skip navigation links
A B C E G I L M O P R S U V W 

A

AdGem - Class in com.adgem.android
Main entry point for communications with AdGem SDK.
AdGem() - Constructor for class com.adgem.android.AdGem
 
AdGem.State - Annotation Type in com.adgem.android
 
AdGemCallback - Interface in com.adgem.android
General callback interface for AdGem clients.
AdGemConfigurationException - Exception in com.adgem.android
 
AdGemConfigurationException(String) - Constructor for exception com.adgem.android.AdGemConfigurationException
 
AdGemConfigurationException(String, Throwable) - Constructor for exception com.adgem.android.AdGemConfigurationException
 
age(int) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player's age.

B

build() - Method in class com.adgem.android.PlayerMetadata.Builder
 
Builder() - Constructor for class com.adgem.android.PlayerMetadata.Builder
 

C

cause - Variable in class com.adgem.android.Error
 
com.adgem.android - package com.adgem.android
 
createdAt(String) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player creation date and time.
customFields(String...) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets custom fields sent to AdGem on every request.

E

entries - Variable in class com.adgem.android.PlayerMetadata
 
Error - Class in com.adgem.android
 

G

gender(PlayerMetadata.Gender) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player's gender.
get() - Static method in class com.adgem.android.AdGem
Obtains global instance of the AdGem framework.
getError() - Method in class com.adgem.android.AdGem
Returns last known error.
getInterstitialAdState() - Method in class com.adgem.android.AdGem
 
getOfferWallState() - Method in class com.adgem.android.AdGem
Gets detailed state of the offer wall
getRewardedAdState() - Method in class com.adgem.android.AdGem
 

I

iapTotalUsd(float) - Method in class com.adgem.android.PlayerMetadata.Builder
 
id(String) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player ID.
isInterstitialAdReady() - Method in class com.adgem.android.AdGem
Identifies whether AdGem is ready to show an interstitial advertisement via AdGem.showInterstitialAd(Context).
isOfferWallReady() - Method in class com.adgem.android.AdGem
Identifies whether AdGem is ready to show offer wall via the AdGem.showOfferWall(Context)}.
isPayer(boolean) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets value indicating whether this player is a payer.
isRewardedAdReady() - Method in class com.adgem.android.AdGem
Identifies whether AdGem is ready to show a rewarded advertisement via AdGem.showRewardedAd(Context).

L

level(int) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player's level.

M

message - Variable in class com.adgem.android.Error
 

O

OfferWallCallback - Interface in com.adgem.android
Callback to receive updates from AdGem Offer Wall.
onInterstitialAdClosed() - Method in interface com.adgem.android.AdGemCallback
Notifies that the interstitial ad was closed.
onInterstitialAdStateChanged(int) - Method in interface com.adgem.android.AdGemCallback
Notifies that an interstitial ad state was updated.
onOfferWallClosed() - Method in interface com.adgem.android.OfferWallCallback
Notifies that the offer wall has been closed.
onOfferWallReward(int) - Method in interface com.adgem.android.OfferWallCallback
Notifies to reward user for the action they performed in the offer wall.
onOfferWallStateChanged(int) - Method in interface com.adgem.android.AdGemCallback
onOfferWallStateChanged(int) - Method in interface com.adgem.android.OfferWallCallback
Notifies that the offer wall state was changed.
onRewardedAdCancelled() - Method in interface com.adgem.android.AdGemCallback
Notifies that the user has cancelled rewarded ad.
onRewardedAdComplete() - Method in interface com.adgem.android.AdGemCallback
Notifies that AdGem has successfully completed showing rewarded ad to the user.
onRewardedAdStateChanged(int) - Method in interface com.adgem.android.AdGemCallback
Notifies that a rewarded ad state was updated.
onRewardUser(int) - Method in interface com.adgem.android.AdGemCallback

P

placement(long) - Method in class com.adgem.android.PlayerMetadata.Builder
Sets player's placement/rank.
PlayerMetadata - Class in com.adgem.android
 
PlayerMetadata.Builder - Class in com.adgem.android
 
PlayerMetadata.Gender - Enum in com.adgem.android
Represents player's gender.

R

registerCallback(AdGemCallback) - Method in class com.adgem.android.AdGem
Registers callback to receive AdGem SDK events.
registerOfferWallCallback(OfferWallCallback) - Method in class com.adgem.android.AdGem
Registers callback to receive updates about the offer wall.

S

setPlayerMetaData(PlayerMetadata) - Method in class com.adgem.android.AdGem
Sets additional metadata specific to the user of this application.
showInterstitialAd(Context) - Method in class com.adgem.android.AdGem
Shows interstitial advertisement.
showOfferWall(Context) - Method in class com.adgem.android.AdGem
Shows offer wall.
showRewardedAd(Context) - Method in class com.adgem.android.AdGem
Shows rewarded advertisement.
STATE_DISABLED - Static variable in class com.adgem.android.AdGem
Identifies that the component owning this state was disabled by the SDK configuration or server.
STATE_DOWNLOADING - Static variable in class com.adgem.android.AdGem
 
STATE_ERROR - Static variable in class com.adgem.android.AdGem
Identifies that an error occurred.
STATE_INITIALIZING - Static variable in class com.adgem.android.AdGem
Identifies that data is in initializing.
STATE_NEEDS_CAMPAIGN_REFRESH - Static variable in class com.adgem.android.AdGem
 
STATE_NEEDS_DOWNLOAD - Static variable in class com.adgem.android.AdGem
 
STATE_NEEDS_INITIALIZATION - Static variable in class com.adgem.android.AdGem
Identifies that data is in unknown state and needs initialization.
STATE_READY - Static variable in class com.adgem.android.AdGem
 
STATE_REFRESHING_CAMPAIGN - Static variable in class com.adgem.android.AdGem
 

U

unregisterCallback(AdGemCallback) - Method in class com.adgem.android.AdGem
Unregisters AdGem events callback.
unregisterOfferWallCallback(OfferWallCallback) - Method in class com.adgem.android.AdGem
Unregisters AdGem events callback.

V

valueOf(String) - Static method in enum com.adgem.android.PlayerMetadata.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adgem.android.PlayerMetadata.Gender
Returns an array containing the constants of this enum type, in the order they are declared.

W

withMessage(String) - Static method in class com.adgem.android.Error
 
withMessage(String, Throwable) - Static method in class com.adgem.android.Error
 
A B C E G I L M O P R S U V W 
Skip navigation links