channelCoverEditCameraMenu

fun channelCoverEditCameraMenu(contract: ChannelCoverEditDialogContract?, onClick: () -> Unit = { contract?.onClickCamera() }): DialogMenuDetail

Returns the default "camera" menu for the channel cover edit dialog.

Return

The DialogMenuDetail for the camera menu.

Since

1.0.0-beta.2

Parameters

contract

The contract to handle the menu click actions.

onClick

The action to be executed when the menu is clicked. Defaults to CameraCapturerState.capture.

See also