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 StringAs Boolean

  GetAllContacts (IncludePhoto As Boolean, OnlyContactWhitePhone As BooleanAs List

  GetAllEmailByID (id As StringAs List

  GetAllPhoneNumberByID (id As StringAs List

  GetContactPhotoByID (id As StringAs android.graphics.Bitmap

  GetContactsById (id As StringAs fgContact

  GetNoteByID (id As StringAs List

  GetPhoneNumberByID (id As StringAs String

  GetPostalAddressByID (id As StringAs Map

  Initialize

  TAG As String

Members description:

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

Top