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

fgContacts

Written by Filippo Gozza

List of types:

fgContact
fgContacts

fgContact


Events:

None

Members:


  DisplayName As String

  FamilyName As String

  GivenName As String

  Id As String

  PhoneNumber As String

  Photo As android.graphics.Bitmap

Members description:

DisplayName As String
FamilyName As String
GivenName As String
Id As String
PhoneNumber As String
Photo As android.graphics.Bitmap

fgContacts


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

Events:

None

Members:


  DeleteAllContacts As Boolean

  DeleteContactById (id As String) As Boolean

  GetAllContacts (IncludePhoto As Boolean, OnlyContactWhitePhone As Boolean) As List

  GetAllEmailByID (id As String) As List

  GetAllPhoneNumberByID (id As String) As List

  GetCompanyByID (id As String) As List

  GetContactPhotoByID (id As String) As android.graphics.Bitmap

  GetContactsById (id As String) As fgContact

  GetNoteByID (id As String) As List

  GetPhoneNumberByID (id As String) As String

  GetPostalAddressByID (id As String) As Map

  Initialize

  TAG As String

Members description:

DeleteAllContacts As Boolean
DeleteContactById (id As String) As Boolean
GetAllContacts (IncludePhoto As Boolean, OnlyContactWhitePhone As Boolean) As List
GetAllEmailByID (id As String) As List
GetAllPhoneNumberByID (id As String) As List
GetCompanyByID (id As String) As List
GetContactPhotoByID (id As String) As android.graphics.Bitmap
GetContactsById (id As String) As fgContact
GetNoteByID (id As String) As List
GetPhoneNumberByID (id As String) As String
GetPostalAddressByID (id As String) As Map
Initialize
TAG As String

Top