GravatarEditorActivityArguments

class GravatarEditorActivityArguments(val gravatarQuickEditorParams: GravatarQuickEditorParams, val authenticationMethod: AuthenticationMethod) : Parcelable

Arguments for the GravatarQuickEditorActivity.

gravatarQuickEditorParams The parameters to configure the Quick Editor. authenticationMethod The method used for authentication with the Gravatar REST API.

Constructors

Link copied to clipboard
constructor(gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)