Android Programming Press on the image to return to the main documentation page.

Adiquity

List of types:

AdiquityAdView

AdiquityAdView


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Permissions:

android.permission.INTERNET

Events:

AdRequestCompleted
AdRequestCompletedNoAd
AdRequestFailed

Members:


  ADSIZE_300x50 As String

  ADSIZE_320x48 As String

  Background As android.graphics.drawable.Drawable

  BringToFront

  Color As Int  [write only]

  Enabled As Boolean

  Height As Int

  Initialize (EventName As String, SiteId As String, AdSize As String)

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  Left As Int

  PauseAds

  RefreshRate As Long  [write only]

  RemoveView

  RequestFocus As Boolean

  ResumeAds

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  SetTestMode

  StartAds

  Tag As Object

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

ADSIZE_300x50 As String
ADSIZE_320x48 As String
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int  [write only]
Enabled As Boolean
Height As Int
Initialize (EventName As String, SiteId As String, AdSize As String)
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
Left As Int
PauseAds
Pauses the ad requests. Should be called from Activity_Pause.
RefreshRate As Long  [write only]
Sets the refresh rate (in seconds). The default value is 30. Set to -1 to disable automatic refreshing.
RemoveView
RequestFocus As Boolean
ResumeAds
Resumes ad requests. Should be called from Activity_Resume.
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
SetTestMode
A test ad will be shown instead of a real ad.
StartAds
Starts showing ads.
Tag As Object
Top As Int
Visible As Boolean
Width As Int

Top