FullScreenActivityOpener

object FullScreenActivityOpener

Used to open fullscreen activity

Functions

Link copied to clipboard
suspend fun openForUrl(    activity: Activity,     client: ProductRepository,     product: Product,     imageType: ProductImageField,     mUrlImage: String,     mImageFront: View,     language: String)
suspend fun openForUrl(    fragment: Fragment,     client: ProductRepository,     product: Product,     imageType: ProductImageField,     mUrlImage: String,     mImageFront: View,     language: String)
Link copied to clipboard
fun openZoom(    activity: Activity,     imageUrl: String,     imageView: View?)