Android SDK Version
Field Summary
Modifier and TypeFieldDescription
private final StringattachmentUrl
private final StringattachmentName
private BooleanisContentUri
private BooleanshouldCreateFile
private final UUIDcallId
private final Bitmapbitmap
private final UrioriginalUri
Constructor Summary
ConstructorDescription
NativeAppCallAttachmentStore.Attachment(UUID callId, Bitmap bitmap, Uri originalUri)
Method Summary
Modifier and TypeMethodDescription
final StringgetAttachmentUrl()
final StringgetAttachmentName()
final BooleangetIsContentUri()
final UnitsetIsContentUri(Boolean isContentUri)
final BooleangetShouldCreateFile()
final UnitsetShouldCreateFile(Boolean shouldCreateFile)
final UUIDgetCallId()
final BitmapgetBitmap()
final UrigetOriginalUri()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

NativeAppCallAttachmentStore.Attachment

NativeAppCallAttachmentStore.Attachment(UUID callId, Bitmap bitmap, Uri originalUri)
Method Detail

getAttachmentUrl

 final StringgetAttachmentUrl()

getAttachmentName

 final StringgetAttachmentName()

getIsContentUri

 final BooleangetIsContentUri()

setIsContentUri

 final UnitsetIsContentUri(Boolean isContentUri)

getShouldCreateFile

 final BooleangetShouldCreateFile()

setShouldCreateFile

 final UnitsetShouldCreateFile(Boolean shouldCreateFile)

getCallId

 final UUIDgetCallId()

getBitmap

 final BitmapgetBitmap()

getOriginalUri

 final UrigetOriginalUri()