createIntent

open override fun createIntent(context: Context, input: MediaGalleryPreviewContract.Input): Intent

Creates the intent to start the MediaGalleryPreviewActivity. It receives a data pair of a String and an Int that represent the messageId and the attachmentPosition.

Return

The Intent to start the MediaGalleryPreviewActivity.