Link

toolkit / com.sas.android.visualanalytics.sdk / ShareHandler / shareMail

shareMail

abstract fun shareMail(context: Context, subject: String, contents: CharSequence, imagePaths: List<String>?): Unit

Share information with an external source by email.

Parameters

context - Current context of the app.

subject - The subject of the email to be sent.

contents - The body (which can be HTML) of the email to be sent.

imagePaths - If not null, this represents the paths to the images to be sent.