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)