FileShareInfo

constructor(parcel: Parcel)

Parameters

parcel
The Parcel containing the fileName, baseName, and mimeType of the file.

constructor(fileName: String, altBaseName: String?, mimeType: String)

Parameters

fileName
The full path of the file.
altBaseName
An alternate user-friendly base name to use when sharing the file, or null to share
[fileName] as-is.
mimeType
The mime type of the file.