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

iUI9

List of types:

SafariController

SafariController


Events:

PageFinished (Success As Boolean)
Closed

Members:


  Initialize (EventName As String, URL As String)

  Show (Parent As Page)

  TintColor As Int

Members description:

Initialize (EventName As String, URL As String)
Initializes the controller and sets the initial url.
Show (Parent As Page)
Shows the safari controller. The PageFinished event will be raised after this call.
TintColor As Int
Changes the controller tint color.
Top