Package com.unblu.sdk.core.model
Class FileMessageData
java.lang.Object
com.unblu.sdk.core.model.MessageData
com.unblu.sdk.core.model.FileMessageData
Represents a specific object containing data for the file-based messages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NonNull android.net.UriThe native URI of the file.Fields inherited from class com.unblu.sdk.core.model.MessageData
fallbackText, internal, locale -
Constructor Summary
ConstructorsConstructorDescriptionFileMessageData(@NonNull android.net.Uri fileUri, @NonNull String fallbackText) -
Method Summary
-
Field Details
-
fileUri
public final @NonNull android.net.Uri fileUriThe native URI of the file.
-
-
Constructor Details
-
FileMessageData
-