share
Context Extension to share a message via social networks or any instant messaging application
Parameters
title
String title to be displayed in the selector (by default is empty)
message
String message to be sent
fun Context.share(title: String = String.empty(), imageName: String, message: String, bitmap: Bitmap)
Context Extension to share a message with image via social networks or any instant messaging application
Parameters
title
String title to be displayed in the selector (by default is empty)
imageName
String name of image to be sent
message
String message to be sent
bitmap
Bitmap image to be sent
Context Extension to share a message with image via social networks or any instant messaging application