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

test

List of types:

FileProvider

FileProvider

v1.00

Events:

None

Members:


  Class_Globals As String

  GetFileUri (FileName As String) As Object

  Initialize As String

  IsInitialized As Boolean

  SetFileUriAsIntentData (Intent As IntentWrapper, FileName As String) As String

  SharedFolder As String

  UseFileProvider As Boolean

Members description:

Class_Globals As String
GetFileUri (FileName As String) As Object
Returns the file uri.
Initialize As String
IsInitialized As Boolean
Tests whether the object has been initialized.
SetFileUriAsIntentData (Intent As IntentWrapper, FileName As String) As String
Replaces the intent Data field with the file uri.
Resets the type field. Make sure to call Intent.SetType after calling this method
SharedFolder As String
UseFileProvider As Boolean

Top