PhotoViewActivity

Activity displays a image file.

Functions

Link copied to clipboard
open fun newIntent(@NonNull context: Context, @NonNull channelType: ChannelType, @NonNull message: FileMessage): Intent
open fun newIntent(@NonNull context: Context, @NonNull channelType: ChannelType, @NonNull message: FileMessage, @StyleRes themeResId: Int): Intent
open fun newIntent(@NonNull context: Context, @NonNull channelType: ChannelType, @NonNull message: MultipleFilesMessage, index: Int): Intent
open fun newIntent(@NonNull context: Context, @NonNull channelType: ChannelType, @NonNull message: MultipleFilesMessage, index: Int, @StyleRes themeResId: Int): Intent
Link copied to clipboard
protected open fun onCreate(@Nullable savedInstanceState: Bundle)