public class FilePreviewActivity extends RongBaseActivity implements android.view.View.OnClickListener
Modifier and Type | Class and Description |
---|---|
class |
FilePreviewActivity.FileDownloadInfo |
Modifier and Type | Field and Description |
---|---|
static int |
DELETED |
static int |
DOWNLOAD_CANCEL |
static int |
DOWNLOAD_ERROR |
static int |
DOWNLOAD_PAUSE |
static int |
DOWNLOAD_SUCCESS |
static int |
DOWNLOADED |
static int |
DOWNLOADING |
protected FilePreviewActivity.FileDownloadInfo |
mFileDownloadInfo |
protected FileMessage |
mFileMessage |
protected Message |
mMessage |
static int |
NOT_DOWNLOAD |
static int |
REQUEST_CODE_PERMISSION |
mContentView, mTitleBar
Constructor and Description |
---|
FilePreviewActivity() |
Modifier and Type | Method and Description |
---|---|
Message |
getMessage() |
void |
onClick(android.view.View v) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
onDestroy() |
protected void |
onRestart() |
protected void |
onResume() |
protected void |
onStop() |
void |
openFile(java.lang.String fileName,
android.net.Uri fileSavePath) |
protected boolean |
openInsidePreview(java.lang.String fileName,
android.net.Uri uri) |
protected void |
refreshDownloadState() |
protected void |
resetMediaMessageLocalPath() |
void |
setContentView(int resId) |
void |
updateDownloadStatus(DownloadEvent event) |
attachBaseContext, initStatusBar, onRequestPermissionsResult
public static final int NOT_DOWNLOAD
public static final int DOWNLOADED
public static final int DOWNLOADING
public static final int DELETED
public static final int DOWNLOAD_ERROR
public static final int DOWNLOAD_CANCEL
public static final int DOWNLOAD_SUCCESS
public static final int DOWNLOAD_PAUSE
public static final int REQUEST_CODE_PERMISSION
protected FilePreviewActivity.FileDownloadInfo mFileDownloadInfo
protected FileMessage mFileMessage
protected Message mMessage
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
in class RongBaseActivity
public void setContentView(int resId)
setContentView
in class RongBaseActivity
protected void refreshDownloadState()
public void onClick(android.view.View v)
onClick
in interface android.view.View.OnClickListener
public void openFile(java.lang.String fileName, android.net.Uri fileSavePath)
protected void resetMediaMessageLocalPath()
protected boolean openInsidePreview(java.lang.String fileName, android.net.Uri uri)
protected void onResume()
protected void onRestart()
protected void onStop()
protected void onDestroy()
public void updateDownloadStatus(DownloadEvent event)
public Message getMessage()