InMobi Windows Store App Ad SDK
|
Classes | |
class | UserLatLong |
GPS Location of the device that can be used to increase targeting of the ad. More... | |
class | IMAdView |
Control that displays a banner or text Ad from InMobi Ad server. This control automatically refresh the Ad after interval set by RefreshInterval property More... | |
class | SDKUtility |
InMobi SDK utility class More... | |
class | IMAdViewErrorEventArgs |
This Class Handle the Error Data More... | |
class | IMAdInterstitial |
Control that loads an Interstitial Ad from InMobi Ad server. After loading of interstitial ad has been completed,it can be shown at any time using ShowAd method. More... | |
class | UserLocation |
Device location information that can be used to increase targeting of the ad More... | |
class | IMAdInterstitialErrorEventArgs |
This Class handles the Ad Success Data More... | |
class | IMAdRequest |
IMAdRequest is used to provide extra information when fetching ads. It is primarily used for better targeting of ads and to set the test mode. More... | |
Enumerations | |
enum | LogLevels { IMLogLevelNone = 0, IMLogLevelDebug = 1, IMLogLevelMinimal = 2, IMLogLevelCritical = 3, IMLogLevelError = 4 } |
Log Levels More... | |
enum | EducationType { None, HighSchool, SomeCollege, InCollege, BachelorsDegree, MastersDegree, DoctoralDegree, Other } |
Type of education More... | |
enum | EthnicityType { None, Mixed, Asian, Black, Hispanic, NativeAmerican, White, Other } |
Ethnicity More... | |
enum | GenderType { None, Male, Female } |
Specifies the type of gender More... | |
enum | ErrorCode { AD_CLICK_IN_PROGRESS, NO_FILL, AD_DOWNLOAD_IN_PROGRESS, INTERNAL_ERROR, INVALID_REQUEST, NETWORK_ERROR, PHONEDIALER_ERROR, DEVICEIDENTITY_ERROR, DEVICECAPABILITY_ERROR } |
Enum for all types of ErrorCodes More... | |
enum | IMAdAnimationType { NONE, CURL_UP, SLIDE_IN_LEFT, SLIDE_IN_RIGHT, CURL_DOWN, FLIP_FROM_LEFT, FLIP_FROM_RIGHT, FADE_OUT } |
Specifies the type of Ad Animation. More... | |
enum | States { INIT, LOADING, READY, ACTIVE } |
Different states of Interstitial Ads More... | |
Functions | |
delegate void | AdRequestErrorHandler (object sender, IMAdViewErrorEventArgs e) |
Delegate Signature for Sucess Handler | |
Type of education
Enum for all types of ErrorCodes
Ethnicity
Specifies the type of Ad Animation.
delegate void InMobi.W8.AdSDK.AdRequestErrorHandler | ( | object | sender, |
IMAdViewErrorEventArgs | e | ||
) |
Delegate Signature for Sucess Handler
IMAdview | IMADview container contaning the Ad |
e | Object containing the Responce code and Response Description |
Delegate Signature for Error Handler
IMAdview | IMADview container contaning the Ad |
e | Object containing the Error code and Error Description |