Classes | |
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... | |
class | UserInfo |
Optional information that will be sent (if set) for increased targeting of the ad. More... | |
class | SDKUtility |
InMobi SDK utility class. More... | |
class | UserLatLong |
GPS Location of the device that can be used to increase targeting of the ad. More... | |
class | UserLocation |
Device location information that can be used to increase targeting of the ad. More... | |
class | IMAdView |
Control that displays a banner or text ad from the InMobi ad server. This control will automatically refresh the Ad after interval set by RefreshInterval property. More... | |
Enumerations | |
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 | LogLevels { IMLogLevelNone = 0, IMLogLevelDebug = 1, IMLogLevelMinimal = 2, IMLogLevelCritical = 3, IMLogLevelError = 4 } |
Describe the log level. More... | |
enum | ErrorCode { AD_CLICK_IN_PROGRESS, NO_FILL, AD_DOWNLOAD_IN_PROGRESS, INTERNAL_ERROR, INVALID_REQUEST, NETWORK_ERROR, PHONEDIALER_ERROR, DEVICEIDENTITY_ERROR } |
Enum for all types of ErrorCodes. More... | |
enum | GenderType { None, Male, Female } |
Specifies the type of gender. More... | |
enum | EthnicityType { None, Mixed, Asian, Black, Hispanic, NativeAmerican, White, Other } |
Type of ethnicity. More... | |
enum | EducationType { None, HighSchool, SomeCollege, InCollege, BachelorsDegree, MastersDegree, DoctoralDegree, Other } |
Type of education. More... | |
Functions | |
delegate void | AdRequestSuccessHandler (IMAdView IMAdView, IMAdViewSuccessEventArgs e) |
Delegate signatures for Success Handler. | |
delegate void | AdRequestErrorHandler (IMAdView IMAdView, IMAdViewErrorEventArgs e) |
Delegate signatures for Error Handler. |
Type of education.
Enum for all types of ErrorCodes.
Type of ethnicity.
Specifies the type of Ad Animation.
delegate void InMobi.WpSdk.AdRequestErrorHandler | ( | IMAdView | IMAdView, |
IMAdViewErrorEventArgs | e | ||
) |
Delegate signatures for Error Handler.
IMAdView | The IMAdview container containing the Ad |
e | Object containing the ErrorCode and ErrorDescription |
delegate void InMobi.WpSdk.AdRequestSuccessHandler | ( | IMAdView | IMAdView, |
IMAdViewSuccessEventArgs | e | ||
) |
Delegate signatures for Success Handler.
IMAdView | The IMAdview container containing the Ad |
e | Object containing the ResponseCode and ResponseDescription |