share

fun Context.share(title: String = String.empty(), message: String)

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


fun Context.share(title: String = String.empty(), message: String, uri: Uri)

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)

message

String message to be sent

uri

Uri uri to be sent