Email

class Email(address: String) : Parcelable

Email address representation.

Parameters

address

the email address

Constructors

Link copied to clipboard
constructor(address: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun hash(): Hash

Get a Gravatar hash for a given email address.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)