launchDialog

private fun launchDialog(userIdPost: String, postId: String, title: String, medium: String, dimensions: String, description: String, postImg: String, tags: String)

Launches the bottom sheet dialog for choosing the own post options.

Parameters

userIdPost

Unique identifier of the user who posted the post.

postId

Unique identifier of the post.

title

Title of the post.

medium

Medium of the artwork.

dimensions

Dimensions of the artwork.

description

Description of the post.

postImg

The posted artwork.

tags

Tags of the post.