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

iLeadbolt

List of types:

Leadbolt

Leadbolt


Events:

Loaded
Failed
Cached
Closed
Clicked
Finished

Members:


  Initialize (EventName As String, ApiKey As String)

  LoadModuleToCache (ModuleName As String)

  ShowModule (ModuleName As String, Page As Page)

Members description:

Initialize (EventName As String, ApiKey As String)
Initializes the object.
EventName - Sets the subs that will handle the events.
ApiKey - Developer key from Leadbolt console.
LoadModuleToCache (ModuleName As String)
Loads a module to the cache.
ModuleName - inapp for interstitial ads or video for video ads.
ShowModule (ModuleName As String, Page As Page)
Displays a module that was previously loaded with LoadModuleToCache.
Top