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

MimeType

Written by thedesolatesoul

List of types:

MimeType

MimeType


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

Events:

None

Members:


  getExtFromMimeType (mimeType As String) As String

  getFileExtensionFromUrl (Url As String) As String

  getMimeTypeFromExt (ext As String) As String

  hasExtension (ext As String) As Boolean

  hasMimeType (mimeType As String) As Boolean

Members description:

getExtFromMimeType (mimeType As String) As String
getFileExtensionFromUrl (Url As String) As String
getMimeTypeFromExt (ext As String) As String
hasExtension (ext As String) As Boolean
hasMimeType (mimeType As String) As Boolean

Top