GravatarImagePickerWrapper
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, accessToken: String, listener: GravatarImagePickerWrapperListener, modifier: Modifier = Modifier, imageEditionOptions: ImageEditionStyling = ImageEditionStyling())
UI component that wraps the received @Composable, allowing the user to pick an image from the gallery and upload it to Gravatar.
Parameters
content
The content to be wrapped by the GravatarImagePickerWrapper.
email
The email associated with the Gravatar account.
accessToken
The access token to authenticate the Gravatar account.
listener
The listener to be informed about the avatar upload status.
modifier
Composable modifier that allows customize the GravatarImagePickerWrapper.
imageEditionOptions
The options to customize the image edition UI.