diff --git a/.github/workflows/submit-gradle-dependencies.yml b/.github/workflows/submit-gradle-dependencies.yml index 17d14e032..e6ef551c8 100644 --- a/.github/workflows/submit-gradle-dependencies.yml +++ b/.github/workflows/submit-gradle-dependencies.yml @@ -11,13 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '17' - name: Setup Gradle to generate and submit dependency graphs - uses: gradle/gradle-build-action@v2 - with: - dependency-graph: generate-and-submit - - name: Generate the dependency graph which will be submitted post-job - run: ./gradlew :gravatar:dependencies :gravatar-ui:dependencies :gravatar-quickeditor:dependencies + uses: gradle/actions/dependency-submission@v3 diff --git a/build.gradle.kts b/build.gradle.kts index 93cd34e85..cacb67d9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ apiValidation { } // Semantic versioning for release version -val versionName = "1.1.0" +val versionName = "2.0.0-rc1" tasks.dokkaHtmlMultiModule { notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231") diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html new file mode 100644 index 000000000..4e93bf0b7 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html @@ -0,0 +1,80 @@ + + + + + GravatarQuickEditorBottomSheet + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorBottomSheet

+
+
fun GravatarQuickEditorBottomSheet(gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit = {})

ModalBottomSheet component for the Gravatar Quick Editor that enables the user to modify their Avatar.

The bottom sheet is configured to take 70% of the screen height and skips the partially expanded state.

Parameters

gravatarQuickEditorParams

The Quick Editor parameters.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html new file mode 100644 index 000000000..458376806 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html @@ -0,0 +1,103 @@ + + + + + com.gravatar.quickeditor.ui.editor.bottomsheet + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun GravatarQuickEditorBottomSheet(gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit = {})

ModalBottomSheet component for the Gravatar Quick Editor that enables the user to modify their Avatar.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html new file mode 100644 index 000000000..7e9659cd4 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html @@ -0,0 +1,80 @@ + + + + + Bearer + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Bearer

+
+
constructor(token: String)
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html new file mode 100644 index 000000000..437c3d2e9 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html new file mode 100644 index 000000000..50f82524f --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html new file mode 100644 index 000000000..4994586a0 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html @@ -0,0 +1,172 @@ + + + + + Bearer + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Bearer

+
class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(token: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The bearer token.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html new file mode 100644 index 000000000..2447eace6 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html new file mode 100644 index 000000000..bade93a2c --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html @@ -0,0 +1,80 @@ + + + + + token + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

token

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html new file mode 100644 index 000000000..96e1cb1eb --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html @@ -0,0 +1,80 @@ + + + + + OAuth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuth

+
+
constructor(oAuthParams: OAuthParams)
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html new file mode 100644 index 000000000..f65760dee --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html new file mode 100644 index 000000000..6fd2c00c5 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html new file mode 100644 index 000000000..619c6f72b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html @@ -0,0 +1,172 @@ + + + + + OAuth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuth

+
class OAuth(val oAuthParams: OAuthParams) : AuthenticationMethod

OAuth authentication method.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(oAuthParams: OAuthParams)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The OAuth parameters.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html new file mode 100644 index 000000000..acdf17a0f --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html @@ -0,0 +1,80 @@ + + + + + oAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

oAuthParams

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html new file mode 100644 index 000000000..8e7a9058f --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html new file mode 100644 index 000000000..18ee6625d --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html @@ -0,0 +1,119 @@ + + + + + AuthenticationMethod + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AuthenticationMethod

+

Represents the authentication method used for the Gravatar Quick Editor.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class OAuth(val oAuthParams: OAuthParams) : AuthenticationMethod

OAuth authentication method.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html new file mode 100644 index 000000000..50da2a97d --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html @@ -0,0 +1,84 @@ + + + + + Horizontal + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Horizontal

+

Horizontal scrolling for the Avatars.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html new file mode 100644 index 000000000..705521c1b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html @@ -0,0 +1,84 @@ + + + + + Vertical + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Vertical

+

Vertical scrolling for the Avatars.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html new file mode 100644 index 000000000..54f274e33 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html @@ -0,0 +1,119 @@ + + + + + AvatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarPickerContentLayout

+

The layout direction of the Avatar picker in the Quick Editor.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Horizontal scrolling for the Avatars.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Vertical scrolling for the Avatars.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html new file mode 100644 index 000000000..d6269705d --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html @@ -0,0 +1,84 @@ + + + + + Finished + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Finished

+

Quick Editor was closed by user

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html new file mode 100644 index 000000000..c92aaa4d9 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html @@ -0,0 +1,84 @@ + + + + + InvalidToken + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

InvalidToken

+

This reason will be used when an invalid/expired token is provided in the GravatarQuickEditor

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html new file mode 100644 index 000000000..8e48fed1a --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html @@ -0,0 +1,84 @@ + + + + + OauthFailed + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OauthFailed

+

Any issue related to the OAuthFlow. One of the reasons for the flow to fail are the wrong OAuthParams set in the GravatarQuickEditor

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html new file mode 100644 index 000000000..2ad970999 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html @@ -0,0 +1,134 @@ + + + + + GravatarQuickEditorDismissReason + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorDismissReason

+

Class representing possible dismiss reasons that could close the GravatarQuickEditor

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Quick Editor was closed by user

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

This reason will be used when an invalid/expired token is provided in the GravatarQuickEditor

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Any issue related to the OAuthFlow. One of the reasons for the flow to fail are the wrong OAuthParams set in the GravatarQuickEditor

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html new file mode 100644 index 000000000..f0a5df962 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html @@ -0,0 +1,80 @@ + + + + + GravatarQuickEditorParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorParams

+
+

A type-safe builder for the GravatarQuickEditorParams class.

Parameters

initializer

Function literal with GravatarQuickEditorParams.Builder as the receiver

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html new file mode 100644 index 000000000..ceba8661e --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html new file mode 100644 index 000000000..6ed6519b0 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + avatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarPickerContentLayout

+
+

The content layout direction used in the Avatar Picker

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html new file mode 100644 index 000000000..0b0e4bbcd --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the GravatarQuickEditorParams object

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html new file mode 100644 index 000000000..990c3879c --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+
var email: Email?

The email of the user

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html new file mode 100644 index 000000000..1cb1fe772 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The content layout direction used in the Avatar Picker

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var email: Email?

The email of the user

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the GravatarQuickEditorParams object

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the content layout direction used in the Avatar Picker

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html new file mode 100644 index 000000000..cef2fbb30 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + setAvatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarPickerContentLayout

+
+

Sets the content layout direction used in the Avatar Picker

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html new file mode 100644 index 000000000..36d7c3d1f --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html @@ -0,0 +1,80 @@ + + + + + setEmail + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEmail

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html new file mode 100644 index 000000000..9e1bced4b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + avatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarPickerContentLayout

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html new file mode 100644 index 000000000..395428d18 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html new file mode 100644 index 000000000..89cac22b8 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html new file mode 100644 index 000000000..3cb0fbd4c --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html new file mode 100644 index 000000000..1c88df08b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html @@ -0,0 +1,187 @@ + + + + + GravatarQuickEditorParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorParams

+

All non-auth params required to launch the Gravatar Quick Editor

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The layout direction used in the Avatar Picker.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The email of the user

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html new file mode 100644 index 000000000..f10738ea2 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html new file mode 100644 index 000000000..058b7c591 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html @@ -0,0 +1,167 @@ + + + + + com.gravatar.quickeditor.ui.editor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Represents the authentication method used for the Gravatar Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The layout direction of the Avatar picker in the Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Class representing possible dismiss reasons that could close the GravatarQuickEditor

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

All non-auth params required to launch the Gravatar Quick Editor

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html new file mode 100644 index 000000000..8ca14ba1b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html @@ -0,0 +1,80 @@ + + + + + OAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuthParams

+
+

A type-safe builder for the OAuthParams class.

Parameters

initializer

Function literal with OAuthParams.Builder as the receiver

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html new file mode 100644 index 000000000..f49848a43 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html new file mode 100644 index 000000000..a8972ca75 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the OAuthParams object

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html new file mode 100644 index 000000000..963c4a114 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html @@ -0,0 +1,80 @@ + + + + + clientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

clientId

+
+

The clientId of your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html new file mode 100644 index 000000000..a9d0769f8 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the OAuthParams object

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html new file mode 100644 index 000000000..ed5c8401b --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html @@ -0,0 +1,80 @@ + + + + + redirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

redirectUri

+
+

The redirect URI configured for your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html new file mode 100644 index 000000000..f970fb488 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html @@ -0,0 +1,80 @@ + + + + + setClientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setClientId

+
+

Sets the clientId of your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html new file mode 100644 index 000000000..a18ae3bac --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html @@ -0,0 +1,80 @@ + + + + + setRedirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRedirectUri

+
+

Sets the redirect URI configured for your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html new file mode 100644 index 000000000..89fbe2c52 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html @@ -0,0 +1,80 @@ + + + + + clientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

clientId

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html new file mode 100644 index 000000000..a25bbf660 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html new file mode 100644 index 000000000..a83d9dd33 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html new file mode 100644 index 000000000..cec212343 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html @@ -0,0 +1,187 @@ + + + + + OAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuthParams

+

This class holds all the information required to launch the OAuth flow.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html new file mode 100644 index 000000000..54d019254 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html @@ -0,0 +1,80 @@ + + + + + redirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

redirectUri

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html new file mode 100644 index 000000000..fc28f8fe4 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html new file mode 100644 index 000000000..b614c5b11 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html @@ -0,0 +1,122 @@ + + + + + com.gravatar.quickeditor.ui.oauth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

This class holds all the information required to launch the OAuth flow.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html new file mode 100644 index 000000000..41fa68b6f --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html @@ -0,0 +1,119 @@ + + + + + GravatarQuickEditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditor

+

Singleton object that provides easy to use functions to interact with the Gravatar Quick Editor.

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun logout(email: Email)

Function to remove the stored token. This function should be invoked when the user logs out from your app.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun show(activity: Activity, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the activity.

fun show(fragment: Fragment, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the fragment. Internally it uses Activity.requireActivity() to get the activity.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html new file mode 100644 index 000000000..a0ca80fbe --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html @@ -0,0 +1,80 @@ + + + + + logout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

logout

+
+
suspend fun logout(email: Email)

Function to remove the stored token. This function should be invoked when the user logs out from your app.

Once this is called, the user will be logged out and will have to go through the authentication flow again.

Parameters

email

The email of the user.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html new file mode 100644 index 000000000..6b664f34d --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html @@ -0,0 +1,80 @@ + + + + + show + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

show

+
+
fun show(activity: Activity, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the activity.

Parameters

activity

The activity to launch the Gravatar Quick Editor from.

gravatarQuickEditorParams

The parameters to configure the Quick Editor.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.


fun show(fragment: Fragment, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the fragment. Internally it uses Activity.requireActivity() to get the activity.

Parameters

fragment

The fragment to launch the Gravatar Quick Editor from.

gravatarQuickEditorParams

The parameters to configure the Quick Editor.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/index.html b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/index.html new file mode 100644 index 000000000..86a9eb7c0 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/com.gravatar.quickeditor/index.html @@ -0,0 +1,104 @@ + + + + + com.gravatar.quickeditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package includes the quickeditor components provided with the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Singleton object that provides easy to use functions to interact with the Gravatar Quick Editor.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/index.html b/docs/dokka/current/gravatar-quickeditor/index.html new file mode 100644 index 000000000..8e8ef77dc --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/index.html @@ -0,0 +1,155 @@ + + + + + gravatar-quickeditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar-quickeditor

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package includes the quickeditor components provided with the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar-quickeditor/navigation.html b/docs/dokka/current/gravatar-quickeditor/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/current/gravatar-quickeditor/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+
+ + + + +
+ +
+ +
+
+ Builder +
+
+
+
+ +
+
+
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html index 7b8780ee0..66bea0c58 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -69,13 +69,9 @@

AboutMe

fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


@JvmName(name = "AboutMeWithComponentState")
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + })

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.AboutMe

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.AboutMe

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description

+ })

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description

-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

Avatar

-
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


@JvmName(name = "AvatarWithComponentState")
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Avatar

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Avatar

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

forceRefresh

While this is true, we'll force the refresh of the avatar in every recomposition


fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

forceRefresh

While this is true, we'll force the refresh of the avatar in every recomposition

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

DisplayName

-
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


@JvmName(name = "DisplayNameWithComponentState")
fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the text


fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.DisplayName

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.DisplayName

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the text

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html index 951ab5b4d..6a8c92ac8 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html index 8c37fe538..0ce4bee0f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html index 3010d73c6..fc2b63ee1 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html index 2c68cbf20..1951a0082 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html index d30dc3c69..1a2c8ec66 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html index 4be6648f6..970dec4e2 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html index e585268d5..f4589b502 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html index 54c5ea05d..c182a49d1 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html index e29404799..4354e17d1 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html index c3191f466..b86021c40 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html index a68581935..afe58be0c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html index 89c9c0de7..62747fecb 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html index b5d1cc482..118d14355 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html index eb4100e38..8ea20cb73 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html index 3bc8d354a..da757b402 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html index 5489b8e6c..64c10bc5b 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html index 056ab9ed8..34f5d9cfb 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html index 494c0e6a6..bd16b4c7c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html index 78dc77ac7..d7e25c628 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html index d83ec799d..327f8243c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html index 90bea411d..b9e639c9f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html index 626532454..4e42062ab 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-location.html index b88dc2b04..bb8cf7a6b 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-location.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -69,13 +69,9 @@

Location

fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> LocationDefaultContent(location, textStyle, contentModifier) - })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


@JvmName(name = "LocationWithComponentState")
fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> LocationDefaultContent(location, textStyle, contentModifier) - })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> - LocationDefaultContent(location, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Location

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> - LocationDefaultContent(location, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Location

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location

+ })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user location

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

SocialIconRow

-
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

socialMedia

The list of social media accounts to display

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


@JvmName(name = "SocialIconRowWithComponentState")
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.SocialIconRow

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.SocialIconRow

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display

+
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

socialMedia

The list of social media accounts to display

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html index 83724d21e..d4e33a0d8 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html index eb6b7b02e..fc406d2bc 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html index e42f19830..4a1e59668 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html index dfa4d8f8c..f7c45596c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html index c94e41339..55f9fd957 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html index 27adb4569..a58ee455c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html index c5630d23f..91bf2a38d 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -69,13 +69,9 @@

UserInfo

fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


@JvmName(name = "UserInfoWithComponentState")
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.UserInfo

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.UserInfo

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

+ })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

ViewProfileButton

-
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


@JvmName(name = "ViewProfileButtonWithComponentState")
fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.

+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.

-
1.1.0
- +
2.0.0-rc1
+
@@ -106,91 +106,68 @@

Types

Functions

-
+
- +
Link copied to clipboard
-
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> +
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - AboutMeDefaultContent(userInfo, textStyle, contentModifier) - })
@JvmName(name = "AboutMeWithComponentState")
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + })
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> AboutMeDefaultContent(userInfo, textStyle, contentModifier) })

AboutMe is a composable that displays a user's about me description.

- +
- +
Link copied to clipboard
-
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
@JvmName(name = "AvatarWithComponentState")
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

- +
- +
Link copied to clipboard
-
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))
@JvmName(name = "DisplayNameWithComponentState")
fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
-
-
-
-
- +
- +
Link copied to clipboard
-
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> +
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> LocationDefaultContent(location, textStyle, contentModifier) - })
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> - LocationDefaultContent(location, textStyle, contentModifier) - })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> - LocationDefaultContent(location, textStyle, contentModifier) - })
@JvmName(name = "LocationWithComponentState")
fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> LocationDefaultContent(location, textStyle, contentModifier) })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

@@ -212,55 +189,51 @@

Functions

- +
- +
Link copied to clipboard
-
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
@JvmName(name = "SocialIconRowWithComponentState")
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

+
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

- +
- +
Link copied to clipboard
-
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> - UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> +
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> UserInfoDefaultContent(userInfo, textStyle, contentModifier) - })
@JvmName(name = "UserInfoWithComponentState")
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + })
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> UserInfoDefaultContent(userInfo, textStyle, contentModifier) })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

- +
- +
Link copied to clipboard
-
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
@JvmName(name = "ViewProfileButtonWithComponentState")
fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html index 1fcc349b9..529cd336f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html index dbc90633e..fc76e7291 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html index e9f8fb296..e082aa9bf 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html index c5a9ca550..4793d2c29 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html index f2d15f149..3407e8a95 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/index.html index 6e3eadb86..c564c08e1 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html index 7f67a6650..0675b7afe 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

LargeProfileSummary

-
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 132.dp, @@ -79,7 +79,7 @@

LargeProfileSu modifier = Modifier.padding(0.dp), inlineContent = null, ) - })

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfileSummary

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a LegacyProfile, it displays a LargeProfileSummary using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfileSummary

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a LegacyProfile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

+ }
)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

LargeProfile

-
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 132.dp, @@ -78,7 +78,7 @@

LargeProfile

state = profileState, modifier = Modifier.padding(0.dp), ) - }
)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfile

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LegacyProfile using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfile

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

+ }
)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

ProfileSummary

-
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "ProfileSummaryWithComponentState")
fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 72.dp, @@ -78,7 +78,7 @@

ProfileSummary

)

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.ProfileSummary

ProfileSummary is a composable that displays a mini profile card. Given a LegacyProfile, it displays a profile summary card using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.ProfileSummary

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a LegacyProfile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

+ }
)

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

Profile

-
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "ProfileWithComponentState")
fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 72.dp, @@ -75,7 +75,7 @@

Profile

) },
viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> ViewProfileButton(profileState, Modifier.padding(0.dp)) - }
)

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun Profile(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.Profile

Profile is a composable that displays a user's profile card. Given a LegacyProfile, it displays a profile UI component using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.Profile

Profile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

+ }
)

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

-
1.1.0
- +
2.0.0-rc1
+
@@ -91,32 +91,17 @@

Types

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
-
-
-
-
- +
- +
Link copied to clipboard
-
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LegacyProfile using the atomic components provided within the SDK.

fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a LargeProfile or the skeleton if it's in a loading state.

@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 132.dp, @@ -132,32 +117,17 @@

Functions

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun LargeProfileLoadingPreview()
-
-
-
-
- +
- +
Link copied to clipboard
-
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a LegacyProfile, it displays a LargeProfileSummary using the atomic components provided within the SDK.

fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a LegacyProfile, it displays a LargeProfileSummary in the appropriate state.

@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 132.dp, @@ -174,32 +144,17 @@

Functions

- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- +
- +
Link copied to clipboard
-
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a LegacyProfile, it displays a profile UI component using the atomic components provided within the SDK.

fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a Profile in the appropriate state.

@JvmName(name = "ProfileWithComponentState")
fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 72.dp, @@ -212,17 +167,17 @@

Functions

- +
- +
Link copied to clipboard
-
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a LegacyProfile, it displays a profile summary card using the atomic components provided within the SDK.

fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a LegacyProfile, it displays a profile summary card using the other atomic components.

@JvmName(name = "ProfileSummaryWithComponentState")
fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> +
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> Avatar( state = profileState, size = 72.dp, diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme.html index f2add8a51..07635d019 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html index 68bf6020f..a945fee3c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html index 9541b8428..e3060b79f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html index c5b55d19b..ae78974fa 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html index bd0307d79..0cf832a25 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html index 5f009c90b..d20433d38 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/gravatar-theme.html index ae8da77b3..826855d79 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/gravatar-theme.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html index 042de32ea..0943b5215 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -73,22 +73,7 @@

Package-level declaratio

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Listener for GravatarImagePickerWrapper that provides a way be informed about the avatar upload status.

-
-
-
-
- +
@@ -103,21 +88,6 @@

Types

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
data class ImageEditionStyling(val statusBarColor: Int? = null, val toolbarColor: Int? = null, val toolbarWidgetColor: Int? = null)

Options to customize the image edition screen.

-
-
-
-
@@ -156,22 +126,7 @@

Properties

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, wordpressBearerToken: String, listener: GravatarImagePickerWrapperListener, modifier: Modifier = Modifier, imageEditionOptions: ImageEditionStyling = ImageEditionStyling())

UI component that wraps the received @Composable, allowing the user to pick an image from the gallery and upload it to Gravatar.

-
-
-
-
- +
diff --git a/docs/dokka/current/gravatar-ui/index.html b/docs/dokka/current/gravatar-ui/index.html index 146166bd2..4d153e23c 100644 --- a/docs/dokka/current/gravatar-ui/index.html +++ b/docs/dokka/current/gravatar-ui/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar-ui/navigation.html b/docs/dokka/current/gravatar-ui/navigation.html index 2cfb64e9b..521627bb6 100644 --- a/docs/dokka/current/gravatar-ui/navigation.html +++ b/docs/dokka/current/gravatar-ui/navigation.html @@ -9,440 +9,620 @@
+ -
+
- -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+
-
+ -
+ -
+ -
+
X
- -
+
- - -
+ -
+ -
+ -
+ - -
+
-
+ -
+ -
+
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
-
+ -
+ - -
- -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
-
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
-
+ -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
+ +
+
+ Builder +
+
+
+
-
+
+ - -
+
-
+ -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
-
-
- GravatarListener +
+ +
+
+
+ Unknown +
-
+ -
+
-
+ - +
+ +
+
+ +
-
+
-
+ - -
+
-
+ +
+ -
+ -
+ -
+ -
+ - +
+ + -
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
@@ -472,37 +652,22 @@
- -
+ - -
+ - -
+ -
+
@@ -517,7 +682,7 @@ AboutMe()
-
+
@@ -527,126 +692,141 @@ DisplayName()
-
+ -
-
- LocalIcon -
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+ - diff --git a/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html index 5987816d0..b577a74e1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

avatarUrl

-
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

defaultProfile

-
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: String? = null, registrationDate: String? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

formattedUserInfo

-

Get formatted user info for a user profile.

+

Get formatted user info for a user profile.

-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

hash

-

Get the hash for a user profile.

+

Get the hash for a user profile.

-
1.1.0
- +
2.0.0-rc1
+
@@ -72,92 +72,77 @@

Package-level declaratio

Functions

-
+
- +
Link copied to clipboard
-
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

- +
- +
Link copied to clipboard
-
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: String? = null, registrationDate: String? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun emptyProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

-
-
-
-
- +
- +
Link copied to clipboard
-

Get formatted user info for a user profile.

+

Get formatted user info for a user profile.

- +
- +
Link copied to clipboard
-

Get the hash for a user profile.

+

Get the hash for a user profile.

- +
- +
Link copied to clipboard
-

Get the profile URL for a user profile.

+

Get the profile URL for a user profile.

diff --git a/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html index 0199b6fcd..b09c9f0d3 100644 --- a/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

profileUrl

-

Get the profile URL for a user profile.

+

Get the profile URL for a user profile.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html index 9b90884ff..ff5c7fc48 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html index 5d0ef4f7c..6f80c1922 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+

diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html index 034c7b3d8..03ea4edb5 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html index 8a0e10469..735315e66 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html index 82709e3c9..ca82f7807 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html index 82e586ed4..68d0ba262 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html index 682da527b..7ea144617 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html index 2000dd092..b6fc3f09b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

address

-
@SerializedName(value = "address")
val address: String

Parameters

address

The wallet address for the crypto currency.

+

Parameters

address

The wallet address for the crypto currency.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html index a7b034033..5c110e341 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html index c9b77ac92..1b78b7323 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "address")
val address: String
+
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "label")
val label: String
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html index b554f4202..f968b9c34 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

label

-
@SerializedName(value = "label")
val label: String

Parameters

label

The label for the crypto currency.

+

Parameters

label

The label for the crypto currency.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error.html new file mode 100644 index 000000000..ec80bcfee --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error.html @@ -0,0 +1,80 @@ + + + + + Error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Error

+
+
fun Error(initializer: Error.Builder.() -> Unit): Error
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html new file mode 100644 index 000000000..d40b50729 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/build.html new file mode 100644 index 000000000..e8d5c21d4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Error
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/code.html new file mode 100644 index 000000000..831bc73b9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
var code: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/error.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/error.html new file mode 100644 index 000000000..45d576c44 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/index.html new file mode 100644 index 000000000..610981bfe --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var code: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Error
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html new file mode 100644 index 000000000..dadef5fbf --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html @@ -0,0 +1,80 @@ + + + + + setCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCode

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html new file mode 100644 index 000000000..28114929d --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html @@ -0,0 +1,80 @@ + + + + + setError + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setError

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/code.html new file mode 100644 index 000000000..6bfde93ab --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
val code: String? = null

Parameters

code

The error code for the error message

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/equals.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/equals.html new file mode 100644 index 000000000..e969d6093 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/error.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/error.html new file mode 100644 index 000000000..e3e2c4308 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+

Parameters

error

The error message

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/hash-code.html new file mode 100644 index 000000000..1755797f8 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/index.html new file mode 100644 index 000000000..2f890b407 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/index.html @@ -0,0 +1,187 @@ + + + + + Error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Error

+
class Error

An error response from the API.

Parameters

error

The error message

code

The error code for the error message

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val code: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/to-string.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/to-string.html new file mode 100644 index 000000000..a4843c0a6 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-error/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image.html index 53e954e42..1bbb37467 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html index 5bd0cee04..b78d519b9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html index 0305ff4bf..40d547732 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html index f57f7070e..61a23eb37 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html index d426bafdb..b80b0208f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html index 38d4e4628..33bb4875e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html index 9cf31a3ba..4f552ab49 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html index 851235698..0b25286d6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html index 3b3434887..cefea4124 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

altText

-
@SerializedName(value = "alt_text")
val altText: String? = null

Parameters

altText

The image alt text.

+
val altText: String? = null

Parameters

altText

The image alt text.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html index 5f5bf7f57..c93f1299c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/index.html index 7c271b27e..6a7ed5bc1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "alt_text")
val altText: String? = null
+
val altText: String? = null
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "url")
val url: URI
+
val url: URI
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html index b932d350f..df4986bf1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/url.html index e2756181b..13e31b744 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-gallery-image/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

url

-
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the image.

+
val url: URI

Parameters

url

The URL to the image.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html index f6c92cec6..6ff5107b8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html index 72499248b..72a131943 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html index a5a4cf054..33e5db851 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html index ba5167b78..dcace1c0c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html index f061abdde..a9c6ebd6b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html index dc0d4db56..9fafa6644 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html index e2dbe62c8..bb2ce946a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/equals.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/equals.html index 1c96788c2..025c840da 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/equals.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/equals.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/hash-code.html index 184ff9549..bb414942e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/id.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/id.html index fd81d18ea..e55a10841 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/id.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/id.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

id

-
@SerializedName(value = "id")
val id: Int

Parameters

id

The unique identifier for the interest.

+
val id: Int

Parameters

id

The unique identifier for the interest.

-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "id")
val id: Int
+
val id: Int
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "name")
val name: String
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/name.html index 84e8b6205..d84b4502b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/name.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-interest/name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

name

-
@SerializedName(value = "name")
val name: String

Parameters

name

The name of the interest.

+

Parameters

name

The name of the interest.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language.html new file mode 100644 index 000000000..a2b757201 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language.html @@ -0,0 +1,80 @@ + + + + + Language + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Language

+
+
fun Language(initializer: Language.Builder.() -> Unit): Language
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html new file mode 100644 index 000000000..a117ae066 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/build.html new file mode 100644 index 000000000..3ced74c3a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/code.html new file mode 100644 index 000000000..335e8b854 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
var code: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/index.html new file mode 100644 index 000000000..f03ef0121 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/index.html @@ -0,0 +1,247 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var code: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var name: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var order: Int?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html new file mode 100644 index 000000000..5556581d0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html @@ -0,0 +1,80 @@ + + + + + isPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPrimary

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/name.html new file mode 100644 index 000000000..2f095f2f2 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
var name: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/order.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/order.html new file mode 100644 index 000000000..4173882d4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/order.html @@ -0,0 +1,80 @@ + + + + + order + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

order

+
+
var order: Int?
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html new file mode 100644 index 000000000..7e183d161 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html @@ -0,0 +1,80 @@ + + + + + setCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCode

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html new file mode 100644 index 000000000..8f49d1640 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html @@ -0,0 +1,80 @@ + + + + + setIsPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsPrimary

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html new file mode 100644 index 000000000..f82bcc74e --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html @@ -0,0 +1,80 @@ + + + + + setName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html new file mode 100644 index 000000000..4b3f28b17 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html @@ -0,0 +1,80 @@ + + + + + setOrder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setOrder

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/code.html new file mode 100644 index 000000000..9070da2a3 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+

Parameters

code

The language code.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/equals.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/equals.html new file mode 100644 index 000000000..a0d355d33 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/hash-code.html new file mode 100644 index 000000000..021fa2536 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/index.html new file mode 100644 index 000000000..e0e16dcd2 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/index.html @@ -0,0 +1,217 @@ + + + + + Language + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Language

+
class Language

The languages the user knows. This is only provided in authenticated API requests.

Parameters

code

The language code.

name

The language name.

isPrimary

Whether the language is the user's primary language.

order

The order of the language in the user's profile.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val order: Int
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/is-primary.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/is-primary.html new file mode 100644 index 000000000..21cc811c2 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/is-primary.html @@ -0,0 +1,80 @@ + + + + + isPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPrimary

+
+

Parameters

isPrimary

Whether the language is the user's primary language.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/name.html new file mode 100644 index 000000000..a8f1b80e0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The language name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/order.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/order.html new file mode 100644 index 000000000..15c6e4925 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/order.html @@ -0,0 +1,80 @@ + + + + + order + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

order

+
+
val order: Int

Parameters

order

The order of the language in the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/to-string.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/to-string.html new file mode 100644 index 000000000..fd20ee5e1 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-language/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link.html index 6ee8056b3..e56331ddc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html index 8481d8110..84d076277 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/build.html index 373fcb333..2d2c07cb1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/index.html index 4e8e7f1cc..e9aca9134 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/label.html index 289efcf8a..78173cdc6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html index 56193a77e..ffe1d9ff5 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html index 40ee05851..0f56899dd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/url.html index 8fe066d2a..1d880703c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/-builder/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/equals.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/equals.html index 95476af4d..58e493de1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/equals.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/equals.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+

diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/hash-code.html index 151ac83fa..c721ee146 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/index.html index ad7c0e27b..b94d96261 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "label")
val label: String
+
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "url")
val url: URI
+
val url: URI
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/label.html index 265aeeb72..de5b51618 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

label

-
@SerializedName(value = "label")
val label: String

Parameters

label

The label for the link.

+

Parameters

label

The label for the link.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/url.html index f271b6d7a..81072a44c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-link/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

url

-
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the link.

+
val url: URI

Parameters

url

The URL to the link.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html index e48cd0463..59e5e587e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html index 5d6ad93a5..8832f0905 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html index 100b2f90a..c20b166e1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html index d95fcbfce..19adf8e0a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html index 59676d37e..2ffbbcec9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html index 3408185f1..2643ee0e6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html index 98b26bbf7..36330e784 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html index 349cfec15..366e81fa7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html index e2fb0dc65..37019dd5a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html index 31e4b1875..074b646bd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html index bf98d7655..c1ad4cb09 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html index 83fda7c57..9060a3333 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html index d36ef73ed..6cf0e7439 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html index 3b91ed233..5d7d319d1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html index 11e4fda25..d72a4decd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html index 394dd7d17..4d9b4ab6c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

calendar

-
@SerializedName(value = "calendar")
val calendar: URI? = null

Parameters

calendar

The URL to the user's calendar.

+
val calendar: URI? = null

Parameters

calendar

The URL to the user's calendar.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

cellPhone

-
@SerializedName(value = "cell_phone")
val cellPhone: String? = null

Parameters

cellPhone

The user's cell phone number.

+
val cellPhone: String? = null

Parameters

cellPhone

The user's cell phone number.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

contactForm

-
@SerializedName(value = "contact_form")
val contactForm: URI? = null

Parameters

contactForm

The URL to the user's contact form.

+
val contactForm: URI? = null

Parameters

contactForm

The URL to the user's contact form.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

email

-
@SerializedName(value = "email")
val email: String? = null

Parameters

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

+
val email: String? = null

Parameters

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html index 3abb2d4aa..541b39ea9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html index 1ce5dfd9f..bca62c47a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

homePhone

-
@SerializedName(value = "home_phone")
val homePhone: String? = null

Parameters

homePhone

The user's home phone number.

+
val homePhone: String? = null

Parameters

homePhone

The user's home phone number.

-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "calendar")
val calendar: URI? = null
+
val calendar: URI? = null
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "cell_phone")
val cellPhone: String? = null
+
val cellPhone: String? = null
@@ -132,7 +132,7 @@

Properties

-
@SerializedName(value = "contact_form")
val contactForm: URI? = null
+
val contactForm: URI? = null
@@ -147,7 +147,7 @@

Properties

-
@SerializedName(value = "email")
val email: String? = null
+
val email: String? = null
@@ -162,7 +162,7 @@

Properties

-
@SerializedName(value = "home_phone")
val homePhone: String? = null
+
val homePhone: String? = null
@@ -177,7 +177,7 @@

Properties

-
@SerializedName(value = "work_phone")
val workPhone: String? = null
+
val workPhone: String? = null
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html index 4205d8086..290739ea6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html index e1823a939..2791f11b5 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

workPhone

-
@SerializedName(value = "work_phone")
val workPhone: String? = null

Parameters

workPhone

The user's work phone number.

+
val workPhone: String? = null

Parameters

workPhone

The user's work phone number.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html index 8da227b9b..b12823d1f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html index fae9895ab..a4555deaf 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html index 2be44b75a..0c77e1fab 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html index 4789805ac..d32f90a92 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html index 6347b7018..a92e7c077 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html index 1dd3dff63..27257f7bd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html index 3f88b48fa..c928bdf04 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html index b461bf8e3..3c02ed474 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

cryptoWallets

-
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>

Parameters

cryptoWallets

A list of crypto currencies the user accepts.

+

Parameters

cryptoWallets

A list of crypto currencies the user accepts.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html index b875a365e..ac789361f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/index.html index a387d979b..ff6c574bd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>
+
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "links")
val links: List<Link>
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/links.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/links.html index cfa59e28e..3135d0574 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/links.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile-payments/links.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

links

-
@SerializedName(value = "links")
val links: List<Link>

Parameters

links

A list of payment URLs the user has added to their profile.

+

Parameters

links

A list of payment URLs the user has added to their profile.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile.html index 439eaba43..af6247262 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html index 92418496c..340dd8e9d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html index ba4c092e1..e5d925e3a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html index e6b3fb342..13150ac4a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html index e72f9ab2b..fbf0e1553 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html index bfd5bc3d1..2f7e96d78 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html index 7c1d3b03c..22be7e42b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html index 7a6dd89d9..5c0c5b8c3 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html index 11ee1b223..184f2d809 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html new file mode 100644 index 000000000..cbce071e6 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html @@ -0,0 +1,80 @@ + + + + + firstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

firstName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html index 69c0a29f8..3278593b1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html index 3fac6f09c..df0495ebe 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html index 6d1347961..84e20176e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -182,6 +182,21 @@

Properties

+ +
+
+
+
firstName
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
@@ -227,6 +242,21 @@

Properties

+ +
+
+
+
isOrganization
+ +
Link copied to clipboard
+
+
+ +
+
+
@@ -242,6 +272,36 @@

Properties

+ +
+
+
+
languages
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+
lastName
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
@@ -252,7 +312,7 @@

Properties

@@ -372,7 +432,22 @@

Properties

- + +
+
+ + + +
+
+
+
timezone
+ +
Link copied to clipboard
+
+
+
+
@@ -501,6 +576,21 @@

Functions

+ +
+
+
+
setFirstName
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
@@ -546,6 +636,21 @@

Functions

+ +
+
+
+
setIsOrganization
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
@@ -561,17 +666,47 @@

Functions

- + +
+
+
+
setLanguages
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+
setLastName
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
setLastProfileEdit
- +
Link copied to clipboard
- +
fun setLastProfileEdit(lastProfileEdit: String?): Profile.Builder
@@ -681,17 +816,32 @@

Functions

- +
setRegistrationDate
- + +
Link copied to clipboard
+
+
+
+
fun setRegistrationDate(registrationDate: String?): Profile.Builder
+
+
+
+
+ +
+
+
+
setTimezone
+
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html index 61c8a6626..99a810ef8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html new file mode 100644 index 000000000..6d22f8157 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html @@ -0,0 +1,80 @@ + + + + + isOrganization + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isOrganization

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html index 7c4e02821..0374da4cd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html new file mode 100644 index 000000000..5050952bf --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html @@ -0,0 +1,80 @@ + + + + + languages + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

languages

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html new file mode 100644 index 000000000..a50b732ad --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html @@ -0,0 +1,80 @@ + + + + + lastName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html index c5f8b20b3..757b76a74 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

lastProfileEdit

-
+
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html index 8b4651be7..5926abe42 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html index 0c37927d0..3e719e011 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html index d8bdfb579..370043da8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html index b5430baa8..06322da3b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html index 14000e22e..b996bcfbb 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html index 44280e464..4f65c9746 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html index 198724e9a..6ee1b7771 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

registrationDate

-
+
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html index bc9e9a5ad..3b3ad0810 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html index c8ac5ea3e..8c455390d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html index 20af128a4..1e2592619 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html index db25bad59..37a22e108 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html index 22f36405f..27e439ee0 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html new file mode 100644 index 000000000..a76a4b9af --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html @@ -0,0 +1,80 @@ + + + + + setFirstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setFirstName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html index cae27588f..a97398c26 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html index bd5baf96f..de7a24726 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html index fd0506d0f..bd2f09067 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html new file mode 100644 index 000000000..df07cea01 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html @@ -0,0 +1,80 @@ + + + + + setIsOrganization + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsOrganization

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html index 2e59f3ac8..d0ec967fd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html new file mode 100644 index 000000000..be153c4fb --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html @@ -0,0 +1,80 @@ + + + + + setLanguages + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLanguages

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html new file mode 100644 index 000000000..f2c7c5ff8 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html @@ -0,0 +1,80 @@ + + + + + setLastName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLastName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html index 634b16cd3..a5df2da4c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

setLastProfileEdit

- +
fun setLastProfileEdit(lastProfileEdit: String?): Profile.Builder
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html index 725d1aa72..a2da1f4b8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html index c5aea3c82..8fecbe897 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html index d0ce2763e..e24117808 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html index eb4cee68c..d0672b2cc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html index c60be31c9..c7ee6a553 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html index ad5935284..53ec227cc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html index 3e0583ffd..4803702f4 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

setRegistrationDate

- +
fun setRegistrationDate(registrationDate: String?): Profile.Builder
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html new file mode 100644 index 000000000..1af49beaa --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html @@ -0,0 +1,80 @@ + + + + + timezone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

timezone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html index a1756387f..b67d5524f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html index 2932c9f5d..7a6c6002b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

avatarAltText

-
@SerializedName(value = "avatar_alt_text")
val avatarAltText: String

Parameters

avatarAltText

The alt text for the user's avatar image if it has been set.

+

Parameters

avatarAltText

The alt text for the user's avatar image if it has been set.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

avatarUrl

-
@SerializedName(value = "avatar_url")
val avatarUrl: URI

Parameters

avatarUrl

The URL for the user's avatar image if it has been set.

+

Parameters

avatarUrl

The URL for the user's avatar image if it has been set.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

company

-
@SerializedName(value = "company")
val company: String

Parameters

company

The user's current company's name.

+

Parameters

company

The user's current company's name.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

contactInfo

-
@SerializedName(value = "contact_info")
val contactInfo: ProfileContactInfo? = null

Parameters

contactInfo
+

Parameters

contactInfo
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

description

-
@SerializedName(value = "description")
val description: String

Parameters

description

The about section on a user's profile.

+

Parameters

description

The about section on a user's profile.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

displayName

-
@SerializedName(value = "display_name")
val displayName: String

Parameters

displayName

The user's display name. This is the name that is displayed on their profile.

+

Parameters

displayName

The user's display name. This is the name that is displayed on their profile.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/first-name.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/first-name.html new file mode 100644 index 000000000..dfcc1fe3f --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/first-name.html @@ -0,0 +1,80 @@ + + + + + firstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

firstName

+
+
val firstName: String? = null

Parameters

firstName

User's first name. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/gallery.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/gallery.html index 1386ae634..34700cb4c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/gallery.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/gallery.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

gallery

-
@SerializedName(value = "gallery")
val gallery: List<GalleryImage>? = null

Parameters

gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

+
val gallery: List<GalleryImage>? = null

Parameters

gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/hash.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/hash.html index c0b5d4201..4950f1f6d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

hash

-
@SerializedName(value = "hash")
val hash: String

Parameters

hash

The SHA256 hash of the user's primary email address.

+

Parameters

hash

The SHA256 hash of the user's primary email address.

-
1.1.0
- +
2.0.0-rc1
+
@@ -66,7 +66,7 @@

Profile

-
class Profile

A user's profile information.

Parameters

hash

The SHA256 hash of the user's primary email address.

displayName

The user's display name. This is the name that is displayed on their profile.

profileUrl

The full URL for the user's profile.

avatarUrl

The URL for the user's avatar image if it has been set.

avatarAltText

The alt text for the user's avatar image if it has been set.

location

The user's location.

description

The about section on a user's profile.

jobTitle

The user's job title.

company

The user's current company's name.

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

pronunciation

The phonetic pronunciation of the user's name.

pronouns

The pronouns the user uses.

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

payments
contactInfo
gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+
class Profile

A user's profile information.

Parameters

hash

The SHA256 hash of the user's primary email address.

displayName

The user's display name. This is the name that is displayed on their profile.

profileUrl

The full URL for the user's profile.

avatarUrl

The URL for the user's avatar image if it has been set.

avatarAltText

The alt text for the user's avatar image if it has been set.

location

The user's location.

description

The about section on a user's profile.

jobTitle

The user's job title.

company

The user's current company's name.

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

pronunciation

The phonetic pronunciation of the user's name.

pronouns

The pronouns the user uses.

timezone

The timezone the user has. This is only provided in authenticated API requests.

languages

The languages the user knows. This is only provided in authenticated API requests.

firstName

User's first name. This is only provided in authenticated API requests.

lastName

User's last name. This is only provided in authenticated API requests.

isOrganization

Whether user is an organization. This is only provided in authenticated API requests.

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

payments
contactInfo
gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "avatar_alt_text")
val avatarAltText: String
+
@@ -117,7 +117,7 @@

Properties

-
@SerializedName(value = "avatar_url")
val avatarUrl: URI
+
@@ -132,7 +132,7 @@

Properties

-
@SerializedName(value = "company")
val company: String
+
@@ -147,7 +147,7 @@

Properties

-
@SerializedName(value = "contact_info")
val contactInfo: ProfileContactInfo? = null
+
@@ -162,7 +162,7 @@

Properties

-
@SerializedName(value = "description")
val description: String
+
@@ -177,7 +177,22 @@

Properties

-
@SerializedName(value = "display_name")
val displayName: String
+ +
+
+ + + +
+
+
+
firstName
+ +
Link copied to clipboard
+
+
+
+
val firstName: String? = null
@@ -192,7 +207,7 @@

Properties

-
@SerializedName(value = "gallery")
val gallery: List<GalleryImage>? = null
+
val gallery: List<GalleryImage>? = null
@@ -207,7 +222,7 @@

Properties

-
@SerializedName(value = "hash")
val hash: String
+
@@ -222,7 +237,22 @@

Properties

-
@SerializedName(value = "interests")
val interests: List<Interest>? = null
+
val interests: List<Interest>? = null
+
+
+ + + +
+
+
+
isOrganization
+ +
Link copied to clipboard
+
+
+
+
val isOrganization: Boolean? = null
@@ -237,7 +267,37 @@

Properties

-
@SerializedName(value = "job_title")
val jobTitle: String
+ +
+
+ + + +
+
+
+
languages
+ +
Link copied to clipboard
+
+
+
+
val languages: List<Language>? = null
+
+
+
+
+ +
+
+
+
lastName
+ +
Link copied to clipboard
+
+
+
+
val lastName: String? = null
@@ -252,7 +312,7 @@

Properties

-
@SerializedName(value = "last_profile_edit")
val lastProfileEdit: Instant? = null
+
val lastProfileEdit: String? = null
@@ -267,7 +327,7 @@

Properties

-
@SerializedName(value = "links")
val links: List<Link>? = null
+
val links: List<Link>? = null
@@ -282,7 +342,7 @@

Properties

-
@SerializedName(value = "location")
val location: String
+
@@ -297,7 +357,7 @@

Properties

-
@SerializedName(value = "number_verified_accounts")
val numberVerifiedAccounts: Int? = null
+
@@ -312,7 +372,7 @@

Properties

-
@SerializedName(value = "payments")
val payments: ProfilePayments? = null
+
@@ -327,7 +387,7 @@

Properties

-
@SerializedName(value = "profile_url")
val profileUrl: URI
+
@@ -342,7 +402,7 @@

Properties

-
@SerializedName(value = "pronouns")
val pronouns: String
+
@@ -357,7 +417,7 @@

Properties

-
@SerializedName(value = "pronunciation")
val pronunciation: String
+
@@ -372,7 +432,22 @@

Properties

-
@SerializedName(value = "registration_date")
val registrationDate: Instant? = null
+ +
+
+ + + +
+
+
+
timezone
+ +
Link copied to clipboard
+
+
+
+
val timezone: String? = null
@@ -387,7 +462,7 @@

Properties

-
@SerializedName(value = "verified_accounts")
val verifiedAccounts: List<VerifiedAccount>
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/interests.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/interests.html index f87acc59c..4afe718a6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/interests.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/interests.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

interests

-
@SerializedName(value = "interests")
val interests: List<Interest>? = null

Parameters

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

+
val interests: List<Interest>? = null

Parameters

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

jobTitle

-
@SerializedName(value = "job_title")
val jobTitle: String

Parameters

jobTitle

The user's job title.

+

Parameters

jobTitle

The user's job title.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

lastProfileEdit

-
@SerializedName(value = "last_profile_edit")
val lastProfileEdit: Instant? = null

Parameters

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

+
val lastProfileEdit: String? = null

Parameters

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

links

-
@SerializedName(value = "links")
val links: List<Link>? = null

Parameters

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

+
val links: List<Link>? = null

Parameters

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

location

-
@SerializedName(value = "location")
val location: String

Parameters

location

The user's location.

+

Parameters

location

The user's location.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

numberVerifiedAccounts

-
@SerializedName(value = "number_verified_accounts")
val numberVerifiedAccounts: Int? = null

Parameters

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

+

Parameters

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

payments

-
@SerializedName(value = "payments")
val payments: ProfilePayments? = null

Parameters

payments
+

Parameters

payments
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

profileUrl

-
@SerializedName(value = "profile_url")
val profileUrl: URI

Parameters

profileUrl

The full URL for the user's profile.

+

Parameters

profileUrl

The full URL for the user's profile.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

pronouns

-
@SerializedName(value = "pronouns")
val pronouns: String

Parameters

pronouns

The pronouns the user uses.

+

Parameters

pronouns

The pronouns the user uses.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

pronunciation

-
@SerializedName(value = "pronunciation")
val pronunciation: String

Parameters

pronunciation

The phonetic pronunciation of the user's name.

+

Parameters

pronunciation

The phonetic pronunciation of the user's name.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

registrationDate

-
@SerializedName(value = "registration_date")
val registrationDate: Instant? = null

Parameters

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+

Parameters

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html index 4b15da9a2..9d11e29e9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

verifiedAccounts

-
@SerializedName(value = "verified_accounts")
val verifiedAccounts: List<VerifiedAccount>

Parameters

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

+

Parameters

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html index 13f6c0ccb..5d8301dd7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html index 48ccc0b6e..f949623dc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html index 4ce42e506..35151f238 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -92,7 +92,22 @@

Constructors

Properties

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
@@ -171,6 +186,21 @@

Functions

+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html new file mode 100644 index 000000000..e74219630 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html @@ -0,0 +1,80 @@ + + + + + isHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isHidden

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html index 88f7d506d..a8b1a8b7c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html index 8f296c8c1..e35367e95 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html index 7b64782e5..ff8093868 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html new file mode 100644 index 000000000..2511388c5 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html @@ -0,0 +1,80 @@ + + + + + setIsHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsHidden

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html index 593083dbc..02968607c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html index 26eeecb0a..7639f78b8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html index a5c4c7936..b04e54082 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html index beb58ad7b..622d2eeb2 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html index cbc9a25e8..7b6acdf85 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/equals.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/equals.html index 69ccc0996..4c3c92144 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/equals.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/equals.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html index 6f3700e06..7a45453db 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/index.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/index.html index d6c336c86..252988f65 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -66,7 +66,7 @@

VerifiedAccount

-

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

+

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

isHidden

Whether the verified account is hidden from the user's profile.

@@ -92,7 +92,22 @@

Types

Properties

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
@@ -102,7 +117,7 @@

Properties

-
@SerializedName(value = "service_icon")
val serviceIcon: URI
+
@@ -117,7 +132,7 @@

Properties

-
@SerializedName(value = "service_label")
val serviceLabel: String
+
@@ -132,7 +147,7 @@

Properties

-
@SerializedName(value = "service_type")
val serviceType: String
+
@@ -147,7 +162,7 @@

Properties

-
@SerializedName(value = "url")
val url: URI
+
val url: URI
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html new file mode 100644 index 000000000..5c97f35ff --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html @@ -0,0 +1,80 @@ + + + + + isHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isHidden

+
+

Parameters

isHidden

Whether the verified account is hidden from the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html index cb5ab667a..f17f411fb 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

serviceIcon

-
@SerializedName(value = "service_icon")
val serviceIcon: URI

Parameters

serviceIcon

The URL to the service's icon.

+

Parameters

serviceIcon

The URL to the service's icon.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

serviceLabel

-
@SerializedName(value = "service_label")
val serviceLabel: String

Parameters

serviceLabel

The name of the service.

+

Parameters

serviceLabel

The name of the service.

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

serviceType

-
@SerializedName(value = "service_type")
val serviceType: String

Parameters

serviceType

The type of the service.

+

Parameters

serviceType

The type of the service.

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/url.html b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/url.html index b503a5670..e2f06ed91 100644 --- a/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/url.html +++ b/docs/dokka/current/gravatar/com.gravatar.restapi.models/-verified-account/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

url

-
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the user's profile on the service.

+
val url: URI

Parameters

url

The URL to the user's profile on the service.

-
1.1.0
- +
2.0.0-rc1
+
@@ -72,7 +72,37 @@

Package-level declaratio

Types

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Avatar

An avatar that the user has already uploaded to their Gravatar account.

+
+
+
+
+
@@ -87,6 +117,21 @@

Types

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Error

An error response from the API.

+
+
+
+
@@ -117,6 +162,21 @@

Types

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Language

The languages the user knows. This is only provided in authenticated API requests.

+
+
+
+
@@ -177,6 +237,21 @@

Types

+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
@@ -196,7 +271,37 @@

Types

Functions

-
+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Avatar(initializer: Avatar.Builder.() -> Unit): Avatar
+
+
+
+
+
@@ -211,6 +316,21 @@

Functions

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Error(initializer: Error.Builder.() -> Unit): Error
+
+
+
+
@@ -241,6 +361,21 @@

Functions

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Language(initializer: Language.Builder.() -> Unit): Language
+
+
+
+
@@ -301,6 +436,21 @@

Functions

+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html index 900fa130d..e4b6d074c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

AvatarService

-
constructor(okHttpClient: OkHttpClient? = null)
+
constructor(okHttpClient: OkHttpClient? = null)

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

-
1.1.0
- +
2.0.0-rc1
+
@@ -66,7 +66,7 @@

AvatarService

-
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

+
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

@@ -92,17 +92,92 @@

Constructors

Functions

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieve(oauthToken: String, hash: Hash): List<Avatar>

Retrieves a list of available avatars for the authenticated user.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieveCatching(oauthToken: String, hash: Hash): GravatarResult<List<Avatar>, ErrorType>

Retrieves a list of available avatars for the authenticated user. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun setAvatar(hash: String, avatarId: String, oauthToken: String)

Sets the avatar for the given email (hash).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun setAvatarCatching(hash: String, avatarId: String, oauthToken: String): GravatarResult<Unit, ErrorType>

Sets the avatar for the given email (hash). This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+
- + +
Link copied to clipboard
+
+
+
+
suspend fun upload(file: File, oauthToken: String): Avatar

Uploads an image to be used as Gravatar avatar.

+
+
+
+
+ +
+
+
+ +
Link copied to clipboard
-
suspend fun upload(file: File, email: Email, wordpressBearerToken: String): Result<Unit, ErrorType>

Uploads a Gravatar image for the given email address.

+
suspend fun uploadCatching(file: File, oauthToken: String): GravatarResult<Avatar, ErrorType>

Uploads an image to be used as Gravatar avatar. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html new file mode 100644 index 000000000..51d90a430 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html @@ -0,0 +1,80 @@ + + + + + retrieveCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveCatching

+
+
suspend fun retrieveCatching(oauthToken: String, hash: Hash): GravatarResult<List<Avatar>, ErrorType>

Retrieves a list of available avatars for the authenticated user. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The list of avatars

Parameters

oauthToken

The OAuth token to use for authentication

hash

The hash of the email to associate the avatars with

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve.html new file mode 100644 index 000000000..01dbf25f5 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/retrieve.html @@ -0,0 +1,80 @@ + + + + + retrieve + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieve

+
+
suspend fun retrieve(oauthToken: String, hash: Hash): List<Avatar>

Retrieves a list of available avatars for the authenticated user.

Return

The list of avatars

Parameters

oauthToken

The OAuth token to use for authentication

hash

The hash of the email to associate the avatars with

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html new file mode 100644 index 000000000..eaa46783d --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html @@ -0,0 +1,80 @@ + + + + + setAvatarCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarCatching

+
+
suspend fun setAvatarCatching(hash: String, avatarId: String, oauthToken: String): GravatarResult<Unit, ErrorType>

Sets the avatar for the given email (hash). This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The result of the operation

Parameters

hash

The hash of the email to set the avatar for

avatarId

The ID of the avatar to set

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar.html new file mode 100644 index 000000000..326189e95 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/set-avatar.html @@ -0,0 +1,80 @@ + + + + + setAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatar

+
+
suspend fun setAvatar(hash: String, avatarId: String, oauthToken: String)

Sets the avatar for the given email (hash).

Parameters

hash

The hash of the email to set the avatar for

avatarId

The ID of the avatar to set

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload-catching.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload-catching.html new file mode 100644 index 000000000..4f83dc878 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload-catching.html @@ -0,0 +1,80 @@ + + + + + uploadCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uploadCatching

+
+
suspend fun uploadCatching(file: File, oauthToken: String): GravatarResult<Avatar, ErrorType>

Uploads an image to be used as Gravatar avatar. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The result of the operation

Parameters

file

The image file to upload

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload.html index bec00e10a..12fca6739 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

upload

-
suspend fun upload(file: File, email: Email, wordpressBearerToken: String): Result<Unit, ErrorType>

Uploads a Gravatar image for the given email address.

Parameters

file

The image file to upload

email

The email address to associate the image with

wordpressBearerToken

The bearer token for the user's WordPress/Gravatar account

+
suspend fun upload(file: File, oauthToken: String): Avatar

Uploads an image to be used as Gravatar avatar.

Parameters

file

The image file to upload

oauthToken

The OAuth token to use for authentication

-
1.1.0
- +
2.0.0-rc1
+
@@ -66,182 +66,129 @@

ErrorType

-

Error types for Gravatar image upload

+
sealed class ErrorType

Error types for Gravatar image upload

Inheritors

-
+
-
-

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

server returned an error

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

network request timed out

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

network is not available

-
-
-
-
- -
+
+

Types

+
+
- - + +
Link copied to clipboard
-

User or hash not found

+
class InvalidRequest(val error: Error?) : ErrorType

An error occurred while processing the request.

- -
+ +
- - + +
Link copied to clipboard
-

User or hash not found

+
data object Network : ErrorType

network is not available

- -
+ +
- - + +
Link copied to clipboard
-

An unknown error occurred

+
data object NotFound : ErrorType

User or hash not found

-
-
-
-

Properties

-
+
- - + +
Link copied to clipboard
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+

User or hash not found

- +
- - + +
Link copied to clipboard
- +
data object Server : ErrorType

server returned an error

- +
- - + +
Link copied to clipboard
- +
data object Timeout : ErrorType

network request timed out

-
-
-
-

Functions

-
+
- - + +
Link copied to clipboard
-
fun valueOf(value: String): ErrorType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
data object Unauthorized : ErrorType

User not authorized to perform given action

- +
- - + +
Link copied to clipboard
-

Returns an array containing the constants of this enum type, in the order they're declared.

+
data object Unknown : ErrorType

An unknown error occurred

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/index.html index 3df0ad72c..7973ee512 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-error.html index 63078d631..3b041e328 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-error.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-error.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-success.html index 51501bc50..21a4472c9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-success.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-listener/on-success.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html new file mode 100644 index 000000000..84628784d --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html @@ -0,0 +1,80 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
+
constructor(error: E)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html new file mode 100644 index 000000000..8bf4a6c05 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+
val error: E
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html new file mode 100644 index 000000000..79c50e677 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html @@ -0,0 +1,142 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
data class Failure<T, E>(val error: E) : GravatarResult<T, E>

Represents a failed fetch operation.

Parameters

T

The type of the value fetched

E

The error type

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(error: E)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val error: E

The error that occurred

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html new file mode 100644 index 000000000..a09a523fc --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html @@ -0,0 +1,80 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
+
constructor(value: T)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/index.html new file mode 100644 index 000000000..6e99d07d4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/index.html @@ -0,0 +1,142 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
data class Success<T, E>(val value: T) : GravatarResult<T, E>

Represents a successful fetch operation.

Parameters

T

The type of the value fetched

E

The error type

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(value: T)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val value: T

The fetched value

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/value.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/value.html new file mode 100644 index 000000000..2ad004fac --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/-success/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+
val value: T
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/index.html new file mode 100644 index 000000000..c12a77162 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/index.html @@ -0,0 +1,138 @@ + + + + + GravatarResult + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarResult

+
sealed class GravatarResult<T, E>

Class representing the result of a network operation.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Failure<T, E>(val error: E) : GravatarResult<T, E>

Represents a failed fetch operation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Success<T, E>(val value: T) : GravatarResult<T, E>

Represents a successful fetch operation.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html new file mode 100644 index 000000000..dc33c6572 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html @@ -0,0 +1,80 @@ + + + + + valueOrNull + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOrNull

+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

Return

The value if the result is a Success or null otherwise

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/code.html b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/code.html new file mode 100644 index 000000000..ad4f0d33f --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
val code: Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/index.html new file mode 100644 index 000000000..d90f69916 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/index.html @@ -0,0 +1,258 @@ + + + + + HttpException + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

HttpException

+

Exception thrown when an HTTP error occurs in a non-cathing method.

code The HTTP status code. message The HTTP status message.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open val cause: Throwable?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val code: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override val message: String
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/message.html b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/message.html new file mode 100644 index 000000000..20c7427ca --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.services/-http-exception/message.html @@ -0,0 +1,80 @@ + + + + + message + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

message

+
+
open override val message: String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/-profile-service.html index cde192701..857068d92 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/-profile-service.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

ProfileService

-
constructor(okHttpClient: OkHttpClient? = null)
+
constructor(okHttpClient: OkHttpClient? = null)

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

-
1.1.0
- +
2.0.0-rc1
+
@@ -66,7 +66,7 @@

ProfileService

-
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

@@ -92,32 +92,62 @@

Constructors

Functions

-
+
- - + +
Link copied to clipboard
-
suspend fun fetch(email: Email): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given email address.

suspend fun fetch(hash: Hash): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash.

suspend fun fetch(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

+
suspend fun checkAssociatedEmail(oauthToken: String, email: Email): Boolean

Checks if the given email address is associated with the already authorized Gravatar account. This method throws any exception that occurs during the execution.

- +
- - + +
Link copied to clipboard
-
suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given username.

+

Checks if the given email address is associated with the already authorized Gravatar account. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieve(email: Email): Profile?

Fetches a Gravatar profile for the given email address. This method throws any exception that occurs during the execution.

suspend fun retrieve(hash: Hash): Profile?

Fetches a Gravatar profile for the given hash. This method throws any exception that occurs during the execution.

suspend fun retrieve(hashOrUsername: String): Profile?

Fetches a Gravatar profile for the given hash or username. This method throws any exception that occurs during the execution.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieveByUsername(username: String): Profile?

Fetches a Gravatar profile for the given username. This method throws any exception that occurs during the execution.

@@ -132,7 +162,7 @@

Functions

-

Fetches a Gravatar profile for the given username.

+

Fetches a Gravatar profile for the given username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

@@ -147,7 +177,7 @@

Functions

-

Fetches a Gravatar profile for the given email address.

Fetches a Gravatar profile for the given hash.

suspend fun retrieveCatching(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

+

Fetches a Gravatar profile for the given email address. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Fetches a Gravatar profile for the given hash. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

suspend fun retrieveCatching(hashOrUsername: String): GravatarResult<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html index caa9644ab..9a047f046 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

retrieveByUsernameCatching

-

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

+

Fetches a Gravatar profile for the given username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

-
1.1.0
- +
2.0.0-rc1
+
@@ -67,7 +67,7 @@

retrieveCatching

-
suspend fun retrieveCatching(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

Return

The fetched profile

Parameters

hashOrUsername

The hash or username to fetch the profile for


Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


Fetches a Gravatar profile for the given hash.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

+
suspend fun retrieveCatching(hashOrUsername: String): GravatarResult<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profile

Parameters

hashOrUsername

The hash or username to fetch the profile for


Fetches a Gravatar profile for the given email address. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


Fetches a Gravatar profile for the given hash. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

-
1.1.0
- +
2.0.0-rc1
+
@@ -97,7 +97,7 @@

Types

-

Error types for Gravatar image upload

+
sealed class ErrorType

Error types for Gravatar image upload

@@ -117,32 +117,47 @@

Types

- +
-
ProfileService
- + +
Link copied to clipboard
-
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

+
sealed class GravatarResult<T, E>

Class representing the result of a network operation.

- +
-
Result
- + +
Link copied to clipboard
-
sealed class Result<T, E>

Class representing the result of a network operation.

+

Exception thrown when an HTTP error occurs in a non-cathing method.

+
+
+
+
+ +
+
+
+
ProfileService
+ +
Link copied to clipboard
+
+
+
+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html index a4e43a952..c2ba96a51 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html index 94d47074b..6252297e6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html index 5f6a8d556..efee6653b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/current/gravatar/com.gravatar.types/-email/to-string.html index 369273dea..58942a0ac 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/to-string.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/to-string.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html index ae5ccd353..dd189f88c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html index aee2d3af7..08d5b9808 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/current/gravatar/com.gravatar.types/-hash/to-string.html index 75943d209..bb5749aab 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-hash/to-string.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-hash/to-string.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/index.html b/docs/dokka/current/gravatar/com.gravatar.types/index.html index bd015de6f..7b5192d56 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html index f5851b41c..70aee8d09 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options.html new file mode 100644 index 000000000..25ade7672 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options.html @@ -0,0 +1,80 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html new file mode 100644 index 000000000..bcfd03f54 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/build.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/build.html new file mode 100644 index 000000000..f0e975f05 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the AvatarQueryOptions instance.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html new file mode 100644 index 000000000..fd7f89d53 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+

Default avatar image. Optional: default to Gravatar logo

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html new file mode 100644 index 000000000..7fd53c209 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+

Force default avatar image. Optional: default to false

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/index.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/index.html new file mode 100644 index 000000000..f5084e29a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/index.html @@ -0,0 +1,247 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

Builder for AvatarQueryOptions.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Default avatar image. Optional: default to Gravatar logo

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Force default avatar image. Optional: default to false

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the AvatarQueryOptions instance.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the default avatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set whether to force the default avatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the size of the avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the image rating.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html new file mode 100644 index 000000000..51653f7ab --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html @@ -0,0 +1,80 @@ + + + + + preferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

preferredSize

+
+

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html new file mode 100644 index 000000000..c032edb24 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html new file mode 100644 index 000000000..78bdcd9c9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + setDefaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDefaultAvatarOption

+
+

Set the default avatar image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html new file mode 100644 index 000000000..37aac0451 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + setForceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setForceDefaultAvatar

+
+

Set whether to force the default avatar image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html new file mode 100644 index 000000000..0aadbe579 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html @@ -0,0 +1,80 @@ + + + + + setPreferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPreferredSize

+
+

Set the size of the avatar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html new file mode 100644 index 000000000..3bfaa9507 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html @@ -0,0 +1,80 @@ + + + + + setRating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRating

+
+

Set the image rating.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html index 95bab6a8b..f597a24ed 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/equals.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/equals.html new file mode 100644 index 000000000..75e090d51 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html index 1c4eff5ce..9844e7a22 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/hash-code.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/hash-code.html new file mode 100644 index 000000000..d57484932 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/index.html index 666cea4c0..a56ae03b2 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -66,24 +66,24 @@

AvatarQueryOptions

-
data class AvatarQueryOptions(val preferredSize: Int? = null, val defaultAvatarOption: DefaultAvatarOption? = null, val rating: ImageRating? = null, val forceDefaultAvatar: Boolean? = null)

Data class that represents the query options for an avatar.

+

Class that represents the query options for an avatar.

-
-

Constructors

-
-
+
+

Types

+
+
- - + +
Link copied to clipboard
-
constructor(preferredSize: Int? = null, defaultAvatarOption: DefaultAvatarOption? = null, rating: ImageRating? = null, forceDefaultAvatar: Boolean? = null)
+
class Builder

Builder for AvatarQueryOptions.

@@ -154,6 +154,55 @@

Properties

+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/preferred-size.html index d3aa534d9..826ec968b 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/preferred-size.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/preferred-size.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/rating.html index 9ac253578..ab3e9f3c1 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/rating.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/to-string.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/to-string.html new file mode 100644 index 000000000..ff57bad9c --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-avatar-url.html index b6f72217a..e584aae52 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-companion/index.html index 27a16adb6..782dc9fe1 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-companion/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/avatar-query-options.html index 454f96636..1a07215d5 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/avatar-query-options.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/canonical-url.html index 780d2b154..69895c376 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/canonical-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html index f3c5c716d..d5bb69205 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html index c8bd2138d..a068ac4b6 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -175,17 +175,17 @@

Functions

- +
url
- +
Link copied to clipboard
-
fun url(): URL

Get the URL for the avatar.

+
fun url(cacheBuster: String? = null): URL

Get the URL for the avatar.

diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/is-avatar-url.html index d554a7847..937872a66 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/is-avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/is-avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html index 88dd42c68..d8c04812c 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -62,12 +62,12 @@
-
+

url

-
fun url(): URL

Get the URL for the avatar.

Return

URL for the avatar

+
fun url(cacheBuster: String? = null): URL

Get the URL for the avatar.

Return

URL for the avatar

-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html index f7460bc81..c35058f63 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html index 76ecc415a..cabb07948 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html index 7462e6f34..2ad15f8a0 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html index e3d9cda85..c39d0b115 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html index b7c4fe164..9d219eca3 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-retro/index.html index 3a10b67ae..efd57e156 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-retro/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-retro/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html index 75da22c62..b250d0563 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-status404/index.html index 29c2e1783..c224baa45 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-status404/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-status404/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html index 68dd137ad..76e290280 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html index fa1fb979f..8a23153d2 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/index.html index 962f7d7fe..fc09d3cd3 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/query-param.html index cfd158e56..a0d28cd16 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/query-param.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/query-param.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html index 12abb5ec9..10e46cda8 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html index e3439b4db..058206064 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html index 2977a4c56..1033fbc26 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar/api-key.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar/api-key.html new file mode 100644 index 000000000..a62c817e6 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar/api-key.html @@ -0,0 +1,80 @@ + + + + + apiKey + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

apiKey

+
+
fun apiKey(apiKey: String): Gravatar

Initializes the Gravatar SDK with the given API key.

Parameters

apiKey

The API key to use when making requests to the Gravatar backend.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar/context.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar/context.html new file mode 100644 index 000000000..69fec4b23 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar/context.html @@ -0,0 +1,80 @@ + + + + + context + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

context

+
+
fun context(context: Context): Gravatar

Initializes the Gravatar SDK with the given context. The context is used to get the application name.

Parameters

context

The context from the app.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html index 6d06dbd64..cce5980dc 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -73,17 +73,32 @@

Gravatar

Functions

-
+
- - + +
Link copied to clipboard
-
fun initialize(gravatarApiKey: String)

Initializes the Gravatar SDK with the given API key.

+
fun apiKey(apiKey: String): Gravatar

Initializes the Gravatar SDK with the given API key.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun context(context: Context): Gravatar

Initializes the Gravatar SDK with the given context. The context is used to get the application name.

diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-general/index.html index a3267f17a..724e348e7 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-general/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-general/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -77,13 +77,13 @@

Properties

- +
Link copied to clipboard
- +
@@ -92,13 +92,13 @@

Properties

- +
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html index 1c850bab6..bfc6c127f 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -77,13 +77,13 @@

Properties

- +
Link copied to clipboard
- +
@@ -92,13 +92,13 @@

Properties

- +
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-restricted/index.html index c90ec93e1..7712a829f 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-restricted/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-restricted/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -77,13 +77,13 @@

Properties

- +
Link copied to clipboard
- +
@@ -92,13 +92,13 @@

Properties

- +
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-x/index.html index dfdacd237..7fd3e5bbc 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/-x/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/-x/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -77,13 +77,13 @@

Properties

- +
Link copied to clipboard
- +
@@ -92,13 +92,13 @@

Properties

- +
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html index fdc6342b7..fb2ff078e 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html index 0ab292228..1327e2fd1 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -156,13 +156,13 @@

Properties

- +
Link copied to clipboard
- +
@@ -171,13 +171,13 @@

Properties

- +
Link copied to clipboard
- +
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html index a4b8739de..92dd22f2c 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/value-of.html index 76f80ddb3..6d303087b 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/value-of.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/value-of.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html index f7bad4b99..b681a29f6 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/current/gravatar/com.gravatar/-profile-url/-profile-url.html index 8bf5d85ca..63077eaee 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/-profile-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/-profile-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/current/gravatar/com.gravatar/-profile-url/avatar-url.html index 60de5dee5..797554f95 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/avatar-url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html index cc6c33f87..eaba0943b 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html index fa7f94201..eb4f7e5f2 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html index efc14a9b9..04955e404 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/index.html b/docs/dokka/current/gravatar/com.gravatar/index.html index 737960b78..e5c6eb661 100644 --- a/docs/dokka/current/gravatar/com.gravatar/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -69,7 +69,7 @@

Package-level declaratio

This package contains the main classes of the Gravatar SDK.

-
+

Types

@@ -83,7 +83,7 @@

Types

-
data class AvatarQueryOptions(val preferredSize: Int? = null, val defaultAvatarOption: DefaultAvatarOption? = null, val rating: ImageRating? = null, val forceDefaultAvatar: Boolean? = null)

Data class that represents the query options for an avatar.

+

Class that represents the query options for an avatar.

@@ -180,6 +180,25 @@

Types

+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
diff --git a/docs/dokka/current/gravatar/index.html b/docs/dokka/current/gravatar/index.html index 81c33c0af..24c680db6 100644 --- a/docs/dokka/current/gravatar/index.html +++ b/docs/dokka/current/gravatar/index.html @@ -43,8 +43,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -89,26 +89,6 @@

Packages

- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-

This package contains the models used in the Gravatar API.

-
-
-
diff --git a/docs/dokka/current/gravatar/navigation.html b/docs/dokka/current/gravatar/navigation.html index 2cfb64e9b..521627bb6 100644 --- a/docs/dokka/current/gravatar/navigation.html +++ b/docs/dokka/current/gravatar/navigation.html @@ -9,440 +9,620 @@
+ -
+
- -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+
-
+ -
+ -
+ -
+
X
- -
+
- - -
+ -
+ -
+ -
+ - -
+
-
+ -
+ -
+
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
-
+ -
+ - -
- -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
-
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
-
+ -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
+ +
+
+ Builder +
+
+
+
-
+
+ - -
+
-
+ -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
-
-
- GravatarListener +
+ +
+
+
+ Unknown +
-
+ -
+
-
+ - +
+ +
+
+ +
-
+
-
+ - -
+
-
+ +
+ -
+ -
+ -
+ -
+ - +
+ + -
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
@@ -472,37 +652,22 @@
- -
+ - -
+ - -
+ -
+
@@ -517,7 +682,7 @@ AboutMe()
-
+
@@ -527,126 +692,141 @@ DisplayName()
-
+ -
-
- LocalIcon -
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+ - diff --git a/docs/dokka/current/index.html b/docs/dokka/current/index.html index 147db0aaf..55609cba3 100644 --- a/docs/dokka/current/index.html +++ b/docs/dokka/current/index.html @@ -47,8 +47,8 @@
-
1.1.0
- +
2.0.0-rc1
+
@@ -80,6 +80,17 @@

All modules:

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@@ -93,6 +104,17 @@

All modules:

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
diff --git a/docs/dokka/current/navigation.html b/docs/dokka/current/navigation.html index ba1fc4d98..61dca728e 100644 --- a/docs/dokka/current/navigation.html +++ b/docs/dokka/current/navigation.html @@ -9,440 +9,620 @@
+ -
+
- -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+
-
+ -
+ -
+ -
+
X
- -
+
- - -
+ -
+ -
+ -
+ - -
+
-
+ -
+ -
+
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
-
+ -
+ - -
- -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
-
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
-
+ -
+
- -
+ -
+
- -
+ -
+
- -
+ -
+
+ +
+
+ Builder +
+
+
+
-
+
+ - -
+
-
+ -
+
-
+ -
+ -
+ -
+ -
+ -
+ -
-
-
- GravatarListener +
+ +
+
+
+ Unknown +
-
+ -
+
-
+ - +
+ +
+
+ +
-
+
-
+ - -
+
-
+ +
+ -
+ -
+ -
+ -
+ - +
+ + -
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
@@ -472,37 +652,22 @@
- -
+ - -
+ - -
+ -
+
@@ -517,7 +682,7 @@ AboutMe()
-
+
@@ -527,126 +692,141 @@ DisplayName()
-
+ -
-
- LocalIcon -
-
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - -
+ -
+ -
+ - diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html index f3d94c4d4..30c7759ed 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html index 5f9a9bea2..036c0af80 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html index e5e541d81..a4a96901e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html index d3247b1a4..fd62849b9 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html index 69fbbd5c7..9ac2d8b34 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html index 623b46027..34537f497 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html index b41ea40cb..15bc6a112 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html index 1cad274d0..b2b9fcc81 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html index 526ba663c..3ad9e8c80 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html index 166235b66..001e31f92 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html index 8088ade4f..455c5f382 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html index c05b647fa..378b5e242 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html index 70dc5c7b4..cda9d6e26 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html index 4e6e0e9fb..359377bee 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html index 475cb29e4..a716f114b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html index 871adf6c9..f793a72c6 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html index f83af4b4b..11debf045 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html index 3047e62b9..50a2dd3eb 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html index fb902815b..d76830e31 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html index cdf15d63d..48447eab0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html index 1984eccb3..ff5b065d5 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html index 231386a17..9a3d0999e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html index 3cf25b903..0ebf01b07 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html index 4eb688e0e..9c8fd8df0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html index 3b8fa9fdd..632851f6e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html index 3c8ea4843..0b95bd37d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html index 593867276..3b969cad7 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html index a4fc5c0da..acba4d910 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html index 79422d34d..4c2c3f8a0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html index 9ebc529d1..20968a462 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html index 6e1f149c7..66ce06f92 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html index a6d41d4ca..7c142227e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html index 3614d3858..3f40994f9 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html index 02469cd43..a61f225ae 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html index 8a8171a36..20bffb2a0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html index 9c57c1c2f..2bd742fbc 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html index 48a525b63..e94e215e0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html index fd9f27c7f..239567eea 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html index 350944907..97f78706b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html index 4ab84325a..d523b7241 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html index db46129c7..d390c6588 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html index 6a8efee8c..2f54b6d2d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html index 26ebd39ca..b31f9da46 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html index 6d6067a47..4a4c92593 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html index da22b92a1..30ac64718 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile.html index b4ed12eb8..d3ae45823 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html index 1362e5dc4..abcc14f3c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html index 197fc527d..983a74b63 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html index 8e794d2cd..42adfd871 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html index 40f892e42..0a19d699d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html index 1c482c7ad..98e46d273 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/index.html index fd057d3a6..d973133f7 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html index 48eae5023..bd6322663 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html index bdc592ac9..522fff0ea 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html index acfdecbcf..2967746b6 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html index 48f62a9a4..2e6f5c418 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html index 2a2a3fe89..033f06735 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html index a79fcf521..2ea3cde30 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html index eaded7c6e..6a7f0e76b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html index 5ba3b4d4c..06234aac8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html index 573e1a5dd..f76f9a8ed 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html index 7ea15ae36..e1a6c55e3 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html index 8506fa2b4..2975004b5 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html index 388367409..d6837ad88 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html index baed4883f..31694bd51 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html index 9970dd2e2..1922c3028 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html index bf2c9420f..e618d0bfd 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/index.html index a29805e22..be4867b40 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar-ui/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/index.html index f53fc65ea..ea05df4b3 100644 --- a/docs/dokka/current/older/0.3.0/gravatar-ui/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html index 7d59fc700..5731182f6 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html index f7e40eda1..b4eda8a02 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html index c2aba77f7..cb60eda1b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/icon-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/icon-url.html index 4df4e3b35..d39c6de7c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/icon-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/icon-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html index e1fbb8cdd..19b29d026 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html index 4adfcf366..8ee2672cf 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html index 90e18ab41..36d6c956d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html index 9e54312ab..15207a56f 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html index 6163912ea..7495ca5dc 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html index 5edaca32d..91f40ffff 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html index b6498580b..4961631cd 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html index df22543f5..a253708fd 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html index 272629cef..e3ce7a608 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html index f4321a12d..aad1ab632 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html index 05c78c9e7..cb8f62178 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html index 926358585..f33e063a9 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html index b0f5ec4e7..f1265d428 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html index 49ce4779a..2b964dffc 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html index 1585fd0ae..e9c57652a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/family-name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/family-name.html index 4b9cc7f74..824edfbf3 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/family-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/family-name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html index 41c5f6fd3..ab0bdb8a7 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/given-name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/given-name.html index 3722d0ee1..05ec0c0c0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/given-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/given-name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html index 23ce3abf2..88c44a5e8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html index e7e1b81ed..c27a82b59 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/index.html index bb5f1abfd..011c84a4c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/search-engines.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/search-engines.html index 5a451bbcd..4721a9b11 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/search-engines.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/search-engines.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html index 4ddebc16b..6096b828d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/about-me.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/about-me.html index 80e6c8e5e..872e523b2 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/about-me.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/about-me.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/accounts.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/accounts.html index 116ca0ca6..0ee8324d9 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/accounts.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/accounts.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/company.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/company.html index 65b5d3a80..272d9ae15 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/company.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/company.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/current-location.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/current-location.html index 0ba174bc4..7f3661690 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/current-location.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/current-location.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/display-name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/display-name.html index 5ac2ed852..ab5368c41 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/display-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/display-name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/emails.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/emails.html index 7a4267c57..607743ae3 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/emails.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/emails.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/hash.html index 48dfed368..e002e1ce4 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/index.html index bc48fd13a..cd4a75dba 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/job-title.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/job-title.html index f34f002ed..5fa0f8270 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/job-title.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/job-title.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html index a7aadb799..5cc9d79b6 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/name.html index 249695445..ded80c2f1 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/name.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html index d78144b49..85d89082e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/profile-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/profile-url.html index 4b0b4c1a3..e2f13d196 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/profile-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/profile-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronouns.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronouns.html index cc539071e..b055e3163 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronouns.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronouns.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html index d84c56d83..c0ba1abb9 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/request-hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/request-hash.html index 719613873..58132600a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/request-hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/request-hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/share-flags.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/share-flags.html index 81d274d57..5e45c9507 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/share-flags.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/share-flags.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html index 179252a15..de3ed7a99 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html index ff75eadfb..ff1ba26fc 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/entry.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/entry.html index 53db4efec..c7cc199ae 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/entry.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/entry.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/index.html index f1c0f5624..527c3d8b8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/index.html index d30f21daf..99e7cc08d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/avatar-url.html index c8d842005..be2b0bb4a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/avatar-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/avatar-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/formatted-user-info.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/formatted-user-info.html index bb8ff6a3a..d9051c4f3 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/formatted-user-info.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/formatted-user-info.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/hash.html index 7354faec6..cd078f0ec 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html index 9fec8caeb..d40d91ce1 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/profile-url.html index 03ca8db5f..43a08c07d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/profile-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/profile-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html index df13ca69a..86f15d77f 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/index.html index 0f84793c8..b9243ff26 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/upload.html index 498d227dc..325e1d319 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/upload.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html index 9a9c0b731..560c5f29b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html index 0a07a628f..8fe17deca 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html index 6f99d84d4..ce629d615 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html index fb86d534f..2b5163429 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html index b988be0bd..ee95bd498 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/entries.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/entries.html index 6f5e70c85..e2a46931a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/entries.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/entries.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/index.html index d40e72fe4..762ba7d7c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/value-of.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/value-of.html index 119abdfa5..ec275d8ce 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/value-of.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/value-of.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/values.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/values.html index f96bda91b..22789931c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/values.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/values.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/index.html index a83a2af9b..485e41639 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html index 080e2dfd9..2db67a91e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html index 2f080df47..7bc27733e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html index 5c06d617e..93a47a92d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html index 06e314f45..edcd8d87a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html index 64000ea80..9a26b2086 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html index d93e5f9c0..a9cfba391 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch.html index 2ece6375e..bb6a967a6 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/index.html index 8e6a71e5d..9d2e04a0d 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/-failure.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/-failure.html index 01adbda4d..670e4148c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/-failure.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/-failure.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/error.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/error.html index f9e3fb4d6..5a4c506cf 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/error.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/error.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/index.html index 1cfbb17fe..3ed391691 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/-success.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/-success.html index e2e80f908..b4b5c746e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/-success.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/-success.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/index.html index 5a3f0ebee..881c60495 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/value.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/value.html index ac411c6ae..29d0b8cdb 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/value.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/value.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/index.html index e9ae9ce6a..744e78033 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/value-or-null.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/value-or-null.html index dcdc76c77..095b67dc5 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/value-or-null.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/value-or-null.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/index.html index a81f98f1b..030bf7f87 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/-email.html index 6a15f78d6..434bc1fec 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/-email.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/-email.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/hash.html index 9502b67fa..44e5e662a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/index.html index 61a08ec3b..81e1f6902 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/to-string.html index bb3120478..61352fbf8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/to-string.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-email/to-string.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/-hash.html index 3174524dc..d98e73975 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/-hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/-hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/index.html index 9c71f6025..be497eb78 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/to-string.html index dccfaa24f..f87f99347 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/to-string.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/to-string.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/index.html index dd7c58cd4..f2a855fe1 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/sha256-hash.html index e3bc942e5..71752a449 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/sha256-hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/sha256-hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html index a16f84481..a7494911a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html index 6039cf9f4..2c5c0939a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html index 256773ce9..ef1d65b42 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/index.html index 9109fd00b..f669acc72 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html index 7e988da86..9493821b1 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/rating.html index 3a5874379..31ea69e26 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/rating.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html index 8eca6208e..7dc34c0c0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-companion/index.html index b44e0c562..2b6e04e36 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-companion/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html index 486ed618a..ca1f68a90 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/canonical-url.html index 2aaaeb5e0..81642b175 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/canonical-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/hash.html index f259cb42b..99261a48b 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/index.html index 8c3c32004..2007c43bf 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html index 22e7a715f..d485f7d72 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/url.html index 1c124f27b..573c4e0f5 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html index a076675a3..e7b935116 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html index ff69b9dfc..2594e4264 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html index 317dae894..95ac93189 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html index 274b46dd5..f3f6eb1be 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html index 3d78d0937..98e2abbba 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html index 59dac19dc..f5aab1a93 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html index 729bd0411..187a34152 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html index 31be0a1e2..37ec0cd5c 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html index 5e6cb9eda..7fea02228 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html index a70128da9..fdd0cd7b8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html index 9b0eb1abc..9e0833a8a 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/index.html index 576fc2759..39cd6d149 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/query-param.html index e7b3f6052..7aab02db0 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/query-param.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-default-avatar-option/query-param.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-general/index.html index 3d44c24f5..7a1f7d89e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-general/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-general/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html index 998e8503c..b0d393a8f 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-restricted/index.html index a1bd5b4d4..c7bb0c705 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-restricted/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-restricted/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-x/index.html index 1eaadd0d6..39232a6e8 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-x/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/-x/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/entries.html index e6494ea4f..2ed8e6629 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/entries.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/entries.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/index.html index 00e83d480..b6546ad87 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/index.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/rating.html index 96f644901..bb3c227dd 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/rating.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/rating.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/value-of.html index a4dfd0122..b7e328813 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/value-of.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/value-of.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/values.html index ec589c586..c4947ba65 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/values.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/values.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/-profile-url.html index b2d1b4eb2..f70c3edf7 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/-profile-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/-profile-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/avatar-url.html index d16dc8a92..49092ceee 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/avatar-url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/avatar-url.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/hash.html index 24040716a..de41d4047 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/hash.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/hash.html @@ -44,7 +44,7 @@
diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/index.html index fac4a6e47..c47f9f547 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/url.html index 245860acd..df546cbda 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html index f51576432..1abf6ea38 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/0.3.0/gravatar/index.html b/docs/dokka/current/older/0.3.0/gravatar/index.html index c9f22f56a..05442163e 100644 --- a/docs/dokka/current/older/0.3.0/gravatar/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/0.3.0/index.html b/docs/dokka/current/older/0.3.0/index.html index 5935b713a..516a60144 100644 --- a/docs/dokka/current/older/0.3.0/index.html +++ b/docs/dokka/current/older/0.3.0/index.html @@ -48,7 +48,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html index ea51d8cbb..5ef98f489 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html index 365404327..5f86607cc 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html index 2fb6b8ceb..25266eb10 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html index ab89e439f..87d25538f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html index 8f3589532..e26c47cea 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html index f7b4b764f..d52a78bd9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html index a481dc71c..802390b75 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html index 8dafc5811..89838fc12 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html index 73a6105cb..9ee43843b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html index b88efb890..e4080c252 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html index 979d49ab9..2deb1158e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html index a6cc7aa63..04ea55283 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html index e59535e2d..5ea858b58 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html index a8fe7c7d2..e174200c8 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html index 035e03648..13936092a 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html index 941ba795e..c344beaa6 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html index a48b1703c..0a41e48d2 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html index d9ab72812..a5ea0373b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html index 1f3995a7a..56a8e0732 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html index ce8055bbb..93093d108 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html index 5a08f7eaf..eba1587f4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html index 4b579bcae..963bc6255 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html index 956e4d28d..132e3ebd7 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html index 959ab4b62..3c81ef06d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html index 71b3488c0..8804dab53 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html index 75abd30d6..c58fc2b73 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html index da5e3e38b..8e11bbbfb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html index ed34009e3..68dc8c0db 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html index 457bed9cc..dd1ad33ca 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html index cb08391fc..0de267b9b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html index 6fa5bd4f7..ba28830a9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html index d9a503067..dd7043721 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html index 44a4080d8..f54020501 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html index 5913e321f..686c20b82 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html index d26dcde2e..858e2da06 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html index 2ecb3e704..d1a96128c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html index b02022012..d0809865f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html index 48b19f042..22ea7b312 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html index 57ed6bd04..93f6276ac 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html index 3c662d701..a4bb4ecd4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html index a4abfb3d6..11f9c1fbb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html index 0717a8c14..1e6717895 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html index 9549db5e2..d0b16c028 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html index c6ab5a3eb..7c037a06f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html index 9ab33fa3b..f16202ce9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html index 717c9d6d3..024861ab5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html index b095402c2..147e3e1e5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html index b198dd932..2da7b270f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html index 5ad8ccd40..f0ba003aa 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html index 0aea71fbf..d7239c36b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html index 7c6ba6271..df490ce35 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html index 0f0c91cad..baf58d474 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html index 74a468083..e32d22ccb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html index 721d59894..8fcb26c64 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html index 313f38035..d2f908619 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html index b867df31b..685f74b31 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html index 0fdeae600..788672787 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html index cef8e5b30..158ddc4f2 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html index b8c229d8a..3fc35c931 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html index 11a3a20d6..2bf395c50 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html index f589e93cb..13c668946 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html index c84b39548..9f2df3535 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html index 4edbe0860..0d646cd33 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html index 6964b9511..d02ab7e09 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html index 220a8adf5..62883d0a0 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html index 2cbd5f9bc..c1e0426ee 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html index 29dc0655b..9f89a7c4d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html index 0deed1649..2fc2185ca 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/index.html index 618484d09..162a0a660 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/com.gravatar.ui/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar-ui/index.html b/docs/dokka/current/older/1.0.0/gravatar-ui/index.html index d91da5dba..bd1bb2aaa 100644 --- a/docs/dokka/current/older/1.0.0/gravatar-ui/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar-ui/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html index 5be89a35a..7981d2007 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html index a0c2e15d0..fec583d96 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html index da1c2d272..2f3ac16a4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html index 45d66f9f0..80c13dca4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html index 876e9e5d9..39a44da30 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html index c4b58e344..4a8589490 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html index 397af3d15..b851860d8 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html index a592fbc5c..ceef7d38b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/index.html index eee8c539d..12d009cb8 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/label.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/label.html index 29f7223bc..445273697 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/label.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/label.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/url.html index b590b7b94..a471a7ce4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-link/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html index c3bb1077a..81ff82925 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html index c766f7da6..981793efd 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html index 74f47a9c8..829687f71 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html index 0336f2872..520fff0da 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html index 2d7743fc3..b676028a1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html index bfd712693..42af09b17 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html index 624a91028..f82155a01 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html index fb6457d6d..7315d7acd 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html index 3a4cb145f..e781139a4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html index 7f07c9b62..8f4bf054a 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html index 46bab1e98..a71bc29c1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html index dc797581e..5f5bc0461 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html index 6d53ab044..7c6195b33 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html index eaf569c6c..bd7250d2f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html index 63a3165a8..5294a725c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html index 5af8459ef..8476f5f1d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html index 124b34384..0811ed48f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html index 9d4877ee3..53e4a9af5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html index 4796d820c..0dba248cf 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html index a9b086b98..41bd6baf2 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html index df663eb0a..99eb7a82e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html index 4f7e8a0bc..871057f5d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html index 3987701b0..ff38b3e3f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html index 7c533aef0..eb27a07e9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html index eb8c66c7c..b7031f17f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html index 1cfa6cef9..3d2743cf1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html index 289b3e65a..379719585 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html index 7af557b22..6705dd3eb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html index 5ee654f1d..5b8a9a2e5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html index 95399aafa..76c437184 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html index 9b815ff3c..4299b1eab 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html index 9a5324c86..2df12416c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html index 4d0e528df..33d95c3bf 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html index 62af73716..5f36c2472 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html index 421474d7b..dad7717c8 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html index 8a8747374..11bac5b49 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html index 90e7de8a6..6bde41425 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html index 74a99b2bd..6b17b8012 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html index 43620aed9..e825f6201 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/index.html index 6597d78cc..a2e901047 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.api.models/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html index 903b5f55e..3d0904957 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html index e51f00d21..358ef99cb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html index b878dcfce..2ff175eb1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/hash.html index b73a3b95e..21bfd289d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/index.html index 582591a16..2ce481299 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/profile-url.html index 21d86f7ae..2b594ed41 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/profile-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.extensions/profile-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html index d5b3b6080..39598a0d5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html index 398399375..323cf5d1c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html index 6c1fe7d7d..53417b814 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html index b85731267..33ee3a5ce 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html index 82defa1bf..f7cb3ec5f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html index 13f1259aa..833180c77 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html index e40718be5..6affa4f68 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html index 851c1c6dc..45eb04faa 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html index 5cba465bc..58c295214 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html index 7158c3c9f..cdbfd3090 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/index.html index aaadb4e4d..4243f7463 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html index 9e4913906..4704dcfe6 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/values.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/values.html index 222b0e285..c6c443516 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/values.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-error-type/values.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html index ee0d206bf..de2ef46da 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html index f9d47fe04..c04528a3b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html index d1235d0b5..7570383b0 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html index b037ee8e8..ddaf30b1e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html index d915576bb..d00a7ade6 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html index f3580ee92..855f8ea89 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html index a3314e795..0c6b2339a 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html index db90292e7..824ccff46 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html index b15038446..8afa67d3f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/index.html index 1cc3e9409..d891878bd 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-failure/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html index 806cc6800..24ee6ac5b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html index bd2718060..7fe67590e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html index ceefad59a..227087a17 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/index.html index ed19b17a8..f3ba7b17f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html index 60d4f0d86..4ffcd758d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/index.html index 444da4634..45a5abbe9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.services/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/-email.html index eee8fde16..c597ff20d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/-email.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/-email.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/hash.html index c27f8e17e..32e335cbb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/index.html index 3dd6d3fa2..9529566ef 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/to-string.html index 49fb9149a..57544ba5d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/to-string.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-email/to-string.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html index efb636864..a6f74654d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/index.html index 86904f7cd..1db873e04 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html index 62b9b872e..68f1ec270 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/index.html index 8460041b2..b2ba9683b 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/sha256-hash.html index d2b5097e3..5051509e5 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/sha256-hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar.types/sha256-hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html index 17c709ea1..49ab000d3 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html index 4343891bb..9eb822465 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html index e83133f69..a2a998beb 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html index 3738f5698..6ff585e95 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html index 07cecb6c0..d83f31124 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html index 269697e20..b7a3bfed1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html index 28d1cb55b..fba0adee0 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html index bddae778c..0fa80582f 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html index bb7425476..e6a77b3a8 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html index a582aadec..5f8efe9a9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html index 17fd976a3..eb9330d54 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/index.html index a42303304..b8c9d59c6 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html index 7cf3d2b8e..e9353d3c6 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/url.html index 13f73075e..0002ac8d9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-avatar-url/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html index bc60d4b87..9a9833f35 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html index dcc0bd508..2c190f162 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html index 5552ca317..aff812bde 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html index 54c5824fc..9c63b4543 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html index 0525c2d15..fdf2fb5a4 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html index 85fa440c4..3c15fc3f7 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html index 0d9880f8b..136c8ce73 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html index 71723f41e..38fa07e9e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html index e08b03a48..9f971894e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html index 004f83d72..77ce95c72 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html index 308372d28..ce127ea38 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html index 36da63dff..2e5208aab 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html index 6247d7fbc..50ce9f54e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html index d9fd852aa..df5d14c8c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html index 9b9f6ae01..33713e7dc 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html index 6e31313bb..4c946f2c9 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/index.html index 5984acb88..bcb7ede32 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html index 49587a7cf..3a6da4b8d 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html index ba0e98e8d..b24eb1ba2 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html index 3501427c1..4ed8724e2 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html index b2e14bd69..7c244ccad 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html index a9a7b15c4..6066b2323 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/entries.html index e7b408e54..e71549be1 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/entries.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/entries.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/index.html index c3aa2ef9f..58e738897 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/rating.html index a06e2efaf..265f2b61c 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/rating.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/rating.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html index 45cfefc76..a210de324 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/values.html index a4df08f4a..685658a83 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/values.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-image-rating/values.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html index ba90ad2cb..cd2d24841 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html index 597ab1ddd..5a50e2a7e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/hash.html index dec791570..fabd5483e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/hash.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/hash.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/index.html index 29ed12533..71e5ee4cd 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/url.html index 24ad85723..cdc0433af 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/url.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/-profile-url/url.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/index.html b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/index.html index 2bf255718..05f6c515e 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/com.gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/gravatar/index.html b/docs/dokka/current/older/1.0.0/gravatar/index.html index 97ed41514..bee745e21 100644 --- a/docs/dokka/current/older/1.0.0/gravatar/index.html +++ b/docs/dokka/current/older/1.0.0/gravatar/index.html @@ -44,7 +44,7 @@ diff --git a/docs/dokka/current/older/1.0.0/index.html b/docs/dokka/current/older/1.0.0/index.html index a05d3508a..8a86c8ea8 100644 --- a/docs/dokka/current/older/1.0.0/index.html +++ b/docs/dokka/current/older/1.0.0/index.html @@ -48,7 +48,7 @@ diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html new file mode 100644 index 000000000..c2b4d85fa --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -0,0 +1,89 @@ + + + + + AboutMe + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AboutMe

+
+
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


@JvmName(name = "AboutMeWithComponentState")
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.AboutMe

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.AboutMe

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html new file mode 100644 index 000000000..f375c58c9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -0,0 +1,81 @@ + + + + + Avatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Avatar

+
+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


@JvmName(name = "AvatarWithComponentState")
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Avatar

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query


fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Avatar

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html similarity index 95% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html index 4128f09bd..890daaafe 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

DisplayNamePre + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html new file mode 100644 index 000000000..c41252004 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -0,0 +1,81 @@ + + + + + DisplayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayName

+
+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


@JvmName(name = "DisplayNameWithComponentState")
fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the text


fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.DisplayName

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.DisplayName

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html new file mode 100644 index 000000000..605a3186f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html @@ -0,0 +1,150 @@ + + + + + Calendly + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Calendly

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html new file mode 100644 index 000000000..a624ca65c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html @@ -0,0 +1,105 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueForLabel(shortname: String): LocalIcon?

Returns the LocalIcon enum value for the given label.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html new file mode 100644 index 000000000..f9fc23403 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html @@ -0,0 +1,81 @@ + + + + + valueForLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueForLabel

+
+
fun valueForLabel(shortname: String): LocalIcon?

Returns the LocalIcon enum value for the given label.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html new file mode 100644 index 000000000..046334041 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html @@ -0,0 +1,150 @@ + + + + + Fediverse + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Fediverse

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html new file mode 100644 index 000000000..7d01a8fc4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html @@ -0,0 +1,150 @@ + + + + + Foursquare + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Foursquare

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html new file mode 100644 index 000000000..d46cf047d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html @@ -0,0 +1,150 @@ + + + + + Github + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Github

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html new file mode 100644 index 000000000..49216f74b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html @@ -0,0 +1,150 @@ + + + + + Gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Gravatar

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html new file mode 100644 index 000000000..2c1c9392e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html @@ -0,0 +1,150 @@ + + + + + Instagram + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Instagram

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html new file mode 100644 index 000000000..b9ac54902 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html @@ -0,0 +1,150 @@ + + + + + Mastodon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Mastodon

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html new file mode 100644 index 000000000..c8b8dad67 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html @@ -0,0 +1,150 @@ + + + + + StackOverflow + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

StackOverflow

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html new file mode 100644 index 000000000..8a79ff5ee --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html @@ -0,0 +1,150 @@ + + + + + TikTok + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TikTok

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html new file mode 100644 index 000000000..18332dc1b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html @@ -0,0 +1,150 @@ + + + + + TripIt + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TripIt

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html new file mode 100644 index 000000000..6adc44395 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html @@ -0,0 +1,150 @@ + + + + + Tumblr + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Tumblr

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html new file mode 100644 index 000000000..4872cb0e4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html @@ -0,0 +1,150 @@ + + + + + Twitch + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Twitch

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html new file mode 100644 index 000000000..808379e1c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html @@ -0,0 +1,150 @@ + + + + + Twitter + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Twitter

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html new file mode 100644 index 000000000..0b1f4cb40 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html @@ -0,0 +1,150 @@ + + + + + Vimeo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Vimeo

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html new file mode 100644 index 000000000..607f9ee68 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html @@ -0,0 +1,150 @@ + + + + + WordPress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

WordPress

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html new file mode 100644 index 000000000..ed209d5d0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html @@ -0,0 +1,81 @@ + + + + + entries + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html new file mode 100644 index 000000000..9659b4eb1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -0,0 +1,81 @@ + + + + + imageResource + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageResource

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html new file mode 100644 index 000000000..e26025cd9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html @@ -0,0 +1,447 @@ + + + + + LocalIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalIcon

+

LocalIcon is a predefined list of social media icons that can be used in the SocialIcon composable.

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOf(value: String): LocalIcon

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html new file mode 100644 index 000000000..6986de6cc --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -0,0 +1,81 @@ + + + + + shortname + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shortname

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html new file mode 100644 index 000000000..eec0da0db --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html @@ -0,0 +1,81 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+
fun valueOf(value: String): LocalIcon

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html new file mode 100644 index 000000000..8082b71b1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html @@ -0,0 +1,81 @@ + + + + + values + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html new file mode 100644 index 000000000..4afe39cf5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -0,0 +1,89 @@ + + + + + Location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Location

+
+
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


@JvmName(name = "LocationWithComponentState")
fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Location

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.Location

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html new file mode 100644 index 000000000..90380d04d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html @@ -0,0 +1,81 @@ + + + + + SocialIconRow + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialIconRow

+
+
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

socialMedia

The list of social media accounts to display

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


@JvmName(name = "SocialIconRowWithComponentState")
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.SocialIconRow

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.SocialIconRow

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html new file mode 100644 index 000000000..99e8babf3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html @@ -0,0 +1,81 @@ + + + + + SocialIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialIcon

+
+
fun SocialIcon(media: SocialMedia, modifier: Modifier = Modifier)

SocialIcon is a composable that displays a clickable icon for a social media account. The link will navigate to the Gravatar user's profile on the social media platform.

Parameters

media

The social media account to display

modifier

Composable modifier

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html new file mode 100644 index 000000000..06bd8faa3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html @@ -0,0 +1,81 @@ + + + + + SocialMedia + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialMedia

+
+
constructor(url: URL, name: String, iconUrl: URL? = null, icon: LocalIcon? = null)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html new file mode 100644 index 000000000..0b96b690d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html @@ -0,0 +1,81 @@ + + + + + iconUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

iconUrl

+
+
val iconUrl: URL? = null
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html new file mode 100644 index 000000000..5728dbe1d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html @@ -0,0 +1,81 @@ + + + + + icon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

icon

+
+
val icon: LocalIcon? = null
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html new file mode 100644 index 000000000..ac5e6e848 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html @@ -0,0 +1,169 @@ + + + + + SocialMedia + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialMedia

+
class SocialMedia(val url: URL, val name: String, val iconUrl: URL? = null, val icon: LocalIcon? = null)

SocialMedia is a data class that represents a social media account that Gravatar users can add to their profiles.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(url: URL, name: String, iconUrl: URL? = null, icon: LocalIcon? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val icon: LocalIcon? = null

The LocalIcon for the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val iconUrl: URL? = null

The URL of the icon for the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The name of the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URL

The URL of the social media account.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html new file mode 100644 index 000000000..8597e109b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -0,0 +1,81 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html new file mode 100644 index 000000000..8cefd5e1e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URL
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html new file mode 100644 index 000000000..26d21eb90 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -0,0 +1,89 @@ + + + + + UserInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

UserInfo

+
+
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


@JvmName(name = "UserInfoWithComponentState")
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.UserInfo

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.UserInfo

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html new file mode 100644 index 000000000..5f187a9ec --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -0,0 +1,81 @@ + + + + + ViewProfileButton + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViewProfileButton

+
+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


@JvmName(name = "ViewProfileButtonWithComponentState")
fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.atomic.ViewProfileButton

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html new file mode 100644 index 000000000..d233fde51 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -0,0 +1,282 @@ + + + + + com.gravatar.ui.components.atomic + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

LocalIcon is a predefined list of social media icons that can be used in the SocialIcon composable.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class SocialMedia(val url: URL, val name: String, val iconUrl: URL? = null, val icon: LocalIcon? = null)

SocialMedia is a data class that represents a social media account that Gravatar users can add to their profiles.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })
@JvmName(name = "AboutMeWithComponentState")
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
@JvmName(name = "AvatarWithComponentState")
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)

Avatar is a composable that displays a user's avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))
@JvmName(name = "DisplayNameWithComponentState")
fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })
@JvmName(name = "LocationWithComponentState")
fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SocialIcon(media: SocialMedia, modifier: Modifier = Modifier)

SocialIcon is a composable that displays a clickable icon for a social media account. The link will navigate to the Gravatar user's profile on the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
@JvmName(name = "SocialIconRowWithComponentState")
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })
@JvmName(name = "UserInfoWithComponentState")
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
@JvmName(name = "ViewProfileButtonWithComponentState")
fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html new file mode 100644 index 000000000..718c7e2e5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html @@ -0,0 +1,85 @@ + + + + + Empty + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Empty

+
data object Empty : ComponentState<Nothing>

Empty represents the state where the data is empty

+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html new file mode 100644 index 000000000..d9048ac01 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html @@ -0,0 +1,81 @@ + + + + + Loaded + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loaded

+
+
constructor(loadedValue: T)

Parameters

T

the type of the information to load

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html new file mode 100644 index 000000000..1e1aa9d36 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html @@ -0,0 +1,124 @@ + + + + + Loaded + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loaded

+
data class Loaded<T>(val loadedValue: T) : ComponentState<T>

Loaded represents the state where the user data has been loaded.

Parameters

T

the type of the information to load

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(loadedValue: T)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The loaded information

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html new file mode 100644 index 000000000..1dcf40c83 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -0,0 +1,81 @@ + + + + + loadedValue + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

loadedValue

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html new file mode 100644 index 000000000..819ccab7a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html @@ -0,0 +1,85 @@ + + + + + Loading + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loading

+

Loading represents the state where the data is still loading.

+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html new file mode 100644 index 000000000..41b28cb38 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html @@ -0,0 +1,135 @@ + + + + + ComponentState + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ComponentState

+
sealed class ComponentState<out T>

ComponentState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Empty : ComponentState<Nothing>

Empty represents the state where the data is empty

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Loaded<T>(val loadedValue: T) : ComponentState<T>

Loaded represents the state where the user data has been loaded.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Loading represents the state where the data is still loading.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html similarity index 95% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html index 524dfc115..7dcba446f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

DisplayNamePre + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html similarity index 95% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html index 7fdfd6fa7..33aa8b738 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

LargeProfileLoading< + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html new file mode 100644 index 000000000..9de107751 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -0,0 +1,93 @@ + + + + + LargeProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfileSummary

+
+
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + inlineContent = null, + ) + })

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfileSummary

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a LegacyProfile, it displays a LargeProfileSummary using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfileSummary

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a LegacyProfile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html new file mode 100644 index 000000000..707a268a4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -0,0 +1,92 @@ + + + + + LargeProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfile

+
+
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + ) + })

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfile

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LegacyProfile using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.LargeProfile

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html similarity index 95% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html index 75a1990de..d35f1c1f3 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

LoadingToLoaded + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html new file mode 100644 index 000000000..75a3a3e31 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -0,0 +1,92 @@ + + + + + ProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileSummary

+
+
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "ProfileSummaryWithComponentState")
fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.height(32.dp), + ) + })

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.ProfileSummary

ProfileSummary is a composable that displays a mini profile card. Given a LegacyProfile, it displays a profile summary card using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.ProfileSummary

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a LegacyProfile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile.html new file mode 100644 index 000000000..c29f16bd2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -0,0 +1,89 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


@JvmName(name = "ProfileWithComponentState")
fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton(profileState, Modifier.padding(0.dp)) + })

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button


fun Profile(profile: Profile, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.Profile

Profile is a composable that displays a user's profile card. Given a LegacyProfile, it displays a profile UI component using the atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.ui.components.Profile

Profile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/index.html new file mode 100644 index 000000000..9da0825e5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui.components/index.html @@ -0,0 +1,255 @@ + + + + + com.gravatar.ui.components + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class ComponentState<out T>

ComponentState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LegacyProfile using the atomic components provided within the SDK.

fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a LargeProfile or the skeleton if it's in a loading state.

@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + ) + })

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun LargeProfileLoadingPreview()
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a LegacyProfile, it displays a LargeProfileSummary using the atomic components provided within the SDK.

fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a LegacyProfile, it displays a LargeProfileSummary in the appropriate state.

@JvmName(name = "LargeProfileWithComponentState")
fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + inlineContent = null, + ) + })

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a LegacyProfile, it displays a profile UI component using the atomic components provided within the SDK.

fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a ComponentState for a LegacyProfile, it displays a Profile in the appropriate state.

@JvmName(name = "ProfileWithComponentState")
fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton(profileState, Modifier.padding(0.dp)) + })

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a LegacyProfile, it displays a profile summary card using the atomic components provided within the SDK.

fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a LegacyProfile, it displays a profile summary card using the other atomic components.

@JvmName(name = "ProfileSummaryWithComponentState")
fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.height(32.dp), + ) + })

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html similarity index 96% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html index 121f2a7b2..c4d6b103f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -44,7 +44,7 @@ @@ -132,3 +132,4 @@

Functions

+ diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html similarity index 92% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html index b9d15136d..8f984e0d6 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

onAvatarUpload + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html similarity index 96% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html index 5f58fa3d7..152345fab 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

GravatarImagePicker< + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html new file mode 100644 index 000000000..a9b9ebbb1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html @@ -0,0 +1,81 @@ + + + + + GravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarTheme

+
+
fun GravatarTheme(content: @Composable () -> Unit)

GravatarTheme is a composable that wraps the content of the application with the Gravatar theme.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html new file mode 100644 index 000000000..6c86f836d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -0,0 +1,81 @@ + + + + + colorScheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

colorScheme

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html new file mode 100644 index 000000000..18014d37c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html @@ -0,0 +1,135 @@ + + + + + GravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarTheme

+
interface GravatarTheme

GravatarTheme contains the colors, typography, and shapes to be used in the Gravatar UI components. Those values follow the Gravatar style guide but can be customized by the user. In order to customize the theme, the user can provide a custom GravatarTheme using Composition Local

colorScheme The color scheme to be used in the Gravatar UI components typography The typography to be used in the Gravatar UI components shapes The shapes to be used in the Gravatar UI components

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open val shapes: Shapes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html new file mode 100644 index 000000000..3c492ce4d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html @@ -0,0 +1,81 @@ + + + + + shapes + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shapes

+
+
open val shapes: Shapes
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html new file mode 100644 index 000000000..0f293204c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -0,0 +1,81 @@ + + + + + typography + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

typography

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html similarity index 93% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html index 25057d976..1603e56f0 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

ImageEditionSt + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html similarity index 97% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html index 7b8230d65..2030983f3 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -44,7 +44,7 @@ @@ -151,3 +151,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html similarity index 93% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html index 1b5fab7fb..f14e57181 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

statusBarColor + diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html similarity index 93% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html index dd1be5989..a11d9ef1c 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

toolbarColor

+ diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html similarity index 92% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html rename to docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html index b9c1862b8..25b3694cd 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

toolbarWidgetC + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html new file mode 100644 index 000000000..0c162051e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -0,0 +1,81 @@ + + + + + LocalGravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalGravatarTheme

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html new file mode 100644 index 000000000..631b7c6d2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -0,0 +1,81 @@ + + + + + gravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatarTheme

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/index.html new file mode 100644 index 000000000..3973b080c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/com.gravatar.ui/index.html @@ -0,0 +1,203 @@ + + + + + com.gravatar.ui + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package includes the UI components provided with the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Listener for GravatarImagePickerWrapper that provides a way be informed about the avatar upload status.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface GravatarTheme

GravatarTheme contains the colors, typography, and shapes to be used in the Gravatar UI components. Those values follow the Gravatar style guide but can be customized by the user. In order to customize the theme, the user can provide a custom GravatarTheme using Composition Local

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ImageEditionStyling(val statusBarColor: Int? = null, val toolbarColor: Int? = null, val toolbarWidgetColor: Int? = null)

Options to customize the image edition screen.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, wordpressBearerToken: String, listener: GravatarImagePickerWrapperListener, modifier: Modifier = Modifier, imageEditionOptions: ImageEditionStyling = ImageEditionStyling())

UI component that wraps the received @Composable, allowing the user to pick an image from the gallery and upload it to Gravatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun GravatarTheme(content: @Composable () -> Unit)

GravatarTheme is a composable that wraps the content of the application with the Gravatar theme.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/index.html b/docs/dokka/current/older/1.1.0/gravatar-ui/index.html new file mode 100644 index 000000000..4746f9e53 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/index.html @@ -0,0 +1,139 @@ + + + + + gravatar-ui + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar-ui

+

This module contains the UI components for the Gravatar SDK.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package includes the UI components provided with the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar-ui/navigation.html b/docs/dokka/current/older/1.1.0/gravatar-ui/navigation.html new file mode 100644 index 000000000..dbc139f1d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar-ui/navigation.html @@ -0,0 +1,653 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+ +
+ +
+ +
+ + + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ Failure +
+
+
+
+ Success +
+
+
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+
+ + + +
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+ +
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html index a2634ca7e..15d299d87 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

CryptoWalletAd + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html index 75c4f834f..f5275a56c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

address

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html index 3500d6b9e..8e4cad9ae 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html @@ -44,7 +44,7 @@ @@ -136,3 +136,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html index 098f934d0..08857c584 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

label

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html index b4de44229..3254f158c 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

GalleryImage

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/index.html index 1f6026138..793ab3ea5 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/index.html @@ -44,7 +44,7 @@ @@ -121,3 +121,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/url.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/url.html index 16832f423..2d4872139 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-gallery-image/url.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

url

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/-link.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/-link.html index 4e49fffaf..f2885885b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/-link.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

Link

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/index.html index b78824570..71514bbd6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/index.html @@ -44,7 +44,7 @@ @@ -136,3 +136,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/label.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/label.html index facbb8bf3..7c9c87d5f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/label.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

label

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/url.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/url.html index 809ed8b2f..f18db7417 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-link/url.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

url

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html similarity index 96% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html index 308ff6d38..fd625d5da 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

ProfileContact + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html index 1075e3925..3feebf32d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

calendar

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html index ed0181432..0545c37cd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

cellPhone

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html index a1340cd8f..8c9c7da18 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

contactForm

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/email.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/email.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html index b4f932bc7..9c5e0ecdf 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/email.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

email

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html index 31b301711..afc73cc17 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

homePhone

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html similarity index 98% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html index 8a5fc8940..2cd31f865 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html @@ -44,7 +44,7 @@ @@ -196,3 +196,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html index 9d09057f2..ee03f7f92 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

workPhone

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html index 62d6978d7..35855f0e6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

ProfilePayments + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html index 818fc4657..25679d36b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

cryptoWallets

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/index.html index 52122a0f4..6ea5f8fa5 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/index.html @@ -44,7 +44,7 @@ @@ -136,3 +136,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/links.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/links.html index 90be13a37..0634cff7e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile-payments/links.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

links

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/-profile.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/-profile.html similarity index 98% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/-profile.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/-profile.html index 33e52b0b5..22b8401bd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/-profile.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/-profile.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

Profile

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html index 33290717b..cc539aa14 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

avatarAltText< + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-url.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html index 99b80381e..a0a1542ef 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-url.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

avatarUrl

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/company.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/company.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/company.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/company.html index d72b986ca..d0cb40201 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/company.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/company.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

company

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/contact-info.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/contact-info.html index 6fab33663..f47bcd14d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/contact-info.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

contactInfo

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/description.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/description.html index b809fb393..612539970 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/description.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

description

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/display-name.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/display-name.html index c84046db3..00762cd92 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/display-name.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

displayName

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/gallery.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/gallery.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/gallery.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/gallery.html index 26f66722b..331f99fbc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/gallery.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/gallery.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

gallery

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/hash.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/hash.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/hash.html index 38a6cd9a1..8541632ee 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/hash.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/hash.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

hash

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/index.html similarity index 99% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/index.html index 87f4bc2d1..f80d49241 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/index.html @@ -44,7 +44,7 @@ @@ -455,3 +455,4 @@

Functions

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/job-title.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/job-title.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/job-title.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/job-title.html index 950539318..426a154c7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/job-title.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/job-title.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

jobTitle

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html index fc659afe6..f038cd46a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

lastProfileEdi + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/links.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/links.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/links.html index cb326b553..592ad3755 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/links.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/links.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

links

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/location.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/location.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/location.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/location.html index bc6d4fcba..7d05db2a0 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/location.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/location.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

location

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html index 0e682915a..237786f0e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

numberVerified + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/payments.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/payments.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/payments.html index ce3a80df7..3902e2b1f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/payments.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/payments.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

payments

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/profile-url.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/profile-url.html index b05dce178..f00609594 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/profile-url.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

profileUrl

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronouns.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronouns.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronouns.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronouns.html index e3379c448..8d7ba0fd7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronouns.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronouns.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

pronouns

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html index cc476c1cb..e30ff4fe9 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

pronunciation

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/registration-date.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/registration-date.html index 3b6e6b9c4..5e8cda9d3 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/registration-date.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

registrationDate + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-profile/verified-accounts.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html index 203f9198d..dc2903ecc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/verified-accounts.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

verifiedAccounts + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html index ff35db858..2374bbf42 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

VerifiedAccount + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/index.html similarity index 98% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/index.html index f7366bbad..5ad89829e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/index.html @@ -44,7 +44,7 @@ @@ -166,3 +166,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html index 05727092a..ae2a5c8c3 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

serviceIcon

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html index f508437c6..82aab0d35 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

serviceLabel

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html index a50aa51b1..40bbc545a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

serviceType

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/url.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/url.html index a8882341c..22b82ffeb 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/-verified-account/url.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

url

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/index.html similarity index 99% rename from docs/dokka/current/gravatar/com.gravatar.api.models/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/index.html index 63e11a781..171cbc6e2 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.api.models/index.html @@ -44,7 +44,7 @@ @@ -192,3 +192,4 @@

Types

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/avatar-url.html new file mode 100644 index 000000000..74cf7fc44 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/avatar-url.html @@ -0,0 +1,81 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/default-profile.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/default-profile.html new file mode 100644 index 000000000..a99c8b4ed --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/default-profile.html @@ -0,0 +1,81 @@ + + + + + defaultProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultProfile

+
+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar.extensions/empty-profile.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/empty-profile.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.extensions/empty-profile.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/empty-profile.html index d14c14992..8ba21eafd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.extensions/empty-profile.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/empty-profile.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

emptyProfile

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/formatted-user-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/formatted-user-info.html new file mode 100644 index 000000000..c131f08ec --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/formatted-user-info.html @@ -0,0 +1,81 @@ + + + + + formattedUserInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

formattedUserInfo

+
+

Get formatted user info for a user profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/hash.html new file mode 100644 index 000000000..1320a4e32 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+

Get the hash for a user profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/index.html new file mode 100644 index 000000000..6b863f4a1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/index.html @@ -0,0 +1,179 @@ + + + + + com.gravatar.extensions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun emptyProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: Instant? = null, registrationDate: Instant? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get formatted user info for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the hash for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the profile URL for a user profile.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/profile-url.html new file mode 100644 index 000000000..bc37d2581 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.extensions/profile-url.html @@ -0,0 +1,81 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+

Get the profile URL for a user profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html new file mode 100644 index 000000000..e1e578456 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html @@ -0,0 +1,81 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html new file mode 100644 index 000000000..ae2172ad5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html new file mode 100644 index 000000000..39f6f63c5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html @@ -0,0 +1,81 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html new file mode 100644 index 000000000..6abc72645 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html new file mode 100644 index 000000000..b2981e899 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html @@ -0,0 +1,188 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html new file mode 100644 index 000000000..cd26e9c01 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html @@ -0,0 +1,81 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html new file mode 100644 index 000000000..8611cbe85 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html @@ -0,0 +1,81 @@ + + + + + setAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAddress

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html new file mode 100644 index 000000000..88188ade0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html @@ -0,0 +1,81 @@ + + + + + setLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLabel

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html new file mode 100644 index 000000000..5b09d7296 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html @@ -0,0 +1,81 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

+
+
@SerializedName(value = "address")
val address: String

Parameters

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html new file mode 100644 index 000000000..fc5f4d08b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html new file mode 100644 index 000000000..6e5ce19ac --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html new file mode 100644 index 000000000..255cc6c6d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html @@ -0,0 +1,188 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+

A crypto currency wallet address the user accepts.

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "address")
val address: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html new file mode 100644 index 000000000..62b194edf --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html @@ -0,0 +1,81 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+
@SerializedName(value = "label")
val label: String

Parameters

label

The label for the crypto currency.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html new file mode 100644 index 000000000..da0c95a65 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image.html new file mode 100644 index 000000000..be2e6cb69 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image.html @@ -0,0 +1,81 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html new file mode 100644 index 000000000..6183288cb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html new file mode 100644 index 000000000..6f4e75bcf --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html @@ -0,0 +1,81 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html new file mode 100644 index 000000000..df4f7e35b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html new file mode 100644 index 000000000..488a9a85f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html @@ -0,0 +1,188 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html new file mode 100644 index 000000000..ed68e14d6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html @@ -0,0 +1,81 @@ + + + + + setAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAltText

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html new file mode 100644 index 000000000..a1687aafe --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html @@ -0,0 +1,81 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html new file mode 100644 index 000000000..5a42df395 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html new file mode 100644 index 000000000..20ad3798d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html @@ -0,0 +1,81 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+
@SerializedName(value = "alt_text")
val altText: String? = null

Parameters

altText

The image alt text.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html new file mode 100644 index 000000000..09885f6a8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html new file mode 100644 index 000000000..66dd943e4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/index.html new file mode 100644 index 000000000..e3f86d784 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/index.html @@ -0,0 +1,188 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+

A gallery image a user has uploaded.

Parameters

url

The URL to the image.

altText

The image alt text.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "alt_text")
val altText: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html new file mode 100644 index 000000000..12e847099 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/url.html new file mode 100644 index 000000000..09b9739bf --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-gallery-image/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest.html new file mode 100644 index 000000000..0537165c1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest.html @@ -0,0 +1,81 @@ + + + + + Interest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Interest

+
+
fun Interest(initializer: Interest.Builder.() -> Unit): Interest
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html new file mode 100644 index 000000000..f7bfd3ac8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html new file mode 100644 index 000000000..70570d37a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html new file mode 100644 index 000000000..81897f64f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html @@ -0,0 +1,81 @@ + + + + + id + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
var id: Int?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html new file mode 100644 index 000000000..090dec5ae --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html @@ -0,0 +1,188 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var id: Int?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var name: String?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html new file mode 100644 index 000000000..01cf74ba3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html @@ -0,0 +1,81 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
var name: String?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html new file mode 100644 index 000000000..1d5fc27c0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html @@ -0,0 +1,81 @@ + + + + + setId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setId

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html new file mode 100644 index 000000000..2c809b792 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html @@ -0,0 +1,81 @@ + + + + + setName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setName

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/equals.html new file mode 100644 index 000000000..8a316b317 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/hash-code.html new file mode 100644 index 000000000..fda2c2157 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/id.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/id.html new file mode 100644 index 000000000..f45153cf5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/id.html @@ -0,0 +1,81 @@ + + + + + id + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
@SerializedName(value = "id")
val id: Int

Parameters

id

The unique identifier for the interest.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/index.html new file mode 100644 index 000000000..4e91efb7a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/index.html @@ -0,0 +1,188 @@ + + + + + Interest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Interest

+
class Interest

An interest the user has added to their profile.

Parameters

id

The unique identifier for the interest.

name

The name of the interest.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "id")
val id: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "name")
val name: String
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/name.html new file mode 100644 index 000000000..572576193 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/name.html @@ -0,0 +1,81 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
@SerializedName(value = "name")
val name: String

Parameters

name

The name of the interest.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/to-string.html new file mode 100644 index 000000000..fa1b7a28f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-interest/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link.html new file mode 100644 index 000000000..0bcbd67b4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link.html @@ -0,0 +1,81 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
+
fun Link(initializer: Link.Builder.() -> Unit): Link
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html new file mode 100644 index 000000000..82f3f34b8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/build.html new file mode 100644 index 000000000..0c99f2e89 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Link
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/index.html new file mode 100644 index 000000000..0cf9ac465 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/index.html @@ -0,0 +1,188 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Link
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setUrl(url: URI?): Link.Builder
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/label.html new file mode 100644 index 000000000..f324ae321 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/label.html @@ -0,0 +1,81 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html new file mode 100644 index 000000000..841a84fce --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html @@ -0,0 +1,81 @@ + + + + + setLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLabel

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html new file mode 100644 index 000000000..b031f9403 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html @@ -0,0 +1,81 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+
fun setUrl(url: URI?): Link.Builder
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/url.html new file mode 100644 index 000000000..ab2d7fe15 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/-builder/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/equals.html new file mode 100644 index 000000000..eb1844b95 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/hash-code.html new file mode 100644 index 000000000..c89246aa7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/index.html new file mode 100644 index 000000000..83be73600 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/index.html @@ -0,0 +1,188 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
class Link

A link the user has added to their profile.

Parameters

label

The label for the link.

url

The URL to the link.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/label.html new file mode 100644 index 000000000..3863917c9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/label.html @@ -0,0 +1,81 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+
@SerializedName(value = "label")
val label: String

Parameters

label

The label for the link.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/to-string.html new file mode 100644 index 000000000..9572c53d0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/url.html new file mode 100644 index 000000000..926187ea7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-link/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the link.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info.html new file mode 100644 index 000000000..e24f91f39 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info.html @@ -0,0 +1,81 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html new file mode 100644 index 000000000..dd4f60074 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html new file mode 100644 index 000000000..124a12595 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html new file mode 100644 index 000000000..5a9d791d3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html @@ -0,0 +1,81 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html new file mode 100644 index 000000000..939fdd09a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html @@ -0,0 +1,81 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html new file mode 100644 index 000000000..3f2bc6c7b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html @@ -0,0 +1,81 @@ + + + + + contactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactForm

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html new file mode 100644 index 000000000..ea7046369 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html @@ -0,0 +1,81 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html new file mode 100644 index 000000000..b8d1c4829 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html @@ -0,0 +1,81 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html new file mode 100644 index 000000000..779ace72e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html @@ -0,0 +1,308 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html new file mode 100644 index 000000000..3286ccfdb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html @@ -0,0 +1,81 @@ + + + + + setCalendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCalendar

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html new file mode 100644 index 000000000..04d25c5e5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html @@ -0,0 +1,81 @@ + + + + + setCellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCellPhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html new file mode 100644 index 000000000..d3ea08b15 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html @@ -0,0 +1,81 @@ + + + + + setContactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setContactForm

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html new file mode 100644 index 000000000..d4969c6f7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html @@ -0,0 +1,81 @@ + + + + + setEmail + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEmail

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html new file mode 100644 index 000000000..90f6c0547 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html @@ -0,0 +1,81 @@ + + + + + setHomePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setHomePhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html new file mode 100644 index 000000000..8aae08e2a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html @@ -0,0 +1,81 @@ + + + + + setWorkPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setWorkPhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html new file mode 100644 index 000000000..b031d6a0d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html @@ -0,0 +1,81 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html new file mode 100644 index 000000000..cf3620507 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html @@ -0,0 +1,81 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

+
+
@SerializedName(value = "calendar")
val calendar: URI? = null

Parameters

calendar

The URL to the user's calendar.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html new file mode 100644 index 000000000..bf34712fc --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html @@ -0,0 +1,81 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

+
+
@SerializedName(value = "cell_phone")
val cellPhone: String? = null

Parameters

cellPhone

The user's cell phone number.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html new file mode 100644 index 000000000..c6d4a1e71 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html @@ -0,0 +1,81 @@ + + + + + contactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactForm

+
+
@SerializedName(value = "contact_form")
val contactForm: URI? = null

Parameters

contactForm

The URL to the user's contact form.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html new file mode 100644 index 000000000..ca47a0b95 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html @@ -0,0 +1,81 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+
@SerializedName(value = "email")
val email: String? = null

Parameters

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html new file mode 100644 index 000000000..0054cc4d3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html new file mode 100644 index 000000000..05c0db7fd --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html new file mode 100644 index 000000000..24314dbd1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html @@ -0,0 +1,81 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

+
+
@SerializedName(value = "home_phone")
val homePhone: String? = null

Parameters

homePhone

The user's home phone number.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html new file mode 100644 index 000000000..2e9b3d3f0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html @@ -0,0 +1,248 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

Parameters

homePhone

The user's home phone number.

workPhone

The user's work phone number.

cellPhone

The user's cell phone number.

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

contactForm

The URL to the user's contact form.

calendar

The URL to the user's calendar.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "calendar")
val calendar: URI? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "cell_phone")
val cellPhone: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "contact_form")
val contactForm: URI? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "email")
val email: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "home_phone")
val homePhone: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "work_phone")
val workPhone: String? = null
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html new file mode 100644 index 000000000..2ff83889d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html new file mode 100644 index 000000000..cb2391a21 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html @@ -0,0 +1,81 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

+
+
@SerializedName(value = "work_phone")
val workPhone: String? = null

Parameters

workPhone

The user's work phone number.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments.html new file mode 100644 index 000000000..001a8fb5a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments.html @@ -0,0 +1,81 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html new file mode 100644 index 000000000..2f403c061 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html new file mode 100644 index 000000000..315b80027 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html new file mode 100644 index 000000000..2bfdc4e0e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html @@ -0,0 +1,81 @@ + + + + + cryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cryptoWallets

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html new file mode 100644 index 000000000..6a7cf96bb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html @@ -0,0 +1,188 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var links: List<Link>?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html new file mode 100644 index 000000000..bf1bc90ae --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html @@ -0,0 +1,81 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
var links: List<Link>?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html new file mode 100644 index 000000000..9fc959ea4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html @@ -0,0 +1,81 @@ + + + + + setCryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCryptoWallets

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html new file mode 100644 index 000000000..052336b04 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html @@ -0,0 +1,81 @@ + + + + + setLinks + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLinks

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html new file mode 100644 index 000000000..00a112818 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html @@ -0,0 +1,81 @@ + + + + + cryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cryptoWallets

+
+
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>

Parameters

cryptoWallets

A list of crypto currencies the user accepts.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html new file mode 100644 index 000000000..e48ab9621 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html new file mode 100644 index 000000000..59d36385c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/index.html new file mode 100644 index 000000000..8a989c502 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/index.html @@ -0,0 +1,188 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+

The user's public payment information. This is only provided in authenticated API requests.

Parameters

links

A list of payment URLs the user has added to their profile.

cryptoWallets

A list of crypto currencies the user accepts.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "links")
val links: List<Link>
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/links.html new file mode 100644 index 000000000..fe5b41709 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/links.html @@ -0,0 +1,81 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
@SerializedName(value = "links")
val links: List<Link>

Parameters

links

A list of payment URLs the user has added to their profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html new file mode 100644 index 000000000..62b495a6d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile.html new file mode 100644 index 000000000..0d5798f57 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile.html @@ -0,0 +1,81 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
fun Profile(initializer: Profile.Builder.() -> Unit): Profile
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html new file mode 100644 index 000000000..6661208b3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html new file mode 100644 index 000000000..0ec0238ca --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html @@ -0,0 +1,81 @@ + + + + + avatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarAltText

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html new file mode 100644 index 000000000..8b552c392 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html @@ -0,0 +1,81 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html new file mode 100644 index 000000000..dedb21866 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Profile
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html new file mode 100644 index 000000000..184816aa4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html @@ -0,0 +1,81 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html new file mode 100644 index 000000000..179f85a3c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html @@ -0,0 +1,81 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html new file mode 100644 index 000000000..a8c9d6637 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html @@ -0,0 +1,81 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html new file mode 100644 index 000000000..dc0151361 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html @@ -0,0 +1,81 @@ + + + + + displayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html new file mode 100644 index 000000000..f6b12ae62 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html @@ -0,0 +1,81 @@ + + + + + gallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gallery

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html new file mode 100644 index 000000000..0551d992c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
var hash: String?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html new file mode 100644 index 000000000..ab8f4fff6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html @@ -0,0 +1,728 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var hash: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var links: List<Link>?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Profile
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setAvatarUrl(avatarUrl: URI?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setNumberVerifiedAccounts(numberVerifiedAccounts: Int?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setProfileUrl(profileUrl: URI?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html new file mode 100644 index 000000000..d79b00ce3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html @@ -0,0 +1,81 @@ + + + + + interests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

interests

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html new file mode 100644 index 000000000..ea5e094af --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html @@ -0,0 +1,81 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html new file mode 100644 index 000000000..a4bcd9ae7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html @@ -0,0 +1,81 @@ + + + + + lastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastProfileEdit

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html new file mode 100644 index 000000000..e44138a54 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html @@ -0,0 +1,81 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
var links: List<Link>?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html new file mode 100644 index 000000000..1018ca95b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html @@ -0,0 +1,81 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html new file mode 100644 index 000000000..6aebd88a8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html @@ -0,0 +1,81 @@ + + + + + numberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

numberVerifiedAccounts

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html new file mode 100644 index 000000000..2e8b7f88b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html @@ -0,0 +1,81 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html new file mode 100644 index 000000000..b681197f8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html @@ -0,0 +1,81 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html new file mode 100644 index 000000000..724c57afa --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html @@ -0,0 +1,81 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html new file mode 100644 index 000000000..f6ad1f2ff --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html @@ -0,0 +1,81 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html new file mode 100644 index 000000000..12a688310 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html @@ -0,0 +1,81 @@ + + + + + registrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

registrationDate

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html new file mode 100644 index 000000000..78eb3869e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html @@ -0,0 +1,81 @@ + + + + + setAvatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarAltText

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html new file mode 100644 index 000000000..e4b184ffe --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html @@ -0,0 +1,81 @@ + + + + + setAvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarUrl

+
+
fun setAvatarUrl(avatarUrl: URI?): Profile.Builder
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html new file mode 100644 index 000000000..e7b6eecb8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html @@ -0,0 +1,81 @@ + + + + + setCompany + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCompany

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html new file mode 100644 index 000000000..bcbb70716 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html @@ -0,0 +1,81 @@ + + + + + setContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setContactInfo

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html new file mode 100644 index 000000000..3c5699c09 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html @@ -0,0 +1,81 @@ + + + + + setDescription + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDescription

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html new file mode 100644 index 000000000..0977b6ec1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html @@ -0,0 +1,81 @@ + + + + + setDisplayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDisplayName

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html new file mode 100644 index 000000000..b1d6051ec --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html @@ -0,0 +1,81 @@ + + + + + setGallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setGallery

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html new file mode 100644 index 000000000..070e55c6e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html @@ -0,0 +1,81 @@ + + + + + setHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setHash

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html new file mode 100644 index 000000000..c3a0bbb65 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html @@ -0,0 +1,81 @@ + + + + + setInterests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setInterests

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html new file mode 100644 index 000000000..2964361a4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html @@ -0,0 +1,81 @@ + + + + + setJobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setJobTitle

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html new file mode 100644 index 000000000..cd3fc460d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html @@ -0,0 +1,81 @@ + + + + + setLastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLastProfileEdit

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html new file mode 100644 index 000000000..727ce55ac --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html @@ -0,0 +1,81 @@ + + + + + setLinks + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLinks

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html new file mode 100644 index 000000000..993772f06 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html @@ -0,0 +1,81 @@ + + + + + setLocation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLocation

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html new file mode 100644 index 000000000..1a821a642 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html @@ -0,0 +1,81 @@ + + + + + setNumberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setNumberVerifiedAccounts

+
+
fun setNumberVerifiedAccounts(numberVerifiedAccounts: Int?): Profile.Builder
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html new file mode 100644 index 000000000..18bc53712 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html @@ -0,0 +1,81 @@ + + + + + setPayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPayments

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html new file mode 100644 index 000000000..5da91ac31 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html @@ -0,0 +1,81 @@ + + + + + setProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setProfileUrl

+
+
fun setProfileUrl(profileUrl: URI?): Profile.Builder
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html new file mode 100644 index 000000000..71779c191 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html @@ -0,0 +1,81 @@ + + + + + setPronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPronouns

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html new file mode 100644 index 000000000..becfa15ee --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html @@ -0,0 +1,81 @@ + + + + + setPronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPronunciation

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html new file mode 100644 index 000000000..03ce35ef6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html @@ -0,0 +1,81 @@ + + + + + setRegistrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRegistrationDate

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html new file mode 100644 index 000000000..2317a81ff --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html @@ -0,0 +1,81 @@ + + + + + setVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setVerifiedAccounts

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html new file mode 100644 index 000000000..ecd19bd4e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html @@ -0,0 +1,81 @@ + + + + + verifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

verifiedAccounts

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html new file mode 100644 index 000000000..d8f4b47f7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html @@ -0,0 +1,81 @@ + + + + + avatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarAltText

+
+
@SerializedName(value = "avatar_alt_text")
val avatarAltText: String

Parameters

avatarAltText

The alt text for the user's avatar image if it has been set.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html new file mode 100644 index 000000000..e07bf7f6b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html @@ -0,0 +1,81 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+
@SerializedName(value = "avatar_url")
val avatarUrl: URI

Parameters

avatarUrl

The URL for the user's avatar image if it has been set.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/company.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/company.html new file mode 100644 index 000000000..27ad4b9f6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/company.html @@ -0,0 +1,81 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

+
+
@SerializedName(value = "company")
val company: String

Parameters

company

The user's current company's name.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/contact-info.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/contact-info.html new file mode 100644 index 000000000..06de2031d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/contact-info.html @@ -0,0 +1,81 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

+
+
@SerializedName(value = "contact_info")
val contactInfo: ProfileContactInfo? = null

Parameters

contactInfo
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/description.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/description.html new file mode 100644 index 000000000..16961673c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/description.html @@ -0,0 +1,81 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+
@SerializedName(value = "description")
val description: String

Parameters

description

The about section on a user's profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/display-name.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/display-name.html new file mode 100644 index 000000000..e1705b42e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/display-name.html @@ -0,0 +1,81 @@ + + + + + displayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+
@SerializedName(value = "display_name")
val displayName: String

Parameters

displayName

The user's display name. This is the name that is displayed on their profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/equals.html new file mode 100644 index 000000000..15e0bb5ad --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/gallery.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/gallery.html new file mode 100644 index 000000000..d97ff94e9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/gallery.html @@ -0,0 +1,81 @@ + + + + + gallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gallery

+
+
@SerializedName(value = "gallery")
val gallery: List<GalleryImage>? = null

Parameters

gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash-code.html new file mode 100644 index 000000000..1561a0d92 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash.html new file mode 100644 index 000000000..af3d2c3e7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
@SerializedName(value = "hash")
val hash: String

Parameters

hash

The SHA256 hash of the user's primary email address.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/index.html new file mode 100644 index 000000000..f6c193358 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/index.html @@ -0,0 +1,518 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
class Profile

A user's profile information.

Parameters

hash

The SHA256 hash of the user's primary email address.

displayName

The user's display name. This is the name that is displayed on their profile.

profileUrl

The full URL for the user's profile.

avatarUrl

The URL for the user's avatar image if it has been set.

avatarAltText

The alt text for the user's avatar image if it has been set.

location

The user's location.

description

The about section on a user's profile.

jobTitle

The user's job title.

company

The user's current company's name.

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

pronunciation

The phonetic pronunciation of the user's name.

pronouns

The pronouns the user uses.

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

payments
contactInfo
gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "avatar_alt_text")
val avatarAltText: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "avatar_url")
val avatarUrl: URI
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "company")
val company: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "contact_info")
val contactInfo: ProfileContactInfo? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "description")
val description: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "display_name")
val displayName: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "gallery")
val gallery: List<GalleryImage>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "hash")
val hash: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "interests")
val interests: List<Interest>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "job_title")
val jobTitle: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "last_profile_edit")
val lastProfileEdit: Instant? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "links")
val links: List<Link>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "location")
val location: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "number_verified_accounts")
val numberVerifiedAccounts: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "payments")
val payments: ProfilePayments? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "profile_url")
val profileUrl: URI
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "pronouns")
val pronouns: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "pronunciation")
val pronunciation: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "registration_date")
val registrationDate: Instant? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "verified_accounts")
val verifiedAccounts: List<VerifiedAccount>
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get formatted user info for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the hash for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the profile URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/interests.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/interests.html new file mode 100644 index 000000000..a1bcda659 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/interests.html @@ -0,0 +1,81 @@ + + + + + interests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

interests

+
+
@SerializedName(value = "interests")
val interests: List<Interest>? = null

Parameters

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/job-title.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/job-title.html new file mode 100644 index 000000000..e7db5aabd --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/job-title.html @@ -0,0 +1,81 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

+
+
@SerializedName(value = "job_title")
val jobTitle: String

Parameters

jobTitle

The user's job title.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html new file mode 100644 index 000000000..49af29c8f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html @@ -0,0 +1,81 @@ + + + + + lastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastProfileEdit

+
+
@SerializedName(value = "last_profile_edit")
val lastProfileEdit: Instant? = null

Parameters

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/links.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/links.html new file mode 100644 index 000000000..7039b01f0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/links.html @@ -0,0 +1,81 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
@SerializedName(value = "links")
val links: List<Link>? = null

Parameters

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/location.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/location.html new file mode 100644 index 000000000..f984362a0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/location.html @@ -0,0 +1,81 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

+
+
@SerializedName(value = "location")
val location: String

Parameters

location

The user's location.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html new file mode 100644 index 000000000..cedc4532a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html @@ -0,0 +1,81 @@ + + + + + numberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

numberVerifiedAccounts

+
+
@SerializedName(value = "number_verified_accounts")
val numberVerifiedAccounts: Int? = null

Parameters

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/payments.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/payments.html new file mode 100644 index 000000000..3f9b13f64 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/payments.html @@ -0,0 +1,81 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

+
+
@SerializedName(value = "payments")
val payments: ProfilePayments? = null

Parameters

payments
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/profile-url.html new file mode 100644 index 000000000..7cbd58dbd --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/profile-url.html @@ -0,0 +1,81 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+
@SerializedName(value = "profile_url")
val profileUrl: URI

Parameters

profileUrl

The full URL for the user's profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronouns.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronouns.html new file mode 100644 index 000000000..1f33052de --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronouns.html @@ -0,0 +1,81 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

+
+
@SerializedName(value = "pronouns")
val pronouns: String

Parameters

pronouns

The pronouns the user uses.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html new file mode 100644 index 000000000..7debcd809 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html @@ -0,0 +1,81 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

+
+
@SerializedName(value = "pronunciation")
val pronunciation: String

Parameters

pronunciation

The phonetic pronunciation of the user's name.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/registration-date.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/registration-date.html new file mode 100644 index 000000000..0ce2155ed --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/registration-date.html @@ -0,0 +1,81 @@ + + + + + registrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

registrationDate

+
+
@SerializedName(value = "registration_date")
val registrationDate: Instant? = null

Parameters

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/to-string.html new file mode 100644 index 000000000..e66ec2ed8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html new file mode 100644 index 000000000..b62285af3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html @@ -0,0 +1,81 @@ + + + + + verifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

verifiedAccounts

+
+
@SerializedName(value = "verified_accounts")
val verifiedAccounts: List<VerifiedAccount>

Parameters

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account.html new file mode 100644 index 000000000..df63e2cf1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account.html @@ -0,0 +1,81 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html new file mode 100644 index 000000000..1dffda180 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html @@ -0,0 +1,81 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html new file mode 100644 index 000000000..70751417d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html @@ -0,0 +1,81 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html new file mode 100644 index 000000000..fbdee4df2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html @@ -0,0 +1,248 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html new file mode 100644 index 000000000..58fcdb5c0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html @@ -0,0 +1,81 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html new file mode 100644 index 000000000..fda772b72 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html @@ -0,0 +1,81 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html new file mode 100644 index 000000000..cc6ee48c1 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html @@ -0,0 +1,81 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html new file mode 100644 index 000000000..dddd8ae2a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html @@ -0,0 +1,81 @@ + + + + + setServiceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceIcon

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html new file mode 100644 index 000000000..afc8da87b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html @@ -0,0 +1,81 @@ + + + + + setServiceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceLabel

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html new file mode 100644 index 000000000..13fb298da --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html @@ -0,0 +1,81 @@ + + + + + setServiceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceType

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html new file mode 100644 index 000000000..3593b79b8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html @@ -0,0 +1,81 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html new file mode 100644 index 000000000..def5c6011 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/equals.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/equals.html new file mode 100644 index 000000000..612e2e448 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/equals.html @@ -0,0 +1,81 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html new file mode 100644 index 000000000..efb401da8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html @@ -0,0 +1,81 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/index.html new file mode 100644 index 000000000..5dd2052f2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/index.html @@ -0,0 +1,218 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "service_icon")
val serviceIcon: URI
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "service_label")
val serviceLabel: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "service_type")
val serviceType: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html new file mode 100644 index 000000000..3efad7814 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html @@ -0,0 +1,81 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

+
+
@SerializedName(value = "service_icon")
val serviceIcon: URI

Parameters

serviceIcon

The URL to the service's icon.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html new file mode 100644 index 000000000..ebce124b9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html @@ -0,0 +1,81 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

+
+
@SerializedName(value = "service_label")
val serviceLabel: String

Parameters

serviceLabel

The name of the service.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html new file mode 100644 index 000000000..637ec7a53 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html @@ -0,0 +1,81 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

+
+
@SerializedName(value = "service_type")
val serviceType: String

Parameters

serviceType

The type of the service.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html new file mode 100644 index 000000000..5d2a4460d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/url.html new file mode 100644 index 000000000..749d17dd2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/-verified-account/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
@SerializedName(value = "url")
val url: URI

Parameters

url

The URL to the user's profile on the service.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/index.html new file mode 100644 index 000000000..e4ac5d3b9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.restapi.models/index.html @@ -0,0 +1,333 @@ + + + + + com.gravatar.restapi.models + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

A crypto currency wallet address the user accepts.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A gallery image a user has uploaded.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Interest

An interest the user has added to their profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Link

A link the user has added to their profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Profile

A user's profile information.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The user's public payment information. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A verified account on a user's profile.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Interest(initializer: Interest.Builder.() -> Unit): Interest
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Link(initializer: Link.Builder.() -> Unit): Link
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile(initializer: Profile.Builder.() -> Unit): Profile
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html new file mode 100644 index 000000000..29074cca5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -0,0 +1,81 @@ + + + + + AvatarService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarService

+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/index.html new file mode 100644 index 000000000..fa76e952d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/index.html @@ -0,0 +1,124 @@ + + + + + AvatarService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarService

+
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun upload(file: File, email: Email, wordpressBearerToken: String): Result<Unit, ErrorType>

Uploads a Gravatar image for the given email address.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/upload.html new file mode 100644 index 000000000..e238c716d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -0,0 +1,81 @@ + + + + + upload + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upload

+
+
suspend fun upload(file: File, email: Email, wordpressBearerToken: String): Result<Unit, ErrorType>

Uploads a Gravatar image for the given email address.

Parameters

file

The image file to upload

email

The email address to associate the image with

wordpressBearerToken

The bearer token for the user's WordPress/Gravatar account

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html index 88336d649..9105d2673 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html index e519828e0..f1aeb6f48 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html similarity index 96% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html index f8c75c7c0..089ed824e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-r-a-t-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html index 8989962f8..40d9a813d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html index 1fdacc867..bf20dfecc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html index 2344304ca..017b6757e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -44,7 +44,7 @@ @@ -117,3 +117,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/entries.html similarity index 93% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/entries.html index d814d59d2..3a905b398 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/entries.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

entries

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/index.html new file mode 100644 index 000000000..16f386517 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/index.html @@ -0,0 +1,263 @@ + + + + + ErrorType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ErrorType

+

Error types for Gravatar image upload

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

server returned an error

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

network request timed out

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

network is not available

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

User or hash not found

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

User or hash not found

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

An unknown error occurred

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOf(value: String): ErrorType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/value-of.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/value-of.html index 89aca6208..763112fac 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/value-of.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

valueOf

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/values.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/values.html index 58a6b8285..d3fdc523d 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-error-type/values.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

values

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/index.html new file mode 100644 index 000000000..061633f57 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/index.html @@ -0,0 +1,120 @@ + + + + + GravatarListener + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarListener

+
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onError(errorType: E)

Called when the Gravatar API call fails

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onSuccess(response: T)

Called when the Gravatar API call is successful

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html new file mode 100644 index 000000000..2d20af198 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html @@ -0,0 +1,81 @@ + + + + + onError + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onError

+
+
abstract fun onError(errorType: E)

Called when the Gravatar API call fails

Parameters

errorType

The type of error that occurred

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html new file mode 100644 index 000000000..02e3dab7b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html @@ -0,0 +1,81 @@ + + + + + onSuccess + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onSuccess

+
+
abstract fun onSuccess(response: T)

Called when the Gravatar API call is successful

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html new file mode 100644 index 000000000..c6be542c9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -0,0 +1,81 @@ + + + + + ProfileService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileService

+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html index 9241e9628..4baa66284 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

fetchByUsernam + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch.html similarity index 96% rename from docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch.html index c4cb51004..6daed51db 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/fetch.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

fetch

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/index.html new file mode 100644 index 000000000..181755e84 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/index.html @@ -0,0 +1,169 @@ + + + + + ProfileService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileService

+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun fetch(email: Email): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given email address.

suspend fun fetch(hash: Hash): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash.

suspend fun fetch(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given username.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Fetches a Gravatar profile for the given username.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Fetches a Gravatar profile for the given email address.

Fetches a Gravatar profile for the given hash.

suspend fun retrieveCatching(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html new file mode 100644 index 000000000..1d6dc03cb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html @@ -0,0 +1,81 @@ + + + + + retrieveByUsernameCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveByUsernameCatching

+
+

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html new file mode 100644 index 000000000..75d1a20cc --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html @@ -0,0 +1,81 @@ + + + + + retrieveCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveCatching

+
+
suspend fun retrieveCatching(hashOrUsername: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username.

Return

The fetched profile

Parameters

hashOrUsername

The hash or username to fetch the profile for


Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


Fetches a Gravatar profile for the given hash.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/-failure.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/-failure.html index d0d8b7f63..59d098e3b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/-failure.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

Failure

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/error.html similarity index 93% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/error.html index e77c757cf..10c7304df 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/error.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

error

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/index.html index aaa50bfcc..2da1685e2 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-failure/index.html @@ -44,7 +44,7 @@ @@ -140,3 +140,4 @@

Functions

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/-success.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/-success.html index 91f007265..c6dcaab02 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/-success.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

Success

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/index.html index a60c58d9c..d7f699742 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/index.html @@ -44,7 +44,7 @@ @@ -140,3 +140,4 @@

Functions

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/value.html similarity index 93% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/value.html index 49d0f1a6f..adf65f08b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/-success/value.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

value

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/index.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/index.html index cf9117315..0d3ac2b77 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/index.html @@ -44,7 +44,7 @@ @@ -136,3 +136,4 @@

Functions

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/value-or-null.html similarity index 93% rename from docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/value-or-null.html index 5d5748c37..06826e489 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/-result/value-or-null.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

valueOrNull + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/index.html new file mode 100644 index 000000000..94c807cc0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.services/index.html @@ -0,0 +1,164 @@ + + + + + com.gravatar.services + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Error types for Gravatar image upload

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class Result<T, E>

Class representing the result of a network operation.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/-email.html new file mode 100644 index 000000000..8dc12e726 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/-email.html @@ -0,0 +1,81 @@ + + + + + Email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Email

+
+
constructor(address: String)

Parameters

address

the email address

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/hash.html new file mode 100644 index 000000000..a73ee28df --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
fun hash(): Hash

Get a Gravatar hash for a given email address.

Return

hash that can used to address Gravatar images or profiles

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/index.html new file mode 100644 index 000000000..08789f372 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/index.html @@ -0,0 +1,139 @@ + + + + + Email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Email

+
class Email(address: String)

Email address representation.

Parameters

address

the email address

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(address: String)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/to-string.html new file mode 100644 index 000000000..3bcb81848 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-email/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/-hash.html new file mode 100644 index 000000000..da6d7166f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/-hash.html @@ -0,0 +1,81 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
+
constructor(hash: String)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/index.html new file mode 100644 index 000000000..f0f9c1052 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/index.html @@ -0,0 +1,124 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
class Hash(hash: String)

Gravatar hash.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: String)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/to-string.html new file mode 100644 index 000000000..2ecc02fc3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/-hash/to-string.html @@ -0,0 +1,81 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/index.html new file mode 100644 index 000000000..ccf9ed304 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/index.html @@ -0,0 +1,138 @@ + + + + + com.gravatar.types + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Email(address: String)

Email address representation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Hash(hash: String)

Gravatar hash.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Hash a string using SHA-256.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/sha256-hash.html new file mode 100644 index 000000000..2045c578d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar.types/sha256-hash.html @@ -0,0 +1,81 @@ + + + + + sha256Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

sha256Hash

+
+

Hash a string using SHA-256.

Return

SHA-256 hash as a hexadecimal string

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html index 59a0a48be..c4cf53e81 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

AvatarQueryOpt + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html new file mode 100644 index 000000000..c9b2d60f2 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -0,0 +1,81 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html new file mode 100644 index 000000000..917272c04 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -0,0 +1,81 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/index.html new file mode 100644 index 000000000..375c60dfe --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/index.html @@ -0,0 +1,169 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+
data class AvatarQueryOptions(val preferredSize: Int? = null, val defaultAvatarOption: DefaultAvatarOption? = null, val rating: ImageRating? = null, val forceDefaultAvatar: Boolean? = null)

Data class that represents the query options for an avatar.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(preferredSize: Int? = null, defaultAvatarOption: DefaultAvatarOption? = null, rating: ImageRating? = null, forceDefaultAvatar: Boolean? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Default avatar image. Optional: default to Gravatar logo

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Force default avatar image. Optional: default to false

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val preferredSize: Int? = null

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val rating: ImageRating? = null

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html new file mode 100644 index 000000000..0610b5eb7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html @@ -0,0 +1,81 @@ + + + + + preferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

preferredSize

+
+
val preferredSize: Int? = null
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/rating.html new file mode 100644 index 000000000..e1446f97d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -0,0 +1,81 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+
val rating: ImageRating? = null
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html new file mode 100644 index 000000000..3c7085e2f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html @@ -0,0 +1,81 @@ + + + + + AvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarUrl

+
+
constructor(hash: Hash, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from a Gravatar hash.

Parameters

hash

Gravatar hash

avatarQueryOptions

Avatar query options


constructor(email: Email, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an email address.

Parameters

email

Email address

avatarQueryOptions

Avatar query options


constructor(url: URL, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an existing Gravatar URL.

Parameters

url

Gravatar URL

avatarQueryOptions

Avatar query options

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-companion/index.html new file mode 100644 index 000000000..d7383a812 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -0,0 +1,85 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html new file mode 100644 index 000000000..af0d80860 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -0,0 +1,81 @@ + + + + + avatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarQueryOptions

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/canonical-url.html new file mode 100644 index 000000000..da7085b6d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -0,0 +1,81 @@ + + + + + canonicalUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

canonicalUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/hash.html new file mode 100644 index 000000000..4b22b7101 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/index.html new file mode 100644 index 000000000..e2607287b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/index.html @@ -0,0 +1,207 @@ + + + + + AvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarUrl

+
class AvatarUrl

Gravatar avatar URL.

canonicalUrl Canonical URL of the avatar hash Gravatar hash avatarQueryOptions Avatar query options

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: Hash, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from a Gravatar hash.

constructor(email: Email, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an email address.

constructor(url: URL, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an existing Gravatar URL.

+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val hash: Hash
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Check if the URL is a Gravatar URL.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun url(): URL

Get the URL for the avatar.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html new file mode 100644 index 000000000..9920388a0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html @@ -0,0 +1,81 @@ + + + + + isAvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isAvatarUrl

+
+

Check if the URL is a Gravatar URL.

Return

true if the URL is a Gravatar URL

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/url.html new file mode 100644 index 000000000..f6cb9caa5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-avatar-url/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
fun url(): URL

Get the URL for the avatar.

Return

URL for the avatar

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html new file mode 100644 index 000000000..fdf26dedc --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html @@ -0,0 +1,81 @@ + + + + + CustomUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CustomUrl

+
+
constructor(defaultImageUrl: String)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html new file mode 100644 index 000000000..76fbb83cb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -0,0 +1,81 @@ + + + + + defaultImageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultImageUrl

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html new file mode 100644 index 000000000..a5c0d2ca8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html @@ -0,0 +1,143 @@ + + + + + CustomUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CustomUrl

+
data class CustomUrl(val defaultImageUrl: String) : DefaultAvatarOption

If you prefer to use your own default image (perhaps your logo, a funny face, whatever), then you can easily do so by using the CustomUrl option and supplying the URL to an image.

Rating and size parameters are ignored when the custom default is set. There are a few conditions which must be met for default image URL:

  • MUST be publicly available (e.g. cannot be on an intranet, on a local development machine, behind HTTP Auth or some other firewall etc). Default images are passed through a security scan to avoid malicious content.

  • MUST be accessible via HTTP or HTTPS on the standard ports, 80 and 443, respectively.

  • MUST have a recognizable image extension (jpg, jpeg, gif, png, heic)

  • MUST NOT include a querystring (if it does, it will be ignored)

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(defaultImageUrl: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the custom url to use as the default avatar image.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html new file mode 100644 index 000000000..934e99a82 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html @@ -0,0 +1,124 @@ + + + + + Identicon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Identicon

+

Identicon: a geometric pattern based on an email hash

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html new file mode 100644 index 000000000..8a43c9f9c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html @@ -0,0 +1,124 @@ + + + + + MonsterId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MonsterId

+

Monster: a generated "monster" with different colors, faces, etc

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html new file mode 100644 index 000000000..b6cd14dd4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html @@ -0,0 +1,124 @@ + + + + + MysteryPerson + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MysteryPerson

+

Mystery Person: simple, cartoon-style silhouetted outline of a person (does not vary by email)

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html new file mode 100644 index 000000000..a801a798a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html @@ -0,0 +1,124 @@ + + + + + Retro + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Retro

+

Retro: awesome generated, 8-bit arcade-style pixelated faces

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html new file mode 100644 index 000000000..748853166 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html @@ -0,0 +1,124 @@ + + + + + RoboHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoboHash

+

Robohash: a generated robot with different colors, faces, etc

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html new file mode 100644 index 000000000..ec3346f35 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html @@ -0,0 +1,124 @@ + + + + + Status404 + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Status404

+

404: Fallback to a 404 error instead of returning a default image. This allows to detect if the user doesn't have a Gravatar image

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html new file mode 100644 index 000000000..3ad3bb12b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html @@ -0,0 +1,124 @@ + + + + + TransparentPNG + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TransparentPNG

+

Blank: a transparent PNG image

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html new file mode 100644 index 000000000..d434d09f6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html @@ -0,0 +1,124 @@ + + + + + Wavatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Wavatar

+

Wavatar: generated faces with differing features and backgrounds

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/index.html new file mode 100644 index 000000000..346b50485 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/index.html @@ -0,0 +1,244 @@ + + + + + DefaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DefaultAvatarOption

+
sealed class DefaultAvatarOption

The default avatar image to use when the user does not have a Gravatar image.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class CustomUrl(val defaultImageUrl: String) : DefaultAvatarOption

If you prefer to use your own default image (perhaps your logo, a funny face, whatever), then you can easily do so by using the CustomUrl option and supplying the URL to an image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Identicon: a geometric pattern based on an email hash

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Monster: a generated "monster" with different colors, faces, etc

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Mystery Person: simple, cartoon-style silhouetted outline of a person (does not vary by email)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Retro: awesome generated, 8-bit arcade-style pixelated faces

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Robohash: a generated robot with different colors, faces, etc

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

404: Fallback to a 404 error instead of returning a default image. This allows to detect if the user doesn't have a Gravatar image

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Blank: a transparent PNG image

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Wavatar: generated faces with differing features and backgrounds

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/query-param.html new file mode 100644 index 000000000..cbd52de94 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-default-avatar-option/query-param.html @@ -0,0 +1,81 @@ + + + + + queryParam + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

queryParam

+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

Return

the query parameter

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html new file mode 100644 index 000000000..666eca8a9 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html @@ -0,0 +1,81 @@ + + + + + GRAVATAR_BASE_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_BASE_URL

+
+

Gravatar base host

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html new file mode 100644 index 000000000..1dfe7639c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html @@ -0,0 +1,81 @@ + + + + + GRAVATAR_SIGN_IN_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_SIGN_IN_URL

+
+

Gravatar Sign-in URL

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/index.html new file mode 100644 index 000000000..d0299dbc5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar-constants/index.html @@ -0,0 +1,120 @@ + + + + + GravatarConstants + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarConstants

+

Gravatar constants

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar base host

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar Sign-in URL

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/index.html new file mode 100644 index 000000000..a7e490876 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/index.html @@ -0,0 +1,105 @@ + + + + + Gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Gravatar

+
object Gravatar

Entry point for initializing the Gravatar SDK.

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun initialize(gravatarApiKey: String)

Initializes the Gravatar SDK with the given API key.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar/initialize.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/initialize.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar/-gravatar/initialize.html rename to docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/initialize.html index 9bb56172a..799e0a4c5 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-gravatar/initialize.html +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-gravatar/initialize.html @@ -44,7 +44,7 @@ @@ -78,3 +78,4 @@

initialize

+ diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-general/index.html new file mode 100644 index 000000000..db266ed53 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-general/index.html @@ -0,0 +1,135 @@ + + + + + General + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

General

+

Suitable for display on all websites with any audience type.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html new file mode 100644 index 000000000..47db3cce4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html @@ -0,0 +1,135 @@ + + + + + ParentalGuidance + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ParentalGuidance

+

May contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-restricted/index.html new file mode 100644 index 000000000..f7122e86f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-restricted/index.html @@ -0,0 +1,135 @@ + + + + + Restricted + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Restricted

+

May contain such things as harsh profanity, intense violence, nudity, or hard drug use.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-x/index.html new file mode 100644 index 000000000..91452291e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/-x/index.html @@ -0,0 +1,135 @@ + + + + + X + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

X

+

May contain hardcore sexual imagery or extremely disturbing violence.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/entries.html new file mode 100644 index 000000000..27cc2ff6f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/entries.html @@ -0,0 +1,81 @@ + + + + + entries + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/index.html new file mode 100644 index 000000000..4f82fec8e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/index.html @@ -0,0 +1,248 @@ + + + + + ImageRating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageRating

+

Gravatar allows users to self-rate their images so that they can indicate if an image is appropriate for a certain audience. By default, only ‘General’ rated images are displayed unless you indicate that you would like to see higher ratings.

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Suitable for display on all websites with any audience type.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain such things as harsh profanity, intense violence, nudity, or hard drug use.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain hardcore sexual imagery or extremely disturbing violence.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/rating.html new file mode 100644 index 000000000..9265b3b4c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/rating.html @@ -0,0 +1,81 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+ +
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/value-of.html new file mode 100644 index 000000000..7f63b884a --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/value-of.html @@ -0,0 +1,81 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/values.html new file mode 100644 index 000000000..829c17a6e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-image-rating/values.html @@ -0,0 +1,81 @@ + + + + + values + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/-profile-url.html new file mode 100644 index 000000000..197e4199c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/-profile-url.html @@ -0,0 +1,81 @@ + + + + + ProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileUrl

+
+
constructor(email: Email)
constructor(hash: Hash)
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/avatar-url.html new file mode 100644 index 000000000..f04ebfb8f --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/avatar-url.html @@ -0,0 +1,81 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+

Get the AvatarUrl for the represented profile.

Return

the AvatarUrl of the avatar image

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/hash.html new file mode 100644 index 000000000..958488de8 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/index.html new file mode 100644 index 000000000..4e109dabf --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/index.html @@ -0,0 +1,158 @@ + + + + + ProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileUrl

+
class ProfileUrl(val hash: Hash)

Represents a Gravatar profile URL.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(email: Email)
constructor(hash: Hash)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val hash: Hash

The hash of the email address.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URL

The URL of the profile.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the AvatarUrl for the represented profile.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/url.html new file mode 100644 index 000000000..a2e1c23d3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/-profile-url/url.html @@ -0,0 +1,81 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URL

The URL of the profile.

+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/index.html b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/index.html new file mode 100644 index 000000000..17697130e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/com.gravatar/index.html @@ -0,0 +1,195 @@ + + + + + com.gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the main classes of the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class AvatarQueryOptions(val preferredSize: Int? = null, val defaultAvatarOption: DefaultAvatarOption? = null, val rating: ImageRating? = null, val forceDefaultAvatar: Boolean? = null)

Data class that represents the query options for an avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class AvatarUrl

Gravatar avatar URL.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class DefaultAvatarOption

The default avatar image to use when the user does not have a Gravatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Gravatar

Entry point for initializing the Gravatar SDK.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar constants

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar allows users to self-rate their images so that they can indicate if an image is appropriate for a certain audience. By default, only ‘General’ rated images are displayed unless you indicate that you would like to see higher ratings.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class ProfileUrl(val hash: Hash)

Represents a Gravatar profile URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/index.html b/docs/dokka/current/older/1.1.0/gravatar/index.html new file mode 100644 index 000000000..2b656c3ca --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/index.html @@ -0,0 +1,195 @@ + + + + + gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar

+

The core module of the Gravatar SDK.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains the main classes of the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains the models used in the Gravatar API.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/1.1.0/gravatar/navigation.html b/docs/dokka/current/older/1.1.0/gravatar/navigation.html new file mode 100644 index 000000000..dbc139f1d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/gravatar/navigation.html @@ -0,0 +1,653 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+ +
+ +
+ +
+ + + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ Failure +
+
+
+
+ Success +
+
+
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+
+ + + +
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+ +
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ diff --git a/docs/dokka/current/older/1.1.0/images/anchor-copy-button.svg b/docs/dokka/current/older/1.1.0/images/anchor-copy-button.svg new file mode 100644 index 000000000..19c1fa3f4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/anchor-copy-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/arrow_down.svg b/docs/dokka/current/older/1.1.0/images/arrow_down.svg new file mode 100644 index 000000000..639aaf12c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/arrow_down.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/burger.svg b/docs/dokka/current/older/1.1.0/images/burger.svg new file mode 100644 index 000000000..fcca732b7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/burger.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/copy-icon.svg b/docs/dokka/current/older/1.1.0/images/copy-icon.svg new file mode 100644 index 000000000..2cb02ec6e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/copy-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/copy-successful-icon.svg b/docs/dokka/current/older/1.1.0/images/copy-successful-icon.svg new file mode 100644 index 000000000..c4b95383d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/copy-successful-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/footer-go-to-link.svg b/docs/dokka/current/older/1.1.0/images/footer-go-to-link.svg new file mode 100644 index 000000000..a87add7a3 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/footer-go-to-link.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/go-to-top-icon.svg b/docs/dokka/current/older/1.1.0/images/go-to-top-icon.svg new file mode 100644 index 000000000..abc3d1cef --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/go-to-top-icon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/homepage.svg b/docs/dokka/current/older/1.1.0/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/current/older/1.1.0/images/logo-icon.svg b/docs/dokka/current/older/1.1.0/images/logo-icon.svg new file mode 100644 index 000000000..91a7313f7 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/logo-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class-kotlin.svg new file mode 100644 index 000000000..19d6148ca --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class-kotlin.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class.svg new file mode 100644 index 000000000..601820302 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/abstract-class.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/annotation-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/annotation-kotlin.svg new file mode 100644 index 000000000..b90f508c4 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/annotation-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/annotation.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/annotation.svg new file mode 100644 index 000000000..b80c54b4b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/annotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/class-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/class-kotlin.svg new file mode 100644 index 000000000..797a2423c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/class-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/class.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/class.svg new file mode 100644 index 000000000..3f1ad167e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/enum-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/enum-kotlin.svg new file mode 100644 index 000000000..775a7cc90 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/enum-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/enum.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/enum.svg new file mode 100644 index 000000000..fa7f24766 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/enum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/exception-class.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/exception-class.svg new file mode 100644 index 000000000..c0b2bdeba --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/exception-class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/field-value.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/field-value.svg new file mode 100644 index 000000000..2771ee56c --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/field-value.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/field-variable.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/field-variable.svg new file mode 100644 index 000000000..e2d2bbd01 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/field-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/function.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/function.svg new file mode 100644 index 000000000..f0da64a0b --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/function.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/interface-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/interface-kotlin.svg new file mode 100644 index 000000000..5e163260e --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/interface-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/interface.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/interface.svg new file mode 100644 index 000000000..32063ba26 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/object.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/object.svg new file mode 100644 index 000000000..31f0ee3e6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/object.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/nav-icons/typealias-kotlin.svg b/docs/dokka/current/older/1.1.0/images/nav-icons/typealias-kotlin.svg new file mode 100644 index 000000000..f4bb238b5 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/nav-icons/typealias-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/1.1.0/images/theme-toggle.svg b/docs/dokka/current/older/1.1.0/images/theme-toggle.svg new file mode 100644 index 000000000..df86202bb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/images/theme-toggle.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/1.1.0/index.html b/docs/dokka/current/older/1.1.0/index.html new file mode 100644 index 000000000..f3131ecf0 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/index.html @@ -0,0 +1,107 @@ + + + + + All modules + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

All modules:

+
+
+
+
+ + +
Link copied to clipboard
+
+
+

The core module of the Gravatar SDK.

+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+

This module contains the UI components for the Gravatar SDK.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/older/1.1.0/navigation.html b/docs/dokka/current/older/1.1.0/navigation.html new file mode 100644 index 000000000..af6d4c7fb --- /dev/null +++ b/docs/dokka/current/older/1.1.0/navigation.html @@ -0,0 +1,653 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+ +
+ +
+ +
+ + + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ Failure +
+
+
+
+ Success +
+
+
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+
+ + + +
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+ +
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ diff --git a/docs/dokka/current/older/1.1.0/not-found-version.html b/docs/dokka/current/older/1.1.0/not-found-version.html new file mode 100644 index 000000000..b632b8fc6 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/not-found-version.html @@ -0,0 +1,182 @@ + + + + + Unavailable page + + + + + + + + + + + NOT + FOUND + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+

uh-oh!

+
You are requesting a page that not + available in documentation version +
+
+
+
+ + + diff --git a/docs/dokka/current/older/1.1.0/package-list b/docs/dokka/current/older/1.1.0/package-list new file mode 100644 index 000000000..24813604d --- /dev/null +++ b/docs/dokka/current/older/1.1.0/package-list @@ -0,0 +1,14 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html + +module:gravatar +com.gravatar +com.gravatar.api.models +com.gravatar.extensions +com.gravatar.restapi.models +com.gravatar.services +com.gravatar.types +module:gravatar-ui +com.gravatar.ui +com.gravatar.ui.components +com.gravatar.ui.components.atomic diff --git a/docs/dokka/current/older/1.1.0/scripts/clipboard.js b/docs/dokka/current/older/1.1.0/scripts/clipboard.js new file mode 100644 index 000000000..7a4f33c59 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/scripts/clipboard.js @@ -0,0 +1,56 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + +window.addEventListener('load', () => { + document.querySelectorAll('span.copy-icon').forEach(element => { + element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); + }) + + document.querySelectorAll('span.anchor-icon').forEach(element => { + element.addEventListener('click', (el) => { + if(element.hasAttribute('pointing-to')){ + const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') + copyTextToClipboard(element, location) + } + }); + }) +}) + +const copyElementsContentToClipboard = (element) => { + const selection = window.getSelection(); + const range = document.createRange(); + range.selectNodeContents(element.parentNode.parentNode); + selection.removeAllRanges(); + selection.addRange(range); + + copyAndShowPopup(element, () => selection.removeAllRanges()) +} + +const copyTextToClipboard = (element, text) => { + var textarea = document.createElement("textarea"); + textarea.textContent = text; + textarea.style.position = "fixed"; + document.body.appendChild(textarea); + textarea.select(); + + copyAndShowPopup(element, () => document.body.removeChild(textarea)) +} + +const copyAndShowPopup = (element, after) => { + try { + document.execCommand('copy'); + element.nextElementSibling.classList.add('active-popup'); + setTimeout(() => { + element.nextElementSibling.classList.remove('active-popup'); + }, 1200); + } catch (e) { + console.error('Failed to write to clipboard:', e) + } + finally { + if(after) after() + } +} + +const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] + diff --git a/docs/dokka/current/older/1.1.0/scripts/main.js b/docs/dokka/current/older/1.1.0/scripts/main.js new file mode 100644 index 000000000..ba6c34739 --- /dev/null +++ b/docs/dokka/current/older/1.1.0/scripts/main.js @@ -0,0 +1,44 @@ +(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return" + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoborazziTest

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html new file mode 100644 index 000000000..09e304776 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html @@ -0,0 +1,80 @@ + + + + + composeRule + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

composeRule

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html new file mode 100644 index 000000000..e0a4fc6f1 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html @@ -0,0 +1,172 @@ + + + + + RoborazziTest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoborazziTest

+
@GraphicsMode(value = GraphicsMode.Mode.NATIVE)
@Config(qualifiers = "w393dp-h851dp-normal-long-notround-any-440dpi-keyshidden-nonav")
abstract class RoborazziTest
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val roborazziRule: RoborazziRule
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun screenshotTest(composable: @Composable () -> Unit)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setUp()
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html new file mode 100644 index 000000000..60ec6487d --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html @@ -0,0 +1,80 @@ + + + + + roborazziRule + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

roborazziRule

+
+
val roborazziRule: RoborazziRule
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html new file mode 100644 index 000000000..fd2789ec1 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html @@ -0,0 +1,80 @@ + + + + + screenshotTest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

screenshotTest

+
+
fun screenshotTest(composable: @Composable () -> Unit)
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html new file mode 100644 index 000000000..664e94ee3 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html @@ -0,0 +1,80 @@ + + + + + setUp + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUp

+
+
fun setUp()
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html new file mode 100644 index 000000000..c3ba09929 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html @@ -0,0 +1,84 @@ + + + + + ScreenshotTests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ScreenshotTests

+
interface ScreenshotTests

You can filter ScreenshotTests using -Pscreenshot parameter

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/com.gravatar.uitestutils/index.html b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/index.html new file mode 100644 index 000000000..51af941d7 --- /dev/null +++ b/docs/dokka/current/uitestutils/com.gravatar.uitestutils/index.html @@ -0,0 +1,118 @@ + + + + + com.gravatar.uitestutils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GraphicsMode(value = GraphicsMode.Mode.NATIVE)
@Config(qualifiers = "w393dp-h851dp-normal-long-notround-any-440dpi-keyshidden-nonav")
abstract class RoborazziTest
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface ScreenshotTests

You can filter ScreenshotTests using -Pscreenshot parameter

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/index.html b/docs/dokka/current/uitestutils/index.html new file mode 100644 index 000000000..8018e555c --- /dev/null +++ b/docs/dokka/current/uitestutils/index.html @@ -0,0 +1,99 @@ + + + + + uitestutils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uitestutils

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/uitestutils/navigation.html b/docs/dokka/current/uitestutils/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/current/uitestutils/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/current/version.json b/docs/dokka/current/version.json index b7690d36a..03c3825be 100644 --- a/docs/dokka/current/version.json +++ b/docs/dokka/current/version.json @@ -1 +1 @@ -{"version":"1.1.0"} \ No newline at end of file +{"version":"2.0.0-rc1"} \ No newline at end of file diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html new file mode 100644 index 000000000..4e93bf0b7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/-gravatar-quick-editor-bottom-sheet.html @@ -0,0 +1,80 @@ + + + + + GravatarQuickEditorBottomSheet + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorBottomSheet

+
+
fun GravatarQuickEditorBottomSheet(gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit = {})

ModalBottomSheet component for the Gravatar Quick Editor that enables the user to modify their Avatar.

The bottom sheet is configured to take 70% of the screen height and skips the partially expanded state.

Parameters

gravatarQuickEditorParams

The Quick Editor parameters.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html new file mode 100644 index 000000000..458376806 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor.bottomsheet/index.html @@ -0,0 +1,103 @@ + + + + + com.gravatar.quickeditor.ui.editor.bottomsheet + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun GravatarQuickEditorBottomSheet(gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit = {})

ModalBottomSheet component for the Gravatar Quick Editor that enables the user to modify their Avatar.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html new file mode 100644 index 000000000..7e9659cd4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/-bearer.html @@ -0,0 +1,80 @@ + + + + + Bearer + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Bearer

+
+
constructor(token: String)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html new file mode 100644 index 000000000..437c3d2e9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html new file mode 100644 index 000000000..50f82524f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html new file mode 100644 index 000000000..4994586a0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/index.html @@ -0,0 +1,172 @@ + + + + + Bearer + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Bearer

+
class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(token: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The bearer token.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html new file mode 100644 index 000000000..2447eace6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html new file mode 100644 index 000000000..bade93a2c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-bearer/token.html @@ -0,0 +1,80 @@ + + + + + token + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

token

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html new file mode 100644 index 000000000..96e1cb1eb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/-o-auth.html @@ -0,0 +1,80 @@ + + + + + OAuth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuth

+
+
constructor(oAuthParams: OAuthParams)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html new file mode 100644 index 000000000..f65760dee --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html new file mode 100644 index 000000000..6fd2c00c5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html new file mode 100644 index 000000000..619c6f72b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/index.html @@ -0,0 +1,172 @@ + + + + + OAuth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuth

+
class OAuth(val oAuthParams: OAuthParams) : AuthenticationMethod

OAuth authentication method.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(oAuthParams: OAuthParams)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The OAuth parameters.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html new file mode 100644 index 000000000..acdf17a0f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/o-auth-params.html @@ -0,0 +1,80 @@ + + + + + oAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

oAuthParams

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html new file mode 100644 index 000000000..8e7a9058f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/-o-auth/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html new file mode 100644 index 000000000..18ee6625d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-authentication-method/index.html @@ -0,0 +1,119 @@ + + + + + AuthenticationMethod + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AuthenticationMethod

+

Represents the authentication method used for the Gravatar Quick Editor.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class OAuth(val oAuthParams: OAuthParams) : AuthenticationMethod

OAuth authentication method.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html new file mode 100644 index 000000000..50da2a97d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-horizontal/index.html @@ -0,0 +1,84 @@ + + + + + Horizontal + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Horizontal

+

Horizontal scrolling for the Avatars.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html new file mode 100644 index 000000000..705521c1b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/-vertical/index.html @@ -0,0 +1,84 @@ + + + + + Vertical + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Vertical

+

Vertical scrolling for the Avatars.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html new file mode 100644 index 000000000..54f274e33 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-avatar-picker-content-layout/index.html @@ -0,0 +1,119 @@ + + + + + AvatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarPickerContentLayout

+

The layout direction of the Avatar picker in the Quick Editor.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Horizontal scrolling for the Avatars.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Vertical scrolling for the Avatars.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html new file mode 100644 index 000000000..d6269705d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-finished/index.html @@ -0,0 +1,84 @@ + + + + + Finished + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Finished

+

Quick Editor was closed by user

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html new file mode 100644 index 000000000..c92aaa4d9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-invalid-token/index.html @@ -0,0 +1,84 @@ + + + + + InvalidToken + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

InvalidToken

+

This reason will be used when an invalid/expired token is provided in the GravatarQuickEditor

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html new file mode 100644 index 000000000..8e48fed1a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/-oauth-failed/index.html @@ -0,0 +1,84 @@ + + + + + OauthFailed + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OauthFailed

+

Any issue related to the OAuthFlow. One of the reasons for the flow to fail are the wrong OAuthParams set in the GravatarQuickEditor

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html new file mode 100644 index 000000000..2ad970999 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-dismiss-reason/index.html @@ -0,0 +1,134 @@ + + + + + GravatarQuickEditorDismissReason + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorDismissReason

+

Class representing possible dismiss reasons that could close the GravatarQuickEditor

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Quick Editor was closed by user

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

This reason will be used when an invalid/expired token is provided in the GravatarQuickEditor

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Any issue related to the OAuthFlow. One of the reasons for the flow to fail are the wrong OAuthParams set in the GravatarQuickEditor

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html new file mode 100644 index 000000000..f0a5df962 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params.html @@ -0,0 +1,80 @@ + + + + + GravatarQuickEditorParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorParams

+
+

A type-safe builder for the GravatarQuickEditorParams class.

Parameters

initializer

Function literal with GravatarQuickEditorParams.Builder as the receiver

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html new file mode 100644 index 000000000..ceba8661e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html new file mode 100644 index 000000000..6ed6519b0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + avatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarPickerContentLayout

+
+

The content layout direction used in the Avatar Picker

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html new file mode 100644 index 000000000..0b0e4bbcd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the GravatarQuickEditorParams object

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html new file mode 100644 index 000000000..990c3879c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+
var email: Email?

The email of the user

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html new file mode 100644 index 000000000..1cb1fe772 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The content layout direction used in the Avatar Picker

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var email: Email?

The email of the user

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the GravatarQuickEditorParams object

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the content layout direction used in the Avatar Picker

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html new file mode 100644 index 000000000..cef2fbb30 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + setAvatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarPickerContentLayout

+
+

Sets the content layout direction used in the Avatar Picker

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html new file mode 100644 index 000000000..36d7c3d1f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/-builder/set-email.html @@ -0,0 +1,80 @@ + + + + + setEmail + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEmail

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html new file mode 100644 index 000000000..9e1bced4b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/avatar-picker-content-layout.html @@ -0,0 +1,80 @@ + + + + + avatarPickerContentLayout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarPickerContentLayout

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html new file mode 100644 index 000000000..395428d18 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html new file mode 100644 index 000000000..89cac22b8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html new file mode 100644 index 000000000..3cb0fbd4c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html new file mode 100644 index 000000000..1c88df08b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/index.html @@ -0,0 +1,187 @@ + + + + + GravatarQuickEditorParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditorParams

+

All non-auth params required to launch the Gravatar Quick Editor

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The layout direction used in the Avatar Picker.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The email of the user

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html new file mode 100644 index 000000000..f10738ea2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/-gravatar-quick-editor-params/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html new file mode 100644 index 000000000..058b7c591 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.editor/index.html @@ -0,0 +1,167 @@ + + + + + com.gravatar.quickeditor.ui.editor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Represents the authentication method used for the Gravatar Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The layout direction of the Avatar picker in the Quick Editor.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Class representing possible dismiss reasons that could close the GravatarQuickEditor

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

All non-auth params required to launch the Gravatar Quick Editor

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

A type-safe builder for the GravatarQuickEditorParams class.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html new file mode 100644 index 000000000..8ca14ba1b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params.html @@ -0,0 +1,80 @@ + + + + + OAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuthParams

+
+

A type-safe builder for the OAuthParams class.

Parameters

initializer

Function literal with OAuthParams.Builder as the receiver

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html new file mode 100644 index 000000000..f49848a43 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html new file mode 100644 index 000000000..a8972ca75 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the OAuthParams object

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html new file mode 100644 index 000000000..963c4a114 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/client-id.html @@ -0,0 +1,80 @@ + + + + + clientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

clientId

+
+

The clientId of your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html new file mode 100644 index 000000000..a9d0769f8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the OAuthParams object

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Sets the redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html new file mode 100644 index 000000000..ed5c8401b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/redirect-uri.html @@ -0,0 +1,80 @@ + + + + + redirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

redirectUri

+
+

The redirect URI configured for your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html new file mode 100644 index 000000000..f970fb488 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-client-id.html @@ -0,0 +1,80 @@ + + + + + setClientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setClientId

+
+

Sets the clientId of your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html new file mode 100644 index 000000000..a18ae3bac --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/-builder/set-redirect-uri.html @@ -0,0 +1,80 @@ + + + + + setRedirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRedirectUri

+
+

Sets the redirect URI configured for your WP.com application

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html new file mode 100644 index 000000000..89fbe2c52 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/client-id.html @@ -0,0 +1,80 @@ + + + + + clientId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

clientId

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html new file mode 100644 index 000000000..a25bbf660 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html new file mode 100644 index 000000000..a83d9dd33 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html new file mode 100644 index 000000000..cec212343 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/index.html @@ -0,0 +1,187 @@ + + + + + OAuthParams + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

OAuthParams

+

This class holds all the information required to launch the OAuth flow.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The clientId of your WP.com application

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The redirect URI configured for your WP.com application

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html new file mode 100644 index 000000000..54d019254 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/redirect-uri.html @@ -0,0 +1,80 @@ + + + + + redirectUri + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

redirectUri

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html new file mode 100644 index 000000000..fc28f8fe4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/-o-auth-params/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html new file mode 100644 index 000000000..b614c5b11 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor.ui.oauth/index.html @@ -0,0 +1,122 @@ + + + + + com.gravatar.quickeditor.ui.oauth + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

This class holds all the information required to launch the OAuth flow.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

A type-safe builder for the OAuthParams class.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html new file mode 100644 index 000000000..41fa68b6f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/index.html @@ -0,0 +1,119 @@ + + + + + GravatarQuickEditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarQuickEditor

+

Singleton object that provides easy to use functions to interact with the Gravatar Quick Editor.

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun logout(email: Email)

Function to remove the stored token. This function should be invoked when the user logs out from your app.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun show(activity: Activity, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the activity.

fun show(fragment: Fragment, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the fragment. Internally it uses Activity.requireActivity() to get the activity.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html new file mode 100644 index 000000000..a0ca80fbe --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/logout.html @@ -0,0 +1,80 @@ + + + + + logout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

logout

+
+
suspend fun logout(email: Email)

Function to remove the stored token. This function should be invoked when the user logs out from your app.

Once this is called, the user will be logged out and will have to go through the authentication flow again.

Parameters

email

The email of the user.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html new file mode 100644 index 000000000..6b664f34d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/-gravatar-quick-editor/show.html @@ -0,0 +1,80 @@ + + + + + show + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

show

+
+
fun show(activity: Activity, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the activity.

Parameters

activity

The activity to launch the Gravatar Quick Editor from.

gravatarQuickEditorParams

The parameters to configure the Quick Editor.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.


fun show(fragment: Fragment, gravatarQuickEditorParams: GravatarQuickEditorParams, authenticationMethod: AuthenticationMethod, onAvatarSelected: () -> Unit, onDismiss: (dismissReason: GravatarQuickEditorDismissReason) -> Unit)

Helper function to launch the Gravatar Quick Editor from the fragment. Internally it uses Activity.requireActivity() to get the activity.

Parameters

fragment

The fragment to launch the Gravatar Quick Editor from.

gravatarQuickEditorParams

The parameters to configure the Quick Editor.

authenticationMethod

The method used for authentication with the Gravatar REST API.

onAvatarSelected

The callback for the avatar update. Can be invoked multiple times while the Quick Editor is open.

onDismiss

The callback for the dismiss action. GravatarQuickEditorError will be non-null if the dismiss was caused by an error.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/index.html new file mode 100644 index 000000000..86a9eb7c0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/com.gravatar.quickeditor/index.html @@ -0,0 +1,104 @@ + + + + + com.gravatar.quickeditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package includes the quickeditor components provided with the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Singleton object that provides easy to use functions to interact with the Gravatar Quick Editor.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/index.html new file mode 100644 index 000000000..8e8ef77dc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/index.html @@ -0,0 +1,155 @@ + + + + + gravatar-quickeditor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar-quickeditor

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package includes the quickeditor components provided with the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/navigation.html b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-quickeditor/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html new file mode 100644 index 000000000..66bea0c58 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -0,0 +1,84 @@ + + + + + AboutMe + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AboutMe

+
+
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description


fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user's about me description

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html new file mode 100644 index 000000000..b571335fc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -0,0 +1,80 @@ + + + + + Avatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Avatar

+
+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

Parameters

profile

The user's profile information

size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

forceRefresh

While this is true, we'll force the refresh of the avatar in every recomposition


fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

Parameters

state
size

The size of the avatar

modifier

Composable modifier

avatarQueryOptions

Options to customize the avatar query

forceRefresh

While this is true, we'll force the refresh of the avatar in every recomposition

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html new file mode 100644 index 000000000..02ac7a130 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -0,0 +1,80 @@ + + + + + DisplayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayName

+
+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text


fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the text

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html new file mode 100644 index 000000000..fb8cd3058 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html @@ -0,0 +1,149 @@ + + + + + Calendly + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Calendly

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html new file mode 100644 index 000000000..6a8c92ac8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html @@ -0,0 +1,104 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueForLabel(shortname: String): LocalIcon?

Returns the LocalIcon enum value for the given label.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html new file mode 100644 index 000000000..0ce4bee0f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html @@ -0,0 +1,80 @@ + + + + + valueForLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueForLabel

+
+
fun valueForLabel(shortname: String): LocalIcon?

Returns the LocalIcon enum value for the given label.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html new file mode 100644 index 000000000..fc2b63ee1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html @@ -0,0 +1,149 @@ + + + + + Fediverse + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Fediverse

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html new file mode 100644 index 000000000..1951a0082 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html @@ -0,0 +1,149 @@ + + + + + Foursquare + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Foursquare

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html new file mode 100644 index 000000000..1a2c8ec66 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html @@ -0,0 +1,149 @@ + + + + + Github + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Github

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html new file mode 100644 index 000000000..970dec4e2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html @@ -0,0 +1,149 @@ + + + + + Gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Gravatar

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html new file mode 100644 index 000000000..f4589b502 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html @@ -0,0 +1,149 @@ + + + + + Instagram + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Instagram

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html new file mode 100644 index 000000000..c182a49d1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html @@ -0,0 +1,149 @@ + + + + + Mastodon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Mastodon

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html new file mode 100644 index 000000000..4354e17d1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html @@ -0,0 +1,149 @@ + + + + + StackOverflow + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

StackOverflow

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html new file mode 100644 index 000000000..b86021c40 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html @@ -0,0 +1,149 @@ + + + + + TikTok + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TikTok

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html new file mode 100644 index 000000000..afe58be0c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html @@ -0,0 +1,149 @@ + + + + + TripIt + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TripIt

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html new file mode 100644 index 000000000..62747fecb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html @@ -0,0 +1,149 @@ + + + + + Tumblr + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Tumblr

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html new file mode 100644 index 000000000..118d14355 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html @@ -0,0 +1,149 @@ + + + + + Twitch + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Twitch

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html new file mode 100644 index 000000000..8ea20cb73 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html @@ -0,0 +1,149 @@ + + + + + Twitter + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Twitter

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html new file mode 100644 index 000000000..da757b402 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html @@ -0,0 +1,149 @@ + + + + + Vimeo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Vimeo

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html new file mode 100644 index 000000000..64c10bc5b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html @@ -0,0 +1,149 @@ + + + + + WordPress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

WordPress

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html new file mode 100644 index 000000000..34f5d9cfb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html new file mode 100644 index 000000000..bd16b4c7c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -0,0 +1,80 @@ + + + + + imageResource + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageResource

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html new file mode 100644 index 000000000..d7e25c628 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html @@ -0,0 +1,446 @@ + + + + + LocalIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalIcon

+

LocalIcon is a predefined list of social media icons that can be used in the SocialIcon composable.

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The drawable resource ID of the icon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The shortname of the social media platform.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOf(value: String): LocalIcon

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html new file mode 100644 index 000000000..327f8243c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -0,0 +1,80 @@ + + + + + shortname + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shortname

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html new file mode 100644 index 000000000..b9e639c9f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+
fun valueOf(value: String): LocalIcon

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html new file mode 100644 index 000000000..4e42062ab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-location.html new file mode 100644 index 000000000..bb8cf7a6b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -0,0 +1,84 @@ + + + + + Location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Location

+
+
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the user location


fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

Parameters

state

The user's profile loading state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the user location

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html new file mode 100644 index 000000000..a7a194073 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html @@ -0,0 +1,80 @@ + + + + + SocialIconRow + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialIconRow

+
+
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

socialMedia

The list of social media accounts to display

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

profile

The user's profile information

modifier

Composable modifier

maxIcons

The maximum number of icons to display


fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

Parameters

state

The user's profile state

modifier

Composable modifier

maxIcons

The maximum number of icons to display

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html new file mode 100644 index 000000000..787450b04 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html @@ -0,0 +1,80 @@ + + + + + SocialIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialIcon

+
+
fun SocialIcon(media: SocialMedia, modifier: Modifier = Modifier)

SocialIcon is a composable that displays a clickable icon for a social media account. The link will navigate to the Gravatar user's profile on the social media platform.

Parameters

media

The social media account to display

modifier

Composable modifier

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html new file mode 100644 index 000000000..d4e33a0d8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html @@ -0,0 +1,80 @@ + + + + + SocialMedia + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialMedia

+
+
constructor(url: URL, name: String, iconUrl: URL? = null, icon: LocalIcon? = null)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html new file mode 100644 index 000000000..fc406d2bc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html @@ -0,0 +1,80 @@ + + + + + iconUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

iconUrl

+
+
val iconUrl: URL? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html new file mode 100644 index 000000000..4a1e59668 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html @@ -0,0 +1,80 @@ + + + + + icon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

icon

+
+
val icon: LocalIcon? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html new file mode 100644 index 000000000..f7c45596c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html @@ -0,0 +1,168 @@ + + + + + SocialMedia + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SocialMedia

+
class SocialMedia(val url: URL, val name: String, val iconUrl: URL? = null, val icon: LocalIcon? = null)

SocialMedia is a data class that represents a social media account that Gravatar users can add to their profiles.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(url: URL, name: String, iconUrl: URL? = null, icon: LocalIcon? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val icon: LocalIcon? = null

The LocalIcon for the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val iconUrl: URL? = null

The URL of the icon for the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The name of the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URL

The URL of the social media account.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html new file mode 100644 index 000000000..55f9fd957 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html new file mode 100644 index 000000000..a58ee455c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URL
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html new file mode 100644 index 000000000..91bf2a38d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -0,0 +1,84 @@ + + + + + UserInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

UserInfo

+
+
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information


fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

Parameters

state

The user's profile state

modifier

Composable modifier

skeletonModifier

Composable modifier for the loading skeleton component

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html new file mode 100644 index 000000000..d4595334b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -0,0 +1,80 @@ + + + + + ViewProfileButton + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViewProfileButton

+
+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

buttonText

The text to display on the button

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

Parameters

profile

The user's profile information

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.


fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

textStyle

The style to apply to the text

inlineContent

The content to display inline with the text, by default it is an arrow icon. It can be null if no content is needed.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/index.html new file mode 100644 index 000000000..fc51947db --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -0,0 +1,254 @@ + + + + + com.gravatar.ui.components.atomic + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

LocalIcon is a predefined list of social media icons that can be used in the SocialIcon composable.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class SocialMedia(val url: URL, val name: String, val iconUrl: URL? = null, val icon: LocalIcon? = null)

SocialMedia is a data class that represents a social media account that Gravatar users can add to their profiles.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun AboutMe(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })
fun AboutMe(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })

AboutMe is a composable that displays a user's about me description.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Avatar(profile: Profile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)
fun Avatar(state: ComponentState<Profile>, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null, forceRefresh: Boolean = false)

Avatar is a composable that displays a user's avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun DisplayName(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name.

fun DisplayName(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

DisplayName is a composable that displays the user's display name or a loading skeleton.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Location(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format. The user's location is displayed in a text format. If the location is too long, it will be truncated

fun Location(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { location, contentModifier -> + LocationDefaultContent(location, textStyle, contentModifier) + })

Location is a composable that displays a user's location in text format or a loading skeleton. The user's location is displayed in a text format. If the location is too long, it will be truncated

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SocialIcon(media: SocialMedia, modifier: Modifier = Modifier)

SocialIcon is a composable that displays a clickable icon for a social media account. The link will navigate to the Gravatar user's profile on the social media platform.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SocialIconRow(profile: Profile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: ComponentState<Profile>, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(socialMedia: List<SocialMedia>, modifier: Modifier = Modifier, maxIcons: Int = 4)

SocialIconRow is a composable that displays a row of clickable SocialIcon.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun UserInfo(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })
fun UserInfo(state: ComponentState<Profile>, modifier: Modifier = Modifier, skeletonModifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium.copy(color = MaterialTheme.colorScheme.outline), content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + UserInfoDefaultContent(userInfo, textStyle, contentModifier) + })

UserInfo is a composable that displays a user's information in a formatted way. The user's information includes their company, job title, pronunciation, pronouns, and current location when available.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })
fun ViewProfileButton(profile: Profile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), buttonText: String = defaultViewProfileButtonText(), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile.

fun ViewProfileButton(state: ComponentState<Profile>, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.titleSmall.copy(color = MaterialTheme.colorScheme.onBackground), inlineContent: @Composable (String) -> Unit? = { DefaultInlineContent(textStyle.color) })

ViewProfileButton is a composable that displays a button to view a user's profile or it's loading state.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html new file mode 100644 index 000000000..529cd336f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html @@ -0,0 +1,84 @@ + + + + + Empty + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Empty

+
data object Empty : ComponentState<Nothing>

Empty represents the state where the data is empty

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html new file mode 100644 index 000000000..fc76e7291 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html @@ -0,0 +1,80 @@ + + + + + Loaded + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loaded

+
+
constructor(loadedValue: T)

Parameters

T

the type of the information to load

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html new file mode 100644 index 000000000..e082aa9bf --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html @@ -0,0 +1,123 @@ + + + + + Loaded + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loaded

+
data class Loaded<T>(val loadedValue: T) : ComponentState<T>

Loaded represents the state where the user data has been loaded.

Parameters

T

the type of the information to load

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(loadedValue: T)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

The loaded information

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html new file mode 100644 index 000000000..4793d2c29 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -0,0 +1,80 @@ + + + + + loadedValue + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

loadedValue

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html new file mode 100644 index 000000000..3407e8a95 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html @@ -0,0 +1,84 @@ + + + + + Loading + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Loading

+

Loading represents the state where the data is still loading.

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/index.html new file mode 100644 index 000000000..c564c08e1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-component-state/index.html @@ -0,0 +1,134 @@ + + + + + ComponentState + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ComponentState

+
sealed class ComponentState<out T>

ComponentState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Empty : ComponentState<Nothing>

Empty represents the state where the data is empty

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Loaded<T>(val loadedValue: T) : ComponentState<T>

Loaded represents the state where the user data has been loaded.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Loading represents the state where the data is still loading.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html new file mode 100644 index 000000000..0675b7afe --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -0,0 +1,92 @@ + + + + + LargeProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfileSummary

+
+
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + inlineContent = null, + ) + })

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile.html new file mode 100644 index 000000000..735720e99 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -0,0 +1,91 @@ + + + + + LargeProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfile

+
+
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + ) + })

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile-summary.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile-summary.html new file mode 100644 index 000000000..ed5b574ec --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -0,0 +1,91 @@ + + + + + ProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileSummary

+
+
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.height(32.dp), + ) + })

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile.html new file mode 100644 index 000000000..b5f7d99e0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -0,0 +1,88 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton(profileState, Modifier.padding(0.dp)) + })

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

Parameters

state

The user's profile state

modifier

Composable modifier

avatar

Composable to display the user avatar

viewProfile

Composable to display the view profile button

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/index.html new file mode 100644 index 000000000..bb7951d92 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui.components/index.html @@ -0,0 +1,209 @@ + + + + + com.gravatar.ui.components + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class ComponentState<out T>

ComponentState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun LargeProfile(profile: Profile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a ComponentState, it displays a LargeProfile using the other atomic components provided within the SDK.

fun LargeProfile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + ) + })

LargeProfile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a LargeProfile or the skeleton if it's in a loading state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun LargeProfileSummary(profile: Profile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a Profile, it displays a LargeProfileSummary using the other atomic components provided within the SDK.

fun LargeProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 132.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.padding(0.dp), + inlineContent = null, + ) + })

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a ComponentState for a Profile, it displays a LargeProfileSummary in the appropriate state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile(profile: Profile, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a Profile, iit displays a profile UI component using the other atomic components provided within the SDK.

fun Profile(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton(profileState, Modifier.padding(0.dp)) + })

Profile is a composable that displays a user's profile card. Given a ComponentState for a Profile, it displays a Profile in the appropriate state.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ProfileSummary(profile: Profile, modifier: Modifier = Modifier)

ProfileSummary is a composable that displays a mini profile card. Given a Profile, it displays a profile summary card using the other atomic components provided within the SDK.

fun ProfileSummary(state: ComponentState<Profile>, modifier: Modifier = Modifier, avatar: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + Avatar( + state = profileState, + size = 72.dp, + modifier = Modifier.clip(CircleShape), + ) + }, viewProfile: @Composable (state: ComponentState<Profile>) -> Unit = { profileState -> + ViewProfileButton( + state = profileState, + modifier = Modifier.height(32.dp), + ) + })

ProfileSummary is a composable that displays a mini profile card. Given a ComponentState for a Profile, it displays a profile summary card using the other atomic components.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme.html new file mode 100644 index 000000000..07635d019 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme.html @@ -0,0 +1,80 @@ + + + + + GravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarTheme

+
+
fun GravatarTheme(content: @Composable () -> Unit)

GravatarTheme is a composable that wraps the content of the application with the Gravatar theme.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html new file mode 100644 index 000000000..a945fee3c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -0,0 +1,80 @@ + + + + + colorScheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

colorScheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html new file mode 100644 index 000000000..e3060b79f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html @@ -0,0 +1,134 @@ + + + + + GravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarTheme

+
interface GravatarTheme

GravatarTheme contains the colors, typography, and shapes to be used in the Gravatar UI components. Those values follow the Gravatar style guide but can be customized by the user. In order to customize the theme, the user can provide a custom GravatarTheme using Composition Local

colorScheme The color scheme to be used in the Gravatar UI components typography The typography to be used in the Gravatar UI components shapes The shapes to be used in the Gravatar UI components

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open val shapes: Shapes
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html new file mode 100644 index 000000000..ae78974fa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html @@ -0,0 +1,80 @@ + + + + + shapes + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shapes

+
+
open val shapes: Shapes
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html new file mode 100644 index 000000000..0cf832a25 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -0,0 +1,80 @@ + + + + + typography + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

typography

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html new file mode 100644 index 000000000..d20433d38 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -0,0 +1,80 @@ + + + + + LocalGravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalGravatarTheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/gravatar-theme.html new file mode 100644 index 000000000..826855d79 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -0,0 +1,80 @@ + + + + + gravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatarTheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/index.html new file mode 100644 index 000000000..0943b5215 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/com.gravatar.ui/index.html @@ -0,0 +1,157 @@ + + + + + com.gravatar.ui + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package includes the UI components provided with the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface GravatarTheme

GravatarTheme contains the colors, typography, and shapes to be used in the Gravatar UI components. Those values follow the Gravatar style guide but can be customized by the user. In order to customize the theme, the user can provide a custom GravatarTheme using Composition Local

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun GravatarTheme(content: @Composable () -> Unit)

GravatarTheme is a composable that wraps the content of the application with the Gravatar theme.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/index.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/index.html new file mode 100644 index 000000000..4d153e23c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/index.html @@ -0,0 +1,138 @@ + + + + + gravatar-ui + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar-ui

+

This module contains the UI components for the Gravatar SDK.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package includes the UI components provided with the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar-ui/navigation.html b/docs/dokka/history/2.0.0-rc1/gravatar-ui/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar-ui/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/avatar-url.html new file mode 100644 index 000000000..b577a74e1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/avatar-url.html @@ -0,0 +1,80 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/default-profile.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/default-profile.html new file mode 100644 index 000000000..32ec8f5ef --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/default-profile.html @@ -0,0 +1,80 @@ + + + + + defaultProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultProfile

+
+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: String? = null, registrationDate: String? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/formatted-user-info.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/formatted-user-info.html new file mode 100644 index 000000000..dca927b5a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/formatted-user-info.html @@ -0,0 +1,80 @@ + + + + + formattedUserInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

formattedUserInfo

+
+

Get formatted user info for a user profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/hash.html new file mode 100644 index 000000000..6ac51fa3c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+

Get the hash for a user profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/index.html new file mode 100644 index 000000000..3a79d21d7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/index.html @@ -0,0 +1,163 @@ + + + + + com.gravatar.extensions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun defaultProfile(hash: String, displayName: String = "", profileUrl: URI = ProfileUrl(Hash(hash)).url.toURI(), avatarUrl: URI = AvatarUrl(Hash(hash)).url().toURI(), avatarAltText: String = "", location: String = "", description: String = "", jobTitle: String = "", company: String = "", verifiedAccounts: List<VerifiedAccount> = emptyList(), pronunciation: String = "", pronouns: String = "", links: List<Link>? = null, payments: ProfilePayments? = null, contactInfo: ProfileContactInfo? = null, gallery: List<GalleryImage>? = null, numberVerifiedAccounts: Int? = null, lastProfileEdit: String? = null, registrationDate: String? = null): Profile

Instantiates an empty profile with the given hash by default. You can also provide other values to override the default empty values.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get formatted user info for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the hash for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the profile URL for a user profile.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/profile-url.html new file mode 100644 index 000000000..b09c9f0d3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.extensions/profile-url.html @@ -0,0 +1,80 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+

Get the profile URL for a user profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response.html new file mode 100644 index 000000000..ecf50d7b6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response.html @@ -0,0 +1,80 @@ + + + + + AssociatedResponse + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AssociatedResponse

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/-builder.html new file mode 100644 index 000000000..3eea6f798 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/associated.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/associated.html new file mode 100644 index 000000000..3e214d302 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/associated.html @@ -0,0 +1,80 @@ + + + + + associated + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

associated

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/build.html new file mode 100644 index 000000000..46b90f340 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/index.html new file mode 100644 index 000000000..626ef4d6c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/index.html @@ -0,0 +1,157 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/set-associated.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/set-associated.html new file mode 100644 index 000000000..5785b0732 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/-builder/set-associated.html @@ -0,0 +1,80 @@ + + + + + setAssociated + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAssociated

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/associated.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/associated.html new file mode 100644 index 000000000..1c5d809fa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/associated.html @@ -0,0 +1,80 @@ + + + + + associated + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

associated

+
+

Parameters

associated

Whether the entity is associated with the account.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/equals.html new file mode 100644 index 000000000..f1aa90382 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/hash-code.html new file mode 100644 index 000000000..4953c9a98 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/index.html new file mode 100644 index 000000000..a27154776 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/index.html @@ -0,0 +1,172 @@ + + + + + AssociatedResponse + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AssociatedResponse

+

Parameters

associated

Whether the entity is associated with the account.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/to-string.html new file mode 100644 index 000000000..ba34337ee --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-associated-response/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar.html new file mode 100644 index 000000000..60c0dfe9f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar.html @@ -0,0 +1,80 @@ + + + + + Avatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Avatar

+
+
fun Avatar(initializer: Avatar.Builder.() -> Unit): Avatar
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/-builder.html new file mode 100644 index 000000000..c4e1bd889 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/alt-text.html new file mode 100644 index 000000000..fbf3f210a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/alt-text.html @@ -0,0 +1,80 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/build.html new file mode 100644 index 000000000..97429e989 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Avatar
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-id.html new file mode 100644 index 000000000..02e215af3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-id.html @@ -0,0 +1,80 @@ + + + + + imageId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageId

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-url.html new file mode 100644 index 000000000..e7229158d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/image-url.html @@ -0,0 +1,80 @@ + + + + + imageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/index.html new file mode 100644 index 000000000..731e6e213 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/index.html @@ -0,0 +1,307 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Avatar
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setImageUrl(imageUrl: URI?): Avatar.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/rating.html new file mode 100644 index 000000000..f167c15c9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/selected.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/selected.html new file mode 100644 index 000000000..e16dfa458 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/selected.html @@ -0,0 +1,80 @@ + + + + + selected + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

selected

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-alt-text.html new file mode 100644 index 000000000..c33c0f2fe --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-alt-text.html @@ -0,0 +1,80 @@ + + + + + setAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAltText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-id.html new file mode 100644 index 000000000..36b7d7cc4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-id.html @@ -0,0 +1,80 @@ + + + + + setImageId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setImageId

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-url.html new file mode 100644 index 000000000..841441067 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-image-url.html @@ -0,0 +1,80 @@ + + + + + setImageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setImageUrl

+
+
fun setImageUrl(imageUrl: URI?): Avatar.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-rating.html new file mode 100644 index 000000000..38d46c0dd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-rating.html @@ -0,0 +1,80 @@ + + + + + setRating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRating

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-selected.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-selected.html new file mode 100644 index 000000000..ff7eabf84 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-selected.html @@ -0,0 +1,80 @@ + + + + + setSelected + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setSelected

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-updated-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-updated-date.html new file mode 100644 index 000000000..adf3a8e33 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/set-updated-date.html @@ -0,0 +1,80 @@ + + + + + setUpdatedDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUpdatedDate

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/updated-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/updated-date.html new file mode 100644 index 000000000..2b3ece7e3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-builder/updated-date.html @@ -0,0 +1,80 @@ + + + + + updatedDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

updatedDate

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-g/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-g/index.html new file mode 100644 index 000000000..3a8bb995a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-g/index.html @@ -0,0 +1,134 @@ + + + + + G + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

G

+
@Json(name = "G")
G
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-p-g/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-p-g/index.html new file mode 100644 index 000000000..8d3e1e124 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-p-g/index.html @@ -0,0 +1,134 @@ + + + + + PG + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PG

+
@Json(name = "PG")
PG
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-r/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-r/index.html new file mode 100644 index 000000000..715a1b351 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-r/index.html @@ -0,0 +1,134 @@ + + + + + R + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

R

+
@Json(name = "R")
R
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-x/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-x/index.html new file mode 100644 index 000000000..fa1c5f64a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/-x/index.html @@ -0,0 +1,134 @@ + + + + + X + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

X

+
@Json(name = "X")
X
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/entries.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/entries.html new file mode 100644 index 000000000..e3d2201b8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/index.html new file mode 100644 index 000000000..2b17ead99 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/index.html @@ -0,0 +1,247 @@ + + + + + Rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Rating

+
@JsonClass(generateAdapter = false)
enum Rating : Enum<Avatar.Rating>

Rating associated with the image.

Values: G,PG,R,X

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "G")
G
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "PG")
PG
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "R")
R
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Json(name = "X")
X
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value-of.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value-of.html new file mode 100644 index 000000000..a91c1b1ec --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value.html new file mode 100644 index 000000000..f6d23009c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/values.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/values.html new file mode 100644 index 000000000..5dc335d74 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/-rating/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/alt-text.html new file mode 100644 index 000000000..bbaed7ea7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/alt-text.html @@ -0,0 +1,80 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+

Parameters

altText

Alternative text description of the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/equals.html new file mode 100644 index 000000000..ea23df0d7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/hash-code.html new file mode 100644 index 000000000..256b31cd0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-id.html new file mode 100644 index 000000000..d9bf9f7ad --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-id.html @@ -0,0 +1,80 @@ + + + + + imageId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageId

+
+

Parameters

imageId

Unique identifier for the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-url.html new file mode 100644 index 000000000..2884cf717 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/image-url.html @@ -0,0 +1,80 @@ + + + + + imageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageUrl

+
+

Parameters

imageUrl

Image URL

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/index.html new file mode 100644 index 000000000..80837a3a1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/index.html @@ -0,0 +1,262 @@ + + + + + Avatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Avatar

+
class Avatar

An avatar that the user has already uploaded to their Gravatar account.

Parameters

imageId

Unique identifier for the image.

imageUrl

Image URL

rating

Rating associated with the image.

updatedDate

Date and time when the image was last updated.

altText

Alternative text description of the image.

selected

Whether the image is currently selected as the provided selected email's avatar.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@JsonClass(generateAdapter = false)
enum Rating : Enum<Avatar.Rating>

Rating associated with the image.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val selected: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/rating.html new file mode 100644 index 000000000..501423bec --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+

Parameters

rating

Rating associated with the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/selected.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/selected.html new file mode 100644 index 000000000..2d1c6b587 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/selected.html @@ -0,0 +1,80 @@ + + + + + selected + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

selected

+
+
val selected: Boolean? = null

Parameters

selected

Whether the image is currently selected as the provided selected email's avatar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/to-string.html new file mode 100644 index 000000000..70d5b5599 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/updated-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/updated-date.html new file mode 100644 index 000000000..6210b1387 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-avatar/updated-date.html @@ -0,0 +1,80 @@ + + + + + updatedDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

updatedDate

+
+

Parameters

updatedDate

Date and time when the image was last updated.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html new file mode 100644 index 000000000..b4955112f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address.html @@ -0,0 +1,80 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html new file mode 100644 index 000000000..ff5c7fc48 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html new file mode 100644 index 000000000..6f80c1922 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/address.html @@ -0,0 +1,80 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html new file mode 100644 index 000000000..03ea4edb5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html new file mode 100644 index 000000000..735315e66 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html new file mode 100644 index 000000000..ca82f7807 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html new file mode 100644 index 000000000..68d0ba262 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-address.html @@ -0,0 +1,80 @@ + + + + + setAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAddress

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html new file mode 100644 index 000000000..7ea144617 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/-builder/set-label.html @@ -0,0 +1,80 @@ + + + + + setLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLabel

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html new file mode 100644 index 000000000..b6fc3f09b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/address.html @@ -0,0 +1,80 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

+
+

Parameters

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html new file mode 100644 index 000000000..5317b8518 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html new file mode 100644 index 000000000..5c110e341 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html new file mode 100644 index 000000000..1b78b7323 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/index.html @@ -0,0 +1,187 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+

A crypto currency wallet address the user accepts.

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html new file mode 100644 index 000000000..f968b9c34 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+

Parameters

label

The label for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html new file mode 100644 index 000000000..01b2120a2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-crypto-wallet-address/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error.html new file mode 100644 index 000000000..ec80bcfee --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error.html @@ -0,0 +1,80 @@ + + + + + Error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Error

+
+
fun Error(initializer: Error.Builder.() -> Unit): Error
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html new file mode 100644 index 000000000..d40b50729 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/build.html new file mode 100644 index 000000000..e8d5c21d4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Error
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/code.html new file mode 100644 index 000000000..831bc73b9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
var code: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/error.html new file mode 100644 index 000000000..45d576c44 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/index.html new file mode 100644 index 000000000..610981bfe --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var code: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Error
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html new file mode 100644 index 000000000..dadef5fbf --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-code.html @@ -0,0 +1,80 @@ + + + + + setCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCode

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html new file mode 100644 index 000000000..28114929d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/-builder/set-error.html @@ -0,0 +1,80 @@ + + + + + setError + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setError

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/code.html new file mode 100644 index 000000000..6bfde93ab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
val code: String? = null

Parameters

code

The error code for the error message

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/equals.html new file mode 100644 index 000000000..e969d6093 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/error.html new file mode 100644 index 000000000..e3e2c4308 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+

Parameters

error

The error message

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/hash-code.html new file mode 100644 index 000000000..1755797f8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/index.html new file mode 100644 index 000000000..2f890b407 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/index.html @@ -0,0 +1,187 @@ + + + + + Error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Error

+
class Error

An error response from the API.

Parameters

error

The error message

code

The error code for the error message

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val code: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/to-string.html new file mode 100644 index 000000000..a4843c0a6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-error/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image.html new file mode 100644 index 000000000..1bbb37467 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image.html @@ -0,0 +1,80 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html new file mode 100644 index 000000000..b78d519b9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html new file mode 100644 index 000000000..40d547732 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/alt-text.html @@ -0,0 +1,80 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html new file mode 100644 index 000000000..61a23eb37 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html new file mode 100644 index 000000000..b80b0208f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html new file mode 100644 index 000000000..33bb4875e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-alt-text.html @@ -0,0 +1,80 @@ + + + + + setAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAltText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html new file mode 100644 index 000000000..4f552ab49 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/set-url.html @@ -0,0 +1,80 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html new file mode 100644 index 000000000..0b25286d6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/-builder/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html new file mode 100644 index 000000000..cefea4124 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/alt-text.html @@ -0,0 +1,80 @@ + + + + + altText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

altText

+
+
val altText: String? = null

Parameters

altText

The image alt text.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html new file mode 100644 index 000000000..78a61b87f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html new file mode 100644 index 000000000..c93f1299c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/index.html new file mode 100644 index 000000000..6a7ed5bc1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/index.html @@ -0,0 +1,187 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+

A gallery image a user has uploaded.

Parameters

url

The URL to the image.

altText

The image alt text.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val altText: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html new file mode 100644 index 000000000..df4986bf1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/url.html new file mode 100644 index 000000000..13e31b744 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-gallery-image/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URI

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest.html new file mode 100644 index 000000000..39ca5da3f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest.html @@ -0,0 +1,80 @@ + + + + + Interest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Interest

+
+
fun Interest(initializer: Interest.Builder.() -> Unit): Interest
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html new file mode 100644 index 000000000..6ff5107b8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html new file mode 100644 index 000000000..72a131943 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html new file mode 100644 index 000000000..33e5db851 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
var id: Int?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html new file mode 100644 index 000000000..dcace1c0c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var id: Int?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var name: String?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html new file mode 100644 index 000000000..a9c6ebd6b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
var name: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html new file mode 100644 index 000000000..9fafa6644 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-id.html @@ -0,0 +1,80 @@ + + + + + setId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setId

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html new file mode 100644 index 000000000..bb2ce946a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/-builder/set-name.html @@ -0,0 +1,80 @@ + + + + + setName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/equals.html new file mode 100644 index 000000000..025c840da --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/hash-code.html new file mode 100644 index 000000000..bb414942e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/id.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/id.html new file mode 100644 index 000000000..e55a10841 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/id.html @@ -0,0 +1,80 @@ + + + + + id + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

id

+
+
val id: Int

Parameters

id

The unique identifier for the interest.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/index.html new file mode 100644 index 000000000..9db509289 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/index.html @@ -0,0 +1,187 @@ + + + + + Interest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Interest

+
class Interest

An interest the user has added to their profile.

Parameters

id

The unique identifier for the interest.

name

The name of the interest.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val id: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/name.html new file mode 100644 index 000000000..d84b4502b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The name of the interest.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/to-string.html new file mode 100644 index 000000000..e8d6473f7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-interest/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language.html new file mode 100644 index 000000000..a2b757201 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language.html @@ -0,0 +1,80 @@ + + + + + Language + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Language

+
+
fun Language(initializer: Language.Builder.() -> Unit): Language
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html new file mode 100644 index 000000000..a117ae066 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/build.html new file mode 100644 index 000000000..3ced74c3a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/code.html new file mode 100644 index 000000000..335e8b854 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
var code: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/index.html new file mode 100644 index 000000000..f03ef0121 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/index.html @@ -0,0 +1,247 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
var code: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var name: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var order: Int?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html new file mode 100644 index 000000000..5556581d0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/is-primary.html @@ -0,0 +1,80 @@ + + + + + isPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPrimary

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/name.html new file mode 100644 index 000000000..2f095f2f2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+
var name: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/order.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/order.html new file mode 100644 index 000000000..4173882d4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/order.html @@ -0,0 +1,80 @@ + + + + + order + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

order

+
+
var order: Int?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html new file mode 100644 index 000000000..7e183d161 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-code.html @@ -0,0 +1,80 @@ + + + + + setCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCode

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html new file mode 100644 index 000000000..8f49d1640 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-is-primary.html @@ -0,0 +1,80 @@ + + + + + setIsPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsPrimary

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html new file mode 100644 index 000000000..f82bcc74e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-name.html @@ -0,0 +1,80 @@ + + + + + setName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html new file mode 100644 index 000000000..4b3f28b17 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/-builder/set-order.html @@ -0,0 +1,80 @@ + + + + + setOrder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setOrder

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/code.html new file mode 100644 index 000000000..9070da2a3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+

Parameters

code

The language code.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/equals.html new file mode 100644 index 000000000..a0d355d33 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/hash-code.html new file mode 100644 index 000000000..021fa2536 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/index.html new file mode 100644 index 000000000..e0e16dcd2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/index.html @@ -0,0 +1,217 @@ + + + + + Language + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Language

+
class Language

The languages the user knows. This is only provided in authenticated API requests.

Parameters

code

The language code.

name

The language name.

isPrimary

Whether the language is the user's primary language.

order

The order of the language in the user's profile.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val order: Int
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/is-primary.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/is-primary.html new file mode 100644 index 000000000..21cc811c2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/is-primary.html @@ -0,0 +1,80 @@ + + + + + isPrimary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isPrimary

+
+

Parameters

isPrimary

Whether the language is the user's primary language.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/name.html new file mode 100644 index 000000000..a8f1b80e0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+

Parameters

name

The language name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/order.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/order.html new file mode 100644 index 000000000..15c6e4925 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/order.html @@ -0,0 +1,80 @@ + + + + + order + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

order

+
+
val order: Int

Parameters

order

The order of the language in the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/to-string.html new file mode 100644 index 000000000..fd20ee5e1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-language/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link.html new file mode 100644 index 000000000..e56331ddc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link.html @@ -0,0 +1,80 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
+
fun Link(initializer: Link.Builder.() -> Unit): Link
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html new file mode 100644 index 000000000..84d076277 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/build.html new file mode 100644 index 000000000..2d2c07cb1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Link
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/index.html new file mode 100644 index 000000000..e9aca9134 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Link
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setUrl(url: URI?): Link.Builder
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/label.html new file mode 100644 index 000000000..78173cdc6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html new file mode 100644 index 000000000..ffe1d9ff5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-label.html @@ -0,0 +1,80 @@ + + + + + setLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLabel

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html new file mode 100644 index 000000000..0f56899dd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/set-url.html @@ -0,0 +1,80 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+
fun setUrl(url: URI?): Link.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/url.html new file mode 100644 index 000000000..1d880703c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/-builder/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/equals.html new file mode 100644 index 000000000..58e493de1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/hash-code.html new file mode 100644 index 000000000..c721ee146 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/index.html new file mode 100644 index 000000000..b94d96261 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/index.html @@ -0,0 +1,187 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
class Link

A link the user has added to their profile.

Parameters

label

The label for the link.

url

The URL to the link.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/label.html new file mode 100644 index 000000000..de5b51618 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

+
+

Parameters

label

The label for the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/to-string.html new file mode 100644 index 000000000..9a744f17b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/url.html new file mode 100644 index 000000000..81072a44c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-link/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URI

Parameters

url

The URL to the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info.html new file mode 100644 index 000000000..02a38722c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info.html @@ -0,0 +1,80 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html new file mode 100644 index 000000000..59e5e587e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html new file mode 100644 index 000000000..8832f0905 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html new file mode 100644 index 000000000..c20b166e1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/calendar.html @@ -0,0 +1,80 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html new file mode 100644 index 000000000..19adf8e0a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/cell-phone.html @@ -0,0 +1,80 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html new file mode 100644 index 000000000..2ffbbcec9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/contact-form.html @@ -0,0 +1,80 @@ + + + + + contactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactForm

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html new file mode 100644 index 000000000..2643ee0e6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html new file mode 100644 index 000000000..36330e784 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/home-phone.html @@ -0,0 +1,80 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html new file mode 100644 index 000000000..366e81fa7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/index.html @@ -0,0 +1,307 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html new file mode 100644 index 000000000..37019dd5a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-calendar.html @@ -0,0 +1,80 @@ + + + + + setCalendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCalendar

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html new file mode 100644 index 000000000..074b646bd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-cell-phone.html @@ -0,0 +1,80 @@ + + + + + setCellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCellPhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html new file mode 100644 index 000000000..c1ad4cb09 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-contact-form.html @@ -0,0 +1,80 @@ + + + + + setContactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setContactForm

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html new file mode 100644 index 000000000..9060a3333 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-email.html @@ -0,0 +1,80 @@ + + + + + setEmail + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEmail

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html new file mode 100644 index 000000000..6cf0e7439 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-home-phone.html @@ -0,0 +1,80 @@ + + + + + setHomePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setHomePhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html new file mode 100644 index 000000000..5d7d319d1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/set-work-phone.html @@ -0,0 +1,80 @@ + + + + + setWorkPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setWorkPhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html new file mode 100644 index 000000000..d72a4decd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/-builder/work-phone.html @@ -0,0 +1,80 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html new file mode 100644 index 000000000..4d9b4ab6c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/calendar.html @@ -0,0 +1,80 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

+
+
val calendar: URI? = null

Parameters

calendar

The URL to the user's calendar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html new file mode 100644 index 000000000..e107722dd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/cell-phone.html @@ -0,0 +1,80 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

+
+
val cellPhone: String? = null

Parameters

cellPhone

The user's cell phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html new file mode 100644 index 000000000..5a25a11a0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/contact-form.html @@ -0,0 +1,80 @@ + + + + + contactForm + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactForm

+
+
val contactForm: URI? = null

Parameters

contactForm

The URL to the user's contact form.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html new file mode 100644 index 000000000..e96555e0d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/email.html @@ -0,0 +1,80 @@ + + + + + email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

email

+
+
val email: String? = null

Parameters

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html new file mode 100644 index 000000000..9cdf5fd24 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html new file mode 100644 index 000000000..541b39ea9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html new file mode 100644 index 000000000..bca62c47a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/home-phone.html @@ -0,0 +1,80 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

+
+
val homePhone: String? = null

Parameters

homePhone

The user's home phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html new file mode 100644 index 000000000..a725650be --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/index.html @@ -0,0 +1,247 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

Parameters

homePhone

The user's home phone number.

workPhone

The user's work phone number.

cellPhone

The user's cell phone number.

email

The user's email address as provided on the contact section of the profile. Might differ from their account emails.

contactForm

The URL to the user's contact form.

calendar

The URL to the user's calendar.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val calendar: URI? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val cellPhone: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val contactForm: URI? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val email: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val homePhone: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val workPhone: String? = null
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html new file mode 100644 index 000000000..290739ea6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html new file mode 100644 index 000000000..2791f11b5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-contact-info/work-phone.html @@ -0,0 +1,80 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

+
+
val workPhone: String? = null

Parameters

workPhone

The user's work phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments.html new file mode 100644 index 000000000..a1d221915 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments.html @@ -0,0 +1,80 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html new file mode 100644 index 000000000..b12823d1f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html new file mode 100644 index 000000000..a4555deaf --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html new file mode 100644 index 000000000..0c77e1fab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/crypto-wallets.html @@ -0,0 +1,80 @@ + + + + + cryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cryptoWallets

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html new file mode 100644 index 000000000..d32f90a92 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/index.html @@ -0,0 +1,187 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var links: List<Link>?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html new file mode 100644 index 000000000..a92e7c077 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
var links: List<Link>?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html new file mode 100644 index 000000000..27257f7bd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-crypto-wallets.html @@ -0,0 +1,80 @@ + + + + + setCryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCryptoWallets

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html new file mode 100644 index 000000000..c928bdf04 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/-builder/set-links.html @@ -0,0 +1,80 @@ + + + + + setLinks + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLinks

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html new file mode 100644 index 000000000..3c02ed474 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/crypto-wallets.html @@ -0,0 +1,80 @@ + + + + + cryptoWallets + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cryptoWallets

+
+

Parameters

cryptoWallets

A list of crypto currencies the user accepts.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html new file mode 100644 index 000000000..a1d7ac5aa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html new file mode 100644 index 000000000..ac789361f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/index.html new file mode 100644 index 000000000..ff6c574bd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/index.html @@ -0,0 +1,187 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+

The user's public payment information. This is only provided in authenticated API requests.

Parameters

links

A list of payment URLs the user has added to their profile.

cryptoWallets

A list of crypto currencies the user accepts.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/links.html new file mode 100644 index 000000000..3135d0574 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+

Parameters

links

A list of payment URLs the user has added to their profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html new file mode 100644 index 000000000..c2fc730b1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile-payments/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile.html new file mode 100644 index 000000000..af6247262 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile.html @@ -0,0 +1,80 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
fun Profile(initializer: Profile.Builder.() -> Unit): Profile
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html new file mode 100644 index 000000000..340dd8e9d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html new file mode 100644 index 000000000..e5d925e3a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-alt-text.html @@ -0,0 +1,80 @@ + + + + + avatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarAltText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html new file mode 100644 index 000000000..13150ac4a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/avatar-url.html @@ -0,0 +1,80 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html new file mode 100644 index 000000000..fbf0e1553 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+
fun build(): Profile
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html new file mode 100644 index 000000000..2f7e96d78 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/company.html @@ -0,0 +1,80 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html new file mode 100644 index 000000000..22be7e42b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/contact-info.html @@ -0,0 +1,80 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html new file mode 100644 index 000000000..5c0c5b8c3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html new file mode 100644 index 000000000..184f2d809 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/display-name.html @@ -0,0 +1,80 @@ + + + + + displayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html new file mode 100644 index 000000000..cbce071e6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/first-name.html @@ -0,0 +1,80 @@ + + + + + firstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

firstName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html new file mode 100644 index 000000000..3278593b1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/gallery.html @@ -0,0 +1,80 @@ + + + + + gallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gallery

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html new file mode 100644 index 000000000..df0495ebe --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
var hash: String?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html new file mode 100644 index 000000000..84e20176e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/index.html @@ -0,0 +1,877 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var hash: String?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var links: List<Link>?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun build(): Profile
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setAvatarUrl(avatarUrl: URI?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setLastProfileEdit(lastProfileEdit: String?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setNumberVerifiedAccounts(numberVerifiedAccounts: Int?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setProfileUrl(profileUrl: URI?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setRegistrationDate(registrationDate: String?): Profile.Builder
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html new file mode 100644 index 000000000..99a810ef8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/interests.html @@ -0,0 +1,80 @@ + + + + + interests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

interests

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html new file mode 100644 index 000000000..6d22f8157 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/is-organization.html @@ -0,0 +1,80 @@ + + + + + isOrganization + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isOrganization

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html new file mode 100644 index 000000000..0374da4cd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/job-title.html @@ -0,0 +1,80 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html new file mode 100644 index 000000000..5050952bf --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/languages.html @@ -0,0 +1,80 @@ + + + + + languages + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

languages

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html new file mode 100644 index 000000000..a50b732ad --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-name.html @@ -0,0 +1,80 @@ + + + + + lastName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html new file mode 100644 index 000000000..757b76a74 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/last-profile-edit.html @@ -0,0 +1,80 @@ + + + + + lastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastProfileEdit

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html new file mode 100644 index 000000000..cc1acd33d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
var links: List<Link>?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html new file mode 100644 index 000000000..5926abe42 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/location.html @@ -0,0 +1,80 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html new file mode 100644 index 000000000..3e719e011 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/number-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + numberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

numberVerifiedAccounts

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html new file mode 100644 index 000000000..370043da8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/payments.html @@ -0,0 +1,80 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html new file mode 100644 index 000000000..06322da3b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/profile-url.html @@ -0,0 +1,80 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html new file mode 100644 index 000000000..b996bcfbb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronouns.html @@ -0,0 +1,80 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html new file mode 100644 index 000000000..4f65c9746 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/pronunciation.html @@ -0,0 +1,80 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html new file mode 100644 index 000000000..6ee1b7771 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/registration-date.html @@ -0,0 +1,80 @@ + + + + + registrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

registrationDate

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html new file mode 100644 index 000000000..00dc52f5c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-alt-text.html @@ -0,0 +1,80 @@ + + + + + setAvatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarAltText

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html new file mode 100644 index 000000000..3b3ad0810 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-avatar-url.html @@ -0,0 +1,80 @@ + + + + + setAvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarUrl

+
+
fun setAvatarUrl(avatarUrl: URI?): Profile.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html new file mode 100644 index 000000000..8c455390d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-company.html @@ -0,0 +1,80 @@ + + + + + setCompany + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setCompany

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html new file mode 100644 index 000000000..1e2592619 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-contact-info.html @@ -0,0 +1,80 @@ + + + + + setContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setContactInfo

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html new file mode 100644 index 000000000..37a22e108 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-description.html @@ -0,0 +1,80 @@ + + + + + setDescription + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDescription

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html new file mode 100644 index 000000000..27e439ee0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-display-name.html @@ -0,0 +1,80 @@ + + + + + setDisplayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDisplayName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html new file mode 100644 index 000000000..a76a4b9af --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-first-name.html @@ -0,0 +1,80 @@ + + + + + setFirstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setFirstName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html new file mode 100644 index 000000000..a97398c26 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-gallery.html @@ -0,0 +1,80 @@ + + + + + setGallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setGallery

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html new file mode 100644 index 000000000..de7a24726 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-hash.html @@ -0,0 +1,80 @@ + + + + + setHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setHash

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html new file mode 100644 index 000000000..bd2f09067 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-interests.html @@ -0,0 +1,80 @@ + + + + + setInterests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setInterests

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html new file mode 100644 index 000000000..df07cea01 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-is-organization.html @@ -0,0 +1,80 @@ + + + + + setIsOrganization + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsOrganization

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html new file mode 100644 index 000000000..d0ec967fd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-job-title.html @@ -0,0 +1,80 @@ + + + + + setJobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setJobTitle

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html new file mode 100644 index 000000000..be153c4fb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-languages.html @@ -0,0 +1,80 @@ + + + + + setLanguages + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLanguages

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html new file mode 100644 index 000000000..f2c7c5ff8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-name.html @@ -0,0 +1,80 @@ + + + + + setLastName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLastName

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html new file mode 100644 index 000000000..a5df2da4c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-last-profile-edit.html @@ -0,0 +1,80 @@ + + + + + setLastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLastProfileEdit

+
+
fun setLastProfileEdit(lastProfileEdit: String?): Profile.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html new file mode 100644 index 000000000..034997a36 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-links.html @@ -0,0 +1,80 @@ + + + + + setLinks + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLinks

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html new file mode 100644 index 000000000..a2da1f4b8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-location.html @@ -0,0 +1,80 @@ + + + + + setLocation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLocation

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html new file mode 100644 index 000000000..8fecbe897 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-number-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + setNumberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setNumberVerifiedAccounts

+
+
fun setNumberVerifiedAccounts(numberVerifiedAccounts: Int?): Profile.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html new file mode 100644 index 000000000..e24117808 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-payments.html @@ -0,0 +1,80 @@ + + + + + setPayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPayments

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html new file mode 100644 index 000000000..d0672b2cc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-profile-url.html @@ -0,0 +1,80 @@ + + + + + setProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setProfileUrl

+
+
fun setProfileUrl(profileUrl: URI?): Profile.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html new file mode 100644 index 000000000..c7ee6a553 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronouns.html @@ -0,0 +1,80 @@ + + + + + setPronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPronouns

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html new file mode 100644 index 000000000..53ec227cc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-pronunciation.html @@ -0,0 +1,80 @@ + + + + + setPronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPronunciation

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html new file mode 100644 index 000000000..4803702f4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-registration-date.html @@ -0,0 +1,80 @@ + + + + + setRegistrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRegistrationDate

+
+
fun setRegistrationDate(registrationDate: String?): Profile.Builder
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-timezone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-timezone.html new file mode 100644 index 000000000..4564f4e12 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-timezone.html @@ -0,0 +1,80 @@ + + + + + setTimezone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setTimezone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html new file mode 100644 index 000000000..f6c13c4a9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/set-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + setVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setVerifiedAccounts

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html new file mode 100644 index 000000000..1af49beaa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/timezone.html @@ -0,0 +1,80 @@ + + + + + timezone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

timezone

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html new file mode 100644 index 000000000..b67d5524f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/-builder/verified-accounts.html @@ -0,0 +1,80 @@ + + + + + verifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

verifiedAccounts

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html new file mode 100644 index 000000000..7a6c6002b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-alt-text.html @@ -0,0 +1,80 @@ + + + + + avatarAltText + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarAltText

+
+

Parameters

avatarAltText

The alt text for the user's avatar image if it has been set.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html new file mode 100644 index 000000000..27000d072 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/avatar-url.html @@ -0,0 +1,80 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+

Parameters

avatarUrl

The URL for the user's avatar image if it has been set.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/company.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/company.html new file mode 100644 index 000000000..9884279bf --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/company.html @@ -0,0 +1,80 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

+
+

Parameters

company

The user's current company's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/contact-info.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/contact-info.html new file mode 100644 index 000000000..3cd55a93f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/contact-info.html @@ -0,0 +1,80 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

+
+

Parameters

contactInfo
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/description.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/description.html new file mode 100644 index 000000000..a392b0f7c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

+
+

Parameters

description

The about section on a user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/display-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/display-name.html new file mode 100644 index 000000000..a60060d68 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/display-name.html @@ -0,0 +1,80 @@ + + + + + displayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

displayName

+
+

Parameters

displayName

The user's display name. This is the name that is displayed on their profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/equals.html new file mode 100644 index 000000000..e18243262 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/first-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/first-name.html new file mode 100644 index 000000000..dfcc1fe3f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/first-name.html @@ -0,0 +1,80 @@ + + + + + firstName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

firstName

+
+
val firstName: String? = null

Parameters

firstName

User's first name. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/gallery.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/gallery.html new file mode 100644 index 000000000..34700cb4c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/gallery.html @@ -0,0 +1,80 @@ + + + + + gallery + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gallery

+
+
val gallery: List<GalleryImage>? = null

Parameters

gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash-code.html new file mode 100644 index 000000000..619731409 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash.html new file mode 100644 index 000000000..4950f1f6d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+

Parameters

hash

The SHA256 hash of the user's primary email address.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/index.html new file mode 100644 index 000000000..0f650a28d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/index.html @@ -0,0 +1,592 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
class Profile

A user's profile information.

Parameters

hash

The SHA256 hash of the user's primary email address.

displayName

The user's display name. This is the name that is displayed on their profile.

profileUrl

The full URL for the user's profile.

avatarUrl

The URL for the user's avatar image if it has been set.

avatarAltText

The alt text for the user's avatar image if it has been set.

location

The user's location.

description

The about section on a user's profile.

jobTitle

The user's job title.

company

The user's current company's name.

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

pronunciation

The phonetic pronunciation of the user's name.

pronouns

The pronouns the user uses.

timezone

The timezone the user has. This is only provided in authenticated API requests.

languages

The languages the user knows. This is only provided in authenticated API requests.

firstName

User's first name. This is only provided in authenticated API requests.

lastName

User's last name. This is only provided in authenticated API requests.

isOrganization

Whether user is an organization. This is only provided in authenticated API requests.

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

payments
contactInfo
gallery

Additional images a user has uploaded. This is only provided in authenticated API requests.

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val firstName: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val gallery: List<GalleryImage>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val interests: List<Interest>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val isOrganization: Boolean? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val languages: List<Language>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val lastName: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val lastProfileEdit: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val links: List<Link>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val timezone: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile.avatarUrl(avatarQueryOptions: AvatarQueryOptions? = null): AvatarUrl

Get the avatar URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get formatted user info for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the hash for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the profile URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/interests.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/interests.html new file mode 100644 index 000000000..4afe718a6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/interests.html @@ -0,0 +1,80 @@ + + + + + interests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

interests

+
+
val interests: List<Interest>? = null

Parameters

interests

A list of interests the user has added to their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/is-organization.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/is-organization.html new file mode 100644 index 000000000..dfa120e97 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/is-organization.html @@ -0,0 +1,80 @@ + + + + + isOrganization + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isOrganization

+
+
val isOrganization: Boolean? = null

Parameters

isOrganization

Whether user is an organization. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/job-title.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/job-title.html new file mode 100644 index 000000000..734a73cd4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/job-title.html @@ -0,0 +1,80 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

+
+

Parameters

jobTitle

The user's job title.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/languages.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/languages.html new file mode 100644 index 000000000..12d515f39 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/languages.html @@ -0,0 +1,80 @@ + + + + + languages + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

languages

+
+
val languages: List<Language>? = null

Parameters

languages

The languages the user knows. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-name.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-name.html new file mode 100644 index 000000000..37eb5adac --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-name.html @@ -0,0 +1,80 @@ + + + + + lastName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastName

+
+
val lastName: String? = null

Parameters

lastName

User's last name. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html new file mode 100644 index 000000000..4e68c3604 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/last-profile-edit.html @@ -0,0 +1,80 @@ + + + + + lastProfileEdit + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

lastProfileEdit

+
+
val lastProfileEdit: String? = null

Parameters

lastProfileEdit

The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/links.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/links.html new file mode 100644 index 000000000..1da08613d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/links.html @@ -0,0 +1,80 @@ + + + + + links + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

links

+
+
val links: List<Link>? = null

Parameters

links

A list of links the user has added to their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/location.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/location.html new file mode 100644 index 000000000..79377d913 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/location.html @@ -0,0 +1,80 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

+
+

Parameters

location

The user's location.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html new file mode 100644 index 000000000..20a835476 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/number-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + numberVerifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

numberVerifiedAccounts

+
+

Parameters

numberVerifiedAccounts

The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/payments.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/payments.html new file mode 100644 index 000000000..06829f21d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/payments.html @@ -0,0 +1,80 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

+
+

Parameters

payments
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/profile-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/profile-url.html new file mode 100644 index 000000000..1e718ee53 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/profile-url.html @@ -0,0 +1,80 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

+
+

Parameters

profileUrl

The full URL for the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronouns.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronouns.html new file mode 100644 index 000000000..2b73f1b4a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronouns.html @@ -0,0 +1,80 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

+
+

Parameters

pronouns

The pronouns the user uses.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html new file mode 100644 index 000000000..917d0273f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/pronunciation.html @@ -0,0 +1,80 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

+
+

Parameters

pronunciation

The phonetic pronunciation of the user's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/registration-date.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/registration-date.html new file mode 100644 index 000000000..637edf2f2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/registration-date.html @@ -0,0 +1,80 @@ + + + + + registrationDate + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

registrationDate

+
+

Parameters

registrationDate

The date the user registered their account. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/timezone.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/timezone.html new file mode 100644 index 000000000..975252daa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/timezone.html @@ -0,0 +1,80 @@ + + + + + timezone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

timezone

+
+
val timezone: String? = null

Parameters

timezone

The timezone the user has. This is only provided in authenticated API requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/to-string.html new file mode 100644 index 000000000..005b3670a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html new file mode 100644 index 000000000..9d11e29e9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-profile/verified-accounts.html @@ -0,0 +1,80 @@ + + + + + verifiedAccounts + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

verifiedAccounts

+
+

Parameters

verifiedAccounts

A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request.html new file mode 100644 index 000000000..a26f2ab71 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request.html @@ -0,0 +1,80 @@ + + + + + SetEmailAvatarRequest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SetEmailAvatarRequest

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/-builder.html new file mode 100644 index 000000000..8de2c4186 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/build.html new file mode 100644 index 000000000..ae0007337 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/email-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/email-hash.html new file mode 100644 index 000000000..074bfacb5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/email-hash.html @@ -0,0 +1,80 @@ + + + + + emailHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

emailHash

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/index.html new file mode 100644 index 000000000..dd287a1ee --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/index.html @@ -0,0 +1,157 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/set-email-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/set-email-hash.html new file mode 100644 index 000000000..6a48f969d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/-builder/set-email-hash.html @@ -0,0 +1,80 @@ + + + + + setEmailHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEmailHash

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/email-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/email-hash.html new file mode 100644 index 000000000..d0aecdd5d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/email-hash.html @@ -0,0 +1,80 @@ + + + + + emailHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

emailHash

+
+

Parameters

emailHash

The email SHA256 hash to set the avatar for.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/equals.html new file mode 100644 index 000000000..686ecaa9c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/hash-code.html new file mode 100644 index 000000000..2c507c9ae --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/index.html new file mode 100644 index 000000000..d06d6706e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/index.html @@ -0,0 +1,172 @@ + + + + + SetEmailAvatarRequest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SetEmailAvatarRequest

+

Parameters

emailHash

The email SHA256 hash to set the avatar for.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/to-string.html new file mode 100644 index 000000000..86be42c2b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-set-email-avatar-request/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account.html new file mode 100644 index 000000000..24cbd1ffc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account.html @@ -0,0 +1,80 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html new file mode 100644 index 000000000..5d8301dd7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html new file mode 100644 index 000000000..f949623dc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html new file mode 100644 index 000000000..35151f238 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/index.html @@ -0,0 +1,277 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
var url: URI?
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html new file mode 100644 index 000000000..e74219630 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/is-hidden.html @@ -0,0 +1,80 @@ + + + + + isHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isHidden

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html new file mode 100644 index 000000000..a8b1a8b7c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-icon.html @@ -0,0 +1,80 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html new file mode 100644 index 000000000..e35367e95 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-label.html @@ -0,0 +1,80 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html new file mode 100644 index 000000000..ff8093868 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/service-type.html @@ -0,0 +1,80 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html new file mode 100644 index 000000000..2511388c5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-is-hidden.html @@ -0,0 +1,80 @@ + + + + + setIsHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setIsHidden

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html new file mode 100644 index 000000000..02968607c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-icon.html @@ -0,0 +1,80 @@ + + + + + setServiceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceIcon

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html new file mode 100644 index 000000000..7639f78b8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-label.html @@ -0,0 +1,80 @@ + + + + + setServiceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceLabel

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html new file mode 100644 index 000000000..b04e54082 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-service-type.html @@ -0,0 +1,80 @@ + + + + + setServiceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setServiceType

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html new file mode 100644 index 000000000..622d2eeb2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/set-url.html @@ -0,0 +1,80 @@ + + + + + setUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html new file mode 100644 index 000000000..7b6acdf85 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/-builder/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
var url: URI?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/equals.html new file mode 100644 index 000000000..4c3c92144 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html new file mode 100644 index 000000000..7a45453db --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/index.html new file mode 100644 index 000000000..252988f65 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/index.html @@ -0,0 +1,232 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

isHidden

Whether the verified account is hidden from the user's profile.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URI
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html new file mode 100644 index 000000000..5c97f35ff --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/is-hidden.html @@ -0,0 +1,80 @@ + + + + + isHidden + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isHidden

+
+

Parameters

isHidden

Whether the verified account is hidden from the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html new file mode 100644 index 000000000..f17f411fb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-icon.html @@ -0,0 +1,80 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

+
+

Parameters

serviceIcon

The URL to the service's icon.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html new file mode 100644 index 000000000..7959f395e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-label.html @@ -0,0 +1,80 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

+
+

Parameters

serviceLabel

The name of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html new file mode 100644 index 000000000..d007a941d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/service-type.html @@ -0,0 +1,80 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

+
+

Parameters

serviceType

The type of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html new file mode 100644 index 000000000..22fdec065 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/url.html new file mode 100644 index 000000000..e2f06ed91 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/-verified-account/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URI

Parameters

url

The URL to the user's profile on the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/index.html new file mode 100644 index 000000000..2d2c1af46 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.restapi.models/index.html @@ -0,0 +1,482 @@ + + + + + com.gravatar.restapi.models + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Avatar

An avatar that the user has already uploaded to their Gravatar account.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A crypto currency wallet address the user accepts.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Error

An error response from the API.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A gallery image a user has uploaded.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Interest

An interest the user has added to their profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Language

The languages the user knows. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Link

A link the user has added to their profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Profile

A user's profile information.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The user's public payment information. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

A verified account on a user's profile.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Avatar(initializer: Avatar.Builder.() -> Unit): Avatar
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Error(initializer: Error.Builder.() -> Unit): Error
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Interest(initializer: Interest.Builder.() -> Unit): Interest
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Language(initializer: Language.Builder.() -> Unit): Language
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Link(initializer: Link.Builder.() -> Unit): Link
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Profile(initializer: Profile.Builder.() -> Unit): Profile
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html new file mode 100644 index 000000000..e4b6d074c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -0,0 +1,80 @@ + + + + + AvatarService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarService

+
+
constructor(okHttpClient: OkHttpClient? = null)

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/index.html new file mode 100644 index 000000000..a776c1768 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/index.html @@ -0,0 +1,198 @@ + + + + + AvatarService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarService

+
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieve(oauthToken: String, hash: Hash): List<Avatar>

Retrieves a list of available avatars for the authenticated user.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieveCatching(oauthToken: String, hash: Hash): GravatarResult<List<Avatar>, ErrorType>

Retrieves a list of available avatars for the authenticated user. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun setAvatar(hash: String, avatarId: String, oauthToken: String)

Sets the avatar for the given email (hash).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun setAvatarCatching(hash: String, avatarId: String, oauthToken: String): GravatarResult<Unit, ErrorType>

Sets the avatar for the given email (hash). This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun upload(file: File, oauthToken: String): Avatar

Uploads an image to be used as Gravatar avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun uploadCatching(file: File, oauthToken: String): GravatarResult<Avatar, ErrorType>

Uploads an image to be used as Gravatar avatar. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html new file mode 100644 index 000000000..51d90a430 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve-catching.html @@ -0,0 +1,80 @@ + + + + + retrieveCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveCatching

+
+
suspend fun retrieveCatching(oauthToken: String, hash: Hash): GravatarResult<List<Avatar>, ErrorType>

Retrieves a list of available avatars for the authenticated user. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The list of avatars

Parameters

oauthToken

The OAuth token to use for authentication

hash

The hash of the email to associate the avatars with

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve.html new file mode 100644 index 000000000..01dbf25f5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/retrieve.html @@ -0,0 +1,80 @@ + + + + + retrieve + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieve

+
+
suspend fun retrieve(oauthToken: String, hash: Hash): List<Avatar>

Retrieves a list of available avatars for the authenticated user.

Return

The list of avatars

Parameters

oauthToken

The OAuth token to use for authentication

hash

The hash of the email to associate the avatars with

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html new file mode 100644 index 000000000..eaa46783d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar-catching.html @@ -0,0 +1,80 @@ + + + + + setAvatarCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatarCatching

+
+
suspend fun setAvatarCatching(hash: String, avatarId: String, oauthToken: String): GravatarResult<Unit, ErrorType>

Sets the avatar for the given email (hash). This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The result of the operation

Parameters

hash

The hash of the email to set the avatar for

avatarId

The ID of the avatar to set

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar.html new file mode 100644 index 000000000..326189e95 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/set-avatar.html @@ -0,0 +1,80 @@ + + + + + setAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setAvatar

+
+
suspend fun setAvatar(hash: String, avatarId: String, oauthToken: String)

Sets the avatar for the given email (hash).

Parameters

hash

The hash of the email to set the avatar for

avatarId

The ID of the avatar to set

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload-catching.html new file mode 100644 index 000000000..4f83dc878 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload-catching.html @@ -0,0 +1,80 @@ + + + + + uploadCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uploadCatching

+
+
suspend fun uploadCatching(file: File, oauthToken: String): GravatarResult<Avatar, ErrorType>

Uploads an image to be used as Gravatar avatar. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The result of the operation

Parameters

file

The image file to upload

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload.html new file mode 100644 index 000000000..12fca6739 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -0,0 +1,80 @@ + + + + + upload + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upload

+
+
suspend fun upload(file: File, oauthToken: String): Avatar

Uploads an image to be used as Gravatar avatar.

Parameters

file

The image file to upload

oauthToken

The OAuth token to use for authentication

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/-invalid-request.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/-invalid-request.html new file mode 100644 index 000000000..36c2ba2fd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/-invalid-request.html @@ -0,0 +1,80 @@ + + + + + InvalidRequest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

InvalidRequest

+
+
constructor(error: Error?)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/equals.html new file mode 100644 index 000000000..024789eaa --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/error.html new file mode 100644 index 000000000..21be14bdd --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+
val error: Error?
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/hash-code.html new file mode 100644 index 000000000..cf360966e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/index.html new file mode 100644 index 000000000..d305b2750 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/index.html @@ -0,0 +1,172 @@ + + + + + InvalidRequest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

InvalidRequest

+
class InvalidRequest(val error: Error?) : ErrorType

An error occurred while processing the request.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(error: Error?)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val error: Error?

The detailed error that occurred, if returned from the server.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/to-string.html new file mode 100644 index 000000000..d7a39eb3c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-invalid-request/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-network/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-network/index.html new file mode 100644 index 000000000..c34dc5a6b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-network/index.html @@ -0,0 +1,84 @@ + + + + + Network + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Network

+
data object Network : ErrorType

network is not available

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-not-found/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-not-found/index.html new file mode 100644 index 000000000..7e3305a33 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-not-found/index.html @@ -0,0 +1,84 @@ + + + + + NotFound + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NotFound

+
data object NotFound : ErrorType

User or hash not found

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-rate-limit-exceeded/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-rate-limit-exceeded/index.html new file mode 100644 index 000000000..a75229312 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-rate-limit-exceeded/index.html @@ -0,0 +1,84 @@ + + + + + RateLimitExceeded + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RateLimitExceeded

+

User or hash not found

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-server/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-server/index.html new file mode 100644 index 000000000..ba1fb7f8f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-server/index.html @@ -0,0 +1,84 @@ + + + + + Server + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Server

+
data object Server : ErrorType

server returned an error

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-timeout/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-timeout/index.html new file mode 100644 index 000000000..033ebc910 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-timeout/index.html @@ -0,0 +1,84 @@ + + + + + Timeout + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Timeout

+
data object Timeout : ErrorType

network request timed out

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unauthorized/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unauthorized/index.html new file mode 100644 index 000000000..1d144f951 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unauthorized/index.html @@ -0,0 +1,84 @@ + + + + + Unauthorized + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Unauthorized

+
data object Unauthorized : ErrorType

User not authorized to perform given action

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unknown/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unknown/index.html new file mode 100644 index 000000000..8c2094cb7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/-unknown/index.html @@ -0,0 +1,84 @@ + + + + + Unknown + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Unknown

+
data object Unknown : ErrorType

An unknown error occurred

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/index.html new file mode 100644 index 000000000..5800944f5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-error-type/index.html @@ -0,0 +1,209 @@ + + + + + ErrorType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ErrorType

+
sealed class ErrorType

Error types for Gravatar image upload

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class InvalidRequest(val error: Error?) : ErrorType

An error occurred while processing the request.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Network : ErrorType

network is not available

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object NotFound : ErrorType

User or hash not found

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

User or hash not found

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Server : ErrorType

server returned an error

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Timeout : ErrorType

network request timed out

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Unauthorized : ErrorType

User not authorized to perform given action

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data object Unknown : ErrorType

An unknown error occurred

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/index.html new file mode 100644 index 000000000..7973ee512 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/index.html @@ -0,0 +1,119 @@ + + + + + GravatarListener + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarListener

+
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onError(errorType: E)

Called when the Gravatar API call fails

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onSuccess(response: T)

Called when the Gravatar API call is successful

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-error.html new file mode 100644 index 000000000..3b041e328 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-error.html @@ -0,0 +1,80 @@ + + + + + onError + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onError

+
+
abstract fun onError(errorType: E)

Called when the Gravatar API call fails

Parameters

errorType

The type of error that occurred

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-success.html new file mode 100644 index 000000000..21a4472c9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-listener/on-success.html @@ -0,0 +1,80 @@ + + + + + onSuccess + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onSuccess

+
+
abstract fun onSuccess(response: T)

Called when the Gravatar API call is successful

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html new file mode 100644 index 000000000..84628784d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/-failure.html @@ -0,0 +1,80 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
+
constructor(error: E)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html new file mode 100644 index 000000000..8bf4a6c05 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+
val error: E
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html new file mode 100644 index 000000000..79c50e677 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-failure/index.html @@ -0,0 +1,142 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
data class Failure<T, E>(val error: E) : GravatarResult<T, E>

Represents a failed fetch operation.

Parameters

T

The type of the value fetched

E

The error type

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(error: E)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val error: E

The error that occurred

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html new file mode 100644 index 000000000..a09a523fc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/-success.html @@ -0,0 +1,80 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
+
constructor(value: T)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/index.html new file mode 100644 index 000000000..6e99d07d4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/index.html @@ -0,0 +1,142 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
data class Success<T, E>(val value: T) : GravatarResult<T, E>

Represents a successful fetch operation.

Parameters

T

The type of the value fetched

E

The error type

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(value: T)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val value: T

The fetched value

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/value.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/value.html new file mode 100644 index 000000000..2ad004fac --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/-success/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+
val value: T
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/index.html new file mode 100644 index 000000000..c12a77162 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/index.html @@ -0,0 +1,138 @@ + + + + + GravatarResult + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarResult

+
sealed class GravatarResult<T, E>

Class representing the result of a network operation.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Failure<T, E>(val error: E) : GravatarResult<T, E>

Represents a failed fetch operation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Success<T, E>(val value: T) : GravatarResult<T, E>

Represents a successful fetch operation.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html new file mode 100644 index 000000000..dc33c6572 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-gravatar-result/value-or-null.html @@ -0,0 +1,80 @@ + + + + + valueOrNull + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOrNull

+
+
fun valueOrNull(): T?

Shortcut function to ignore a failure.

Return

The value if the result is a Success or null otherwise

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/code.html new file mode 100644 index 000000000..ad4f0d33f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/code.html @@ -0,0 +1,80 @@ + + + + + code + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

code

+
+
val code: Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/index.html new file mode 100644 index 000000000..d90f69916 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/index.html @@ -0,0 +1,258 @@ + + + + + HttpException + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

HttpException

+

Exception thrown when an HTTP error occurs in a non-cathing method.

code The HTTP status code. message The HTTP status message.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open val cause: Throwable?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val code: Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override val message: String
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/message.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/message.html new file mode 100644 index 000000000..20c7427ca --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-http-exception/message.html @@ -0,0 +1,80 @@ + + + + + message + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

message

+
+
open override val message: String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/-profile-service.html new file mode 100644 index 000000000..857068d92 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -0,0 +1,80 @@ + + + + + ProfileService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileService

+
+
constructor(okHttpClient: OkHttpClient? = null)

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email-catching.html new file mode 100644 index 000000000..8a70f61fb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email-catching.html @@ -0,0 +1,80 @@ + + + + + checkAssociatedEmailCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

checkAssociatedEmailCatching

+
+

Checks if the given email address is associated with the already authorized Gravatar account. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

True if the email is associated with the account, false otherwise

Parameters

oauthToken

The OAuth token to use for authentication

email

The email address to check

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email.html new file mode 100644 index 000000000..622d6e9ab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/check-associated-email.html @@ -0,0 +1,80 @@ + + + + + checkAssociatedEmail + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

checkAssociatedEmail

+
+
suspend fun checkAssociatedEmail(oauthToken: String, email: Email): Boolean

Checks if the given email address is associated with the already authorized Gravatar account. This method throws any exception that occurs during the execution.

Return

True if the email is associated with the account, false otherwise

Parameters

oauthToken

The OAuth token to use for authentication

email

The email address to check

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/index.html new file mode 100644 index 000000000..fc6d3ce46 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/index.html @@ -0,0 +1,198 @@ + + + + + ProfileService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileService

+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

Parameters

okHttpClient

The OkHttp client to use for making network requests. This client will be extended with Gravatar interceptors to set either API key or OAuth token.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun checkAssociatedEmail(oauthToken: String, email: Email): Boolean

Checks if the given email address is associated with the already authorized Gravatar account. This method throws any exception that occurs during the execution.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Checks if the given email address is associated with the already authorized Gravatar account. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieve(email: Email): Profile?

Fetches a Gravatar profile for the given email address. This method throws any exception that occurs during the execution.

suspend fun retrieve(hash: Hash): Profile?

Fetches a Gravatar profile for the given hash. This method throws any exception that occurs during the execution.

suspend fun retrieve(hashOrUsername: String): Profile?

Fetches a Gravatar profile for the given hash or username. This method throws any exception that occurs during the execution.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun retrieveByUsername(username: String): Profile?

Fetches a Gravatar profile for the given username. This method throws any exception that occurs during the execution.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Fetches a Gravatar profile for the given username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Fetches a Gravatar profile for the given email address. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Fetches a Gravatar profile for the given hash. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

suspend fun retrieveCatching(hashOrUsername: String): GravatarResult<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html new file mode 100644 index 000000000..9a047f046 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username-catching.html @@ -0,0 +1,80 @@ + + + + + retrieveByUsernameCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveByUsernameCatching

+
+

Fetches a Gravatar profile for the given username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username.html new file mode 100644 index 000000000..66c8b75cc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-by-username.html @@ -0,0 +1,80 @@ + + + + + retrieveByUsername + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveByUsername

+
+
suspend fun retrieveByUsername(username: String): Profile?

Fetches a Gravatar profile for the given username. This method throws any exception that occurs during the execution.

Return

The fetched profile or null if profile not found

Parameters

username

The username to fetch the profile for

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html new file mode 100644 index 000000000..7fdecd216 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve-catching.html @@ -0,0 +1,80 @@ + + + + + retrieveCatching + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieveCatching

+
+
suspend fun retrieveCatching(hashOrUsername: String): GravatarResult<Profile, ErrorType>

Fetches a Gravatar profile for the given hash or username. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profile

Parameters

hashOrUsername

The hash or username to fetch the profile for


Fetches a Gravatar profile for the given email address. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


Fetches a Gravatar profile for the given hash. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve.html new file mode 100644 index 000000000..dd6d36e79 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/-profile-service/retrieve.html @@ -0,0 +1,80 @@ + + + + + retrieve + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

retrieve

+
+
suspend fun retrieve(hashOrUsername: String): Profile?

Fetches a Gravatar profile for the given hash or username. This method throws any exception that occurs during the execution.

Return

The fetched profile or null if profile not found

Parameters

hashOrUsername

The hash or username to fetch the profile for


suspend fun retrieve(email: Email): Profile?

Fetches a Gravatar profile for the given email address. This method throws any exception that occurs during the execution.

Return

The fetched profile or null if profile not found

Parameters

email

The email address to fetch the profile for


suspend fun retrieve(hash: Hash): Profile?

Fetches a Gravatar profile for the given hash. This method throws any exception that occurs during the execution.

Return

The fetched profile or null if profile not found

Parameters

hash

The hash to fetch the profile for

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/index.html new file mode 100644 index 000000000..4b40975ae --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.services/index.html @@ -0,0 +1,178 @@ + + + + + com.gravatar.services + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class ErrorType

Error types for Gravatar image upload

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class GravatarResult<T, E>

Class representing the result of a network operation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Exception thrown when an HTTP error occurs in a non-cathing method.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/-email.html new file mode 100644 index 000000000..c2ba96a51 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/-email.html @@ -0,0 +1,80 @@ + + + + + Email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Email

+
+
constructor(address: String)

Parameters

address

the email address

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/hash.html new file mode 100644 index 000000000..6252297e6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
fun hash(): Hash

Get a Gravatar hash for a given email address.

Return

hash that can used to address Gravatar images or profiles

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/index.html new file mode 100644 index 000000000..efee6653b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/index.html @@ -0,0 +1,138 @@ + + + + + Email + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Email

+
class Email(address: String)

Email address representation.

Parameters

address

the email address

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(address: String)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/to-string.html new file mode 100644 index 000000000..58942a0ac --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-email/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/-hash.html new file mode 100644 index 000000000..dd189f88c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/-hash.html @@ -0,0 +1,80 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
+
constructor(hash: String)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/index.html new file mode 100644 index 000000000..08d5b9808 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/index.html @@ -0,0 +1,123 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
class Hash(hash: String)

Gravatar hash.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: String)
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/to-string.html new file mode 100644 index 000000000..bb5749aab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/-hash/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/index.html new file mode 100644 index 000000000..7b5192d56 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/index.html @@ -0,0 +1,137 @@ + + + + + com.gravatar.types + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Email(address: String)

Email address representation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Hash(hash: String)

Gravatar hash.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Hash a string using SHA-256.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/sha256-hash.html new file mode 100644 index 000000000..70aee8d09 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar.types/sha256-hash.html @@ -0,0 +1,80 @@ + + + + + sha256Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

sha256Hash

+
+

Hash a string using SHA-256.

Return

SHA-256 hash as a hexadecimal string

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options.html new file mode 100644 index 000000000..25ade7672 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options.html @@ -0,0 +1,80 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html new file mode 100644 index 000000000..bcfd03f54 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/-builder.html @@ -0,0 +1,80 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/build.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/build.html new file mode 100644 index 000000000..f0e975f05 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/build.html @@ -0,0 +1,80 @@ + + + + + build + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

build

+
+

Builds the AvatarQueryOptions instance.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html new file mode 100644 index 000000000..fd7f89d53 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+

Default avatar image. Optional: default to Gravatar logo

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html new file mode 100644 index 000000000..7fd53c209 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+

Force default avatar image. Optional: default to false

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/index.html new file mode 100644 index 000000000..f5084e29a --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/index.html @@ -0,0 +1,247 @@ + + + + + Builder + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Builder

+
class Builder

Builder for AvatarQueryOptions.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Default avatar image. Optional: default to Gravatar logo

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Force default avatar image. Optional: default to false

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Builds the AvatarQueryOptions instance.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the default avatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set whether to force the default avatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the size of the avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Set the image rating.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html new file mode 100644 index 000000000..51653f7ab --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/preferred-size.html @@ -0,0 +1,80 @@ + + + + + preferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

preferredSize

+
+

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html new file mode 100644 index 000000000..c032edb24 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html new file mode 100644 index 000000000..78bdcd9c9 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + setDefaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDefaultAvatarOption

+
+

Set the default avatar image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html new file mode 100644 index 000000000..37aac0451 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + setForceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setForceDefaultAvatar

+
+

Set whether to force the default avatar image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html new file mode 100644 index 000000000..0aadbe579 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-preferred-size.html @@ -0,0 +1,80 @@ + + + + + setPreferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setPreferredSize

+
+

Set the size of the avatar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html new file mode 100644 index 000000000..3bfaa9507 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/-builder/set-rating.html @@ -0,0 +1,80 @@ + + + + + setRating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setRating

+
+

Set the image rating.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html new file mode 100644 index 000000000..f597a24ed --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/equals.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/equals.html new file mode 100644 index 000000000..75e090d51 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/equals.html @@ -0,0 +1,80 @@ + + + + + equals + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

equals

+
+
open operator override fun equals(other: Any?): Boolean
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html new file mode 100644 index 000000000..9844e7a22 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/hash-code.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/hash-code.html new file mode 100644 index 000000000..d57484932 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/hash-code.html @@ -0,0 +1,80 @@ + + + + + hashCode + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hashCode

+
+
open override fun hashCode(): Int
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/index.html new file mode 100644 index 000000000..a56ae03b2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/index.html @@ -0,0 +1,217 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+

Class that represents the query options for an avatar.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
class Builder

Builder for AvatarQueryOptions.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Default avatar image. Optional: default to Gravatar logo

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Force default avatar image. Optional: default to false

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val preferredSize: Int? = null

Size of the avatar, must be between 1 and 2048. Optional: default to 80

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val rating: ImageRating? = null

Image rating. Optional: default to General, suitable for display on all websites with any audience

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open operator override fun equals(other: Any?): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open override fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/preferred-size.html new file mode 100644 index 000000000..826ec968b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/preferred-size.html @@ -0,0 +1,80 @@ + + + + + preferredSize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

preferredSize

+
+
val preferredSize: Int? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/rating.html new file mode 100644 index 000000000..ab3e9f3c1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+
val rating: ImageRating? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/to-string.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/to-string.html new file mode 100644 index 000000000..ff57bad9c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-query-options/to-string.html @@ -0,0 +1,80 @@ + + + + + toString + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toString

+
+
open override fun toString(): String
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-avatar-url.html new file mode 100644 index 000000000..e584aae52 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-avatar-url.html @@ -0,0 +1,80 @@ + + + + + AvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarUrl

+
+
constructor(hash: Hash, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from a Gravatar hash.

Parameters

hash

Gravatar hash

avatarQueryOptions

Avatar query options


constructor(email: Email, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an email address.

Parameters

email

Email address

avatarQueryOptions

Avatar query options


constructor(url: URL, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an existing Gravatar URL.

Parameters

url

Gravatar URL

avatarQueryOptions

Avatar query options

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-companion/index.html new file mode 100644 index 000000000..782dc9fe1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -0,0 +1,84 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/avatar-query-options.html new file mode 100644 index 000000000..1a07215d5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -0,0 +1,80 @@ + + + + + avatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarQueryOptions

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/canonical-url.html new file mode 100644 index 000000000..69895c376 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -0,0 +1,80 @@ + + + + + canonicalUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

canonicalUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/hash.html new file mode 100644 index 000000000..d5bb69205 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/index.html new file mode 100644 index 000000000..a068ac4b6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/index.html @@ -0,0 +1,206 @@ + + + + + AvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarUrl

+
class AvatarUrl

Gravatar avatar URL.

canonicalUrl Canonical URL of the avatar hash Gravatar hash avatarQueryOptions Avatar query options

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: Hash, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from a Gravatar hash.

constructor(email: Email, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an email address.

constructor(url: URL, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an existing Gravatar URL.

+
+
+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Companion
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val hash: Hash
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Check if the URL is a Gravatar URL.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun url(cacheBuster: String? = null): URL

Get the URL for the avatar.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/is-avatar-url.html new file mode 100644 index 000000000..937872a66 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/is-avatar-url.html @@ -0,0 +1,80 @@ + + + + + isAvatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isAvatarUrl

+
+

Check if the URL is a Gravatar URL.

Return

true if the URL is a Gravatar URL

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/url.html new file mode 100644 index 000000000..d8c04812c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-avatar-url/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
fun url(cacheBuster: String? = null): URL

Get the URL for the avatar.

Return

URL for the avatar

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html new file mode 100644 index 000000000..6a098ed27 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html @@ -0,0 +1,80 @@ + + + + + CustomUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CustomUrl

+
+
constructor(defaultImageUrl: String)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html new file mode 100644 index 000000000..c35058f63 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -0,0 +1,80 @@ + + + + + defaultImageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultImageUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html new file mode 100644 index 000000000..cabb07948 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html @@ -0,0 +1,142 @@ + + + + + CustomUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CustomUrl

+
data class CustomUrl(val defaultImageUrl: String) : DefaultAvatarOption

If you prefer to use your own default image (perhaps your logo, a funny face, whatever), then you can easily do so by using the CustomUrl option and supplying the URL to an image.

Rating and size parameters are ignored when the custom default is set. There are a few conditions which must be met for default image URL:

  • MUST be publicly available (e.g. cannot be on an intranet, on a local development machine, behind HTTP Auth or some other firewall etc). Default images are passed through a security scan to avoid malicious content.

  • MUST be accessible via HTTP or HTTPS on the standard ports, 80 and 443, respectively.

  • MUST have a recognizable image extension (jpg, jpeg, gif, png, heic)

  • MUST NOT include a querystring (if it does, it will be ignored)

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(defaultImageUrl: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the custom url to use as the default avatar image.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html new file mode 100644 index 000000000..2ad15f8a0 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html @@ -0,0 +1,123 @@ + + + + + Identicon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Identicon

+

Identicon: a geometric pattern based on an email hash

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html new file mode 100644 index 000000000..c39d0b115 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html @@ -0,0 +1,123 @@ + + + + + MonsterId + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MonsterId

+

Monster: a generated "monster" with different colors, faces, etc

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html new file mode 100644 index 000000000..9d219eca3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html @@ -0,0 +1,123 @@ + + + + + MysteryPerson + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

MysteryPerson

+

Mystery Person: simple, cartoon-style silhouetted outline of a person (does not vary by email)

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-retro/index.html new file mode 100644 index 000000000..efd57e156 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-retro/index.html @@ -0,0 +1,123 @@ + + + + + Retro + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Retro

+

Retro: awesome generated, 8-bit arcade-style pixelated faces

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html new file mode 100644 index 000000000..b250d0563 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html @@ -0,0 +1,123 @@ + + + + + RoboHash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoboHash

+

Robohash: a generated robot with different colors, faces, etc

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-status404/index.html new file mode 100644 index 000000000..c224baa45 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-status404/index.html @@ -0,0 +1,123 @@ + + + + + Status404 + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Status404

+

404: Fallback to a 404 error instead of returning a default image. This allows to detect if the user doesn't have a Gravatar image

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html new file mode 100644 index 000000000..76e290280 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html @@ -0,0 +1,123 @@ + + + + + TransparentPNG + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TransparentPNG

+

Blank: a transparent PNG image

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html new file mode 100644 index 000000000..8a23153d2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html @@ -0,0 +1,123 @@ + + + + + Wavatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Wavatar

+

Wavatar: generated faces with differing features and backgrounds

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

the style of the default avatar image

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/index.html new file mode 100644 index 000000000..fc09d3cd3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/index.html @@ -0,0 +1,243 @@ + + + + + DefaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DefaultAvatarOption

+
sealed class DefaultAvatarOption

The default avatar image to use when the user does not have a Gravatar image.

Inheritors

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class CustomUrl(val defaultImageUrl: String) : DefaultAvatarOption

If you prefer to use your own default image (perhaps your logo, a funny face, whatever), then you can easily do so by using the CustomUrl option and supplying the URL to an image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Identicon: a geometric pattern based on an email hash

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Monster: a generated "monster" with different colors, faces, etc

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Mystery Person: simple, cartoon-style silhouetted outline of a person (does not vary by email)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Retro: awesome generated, 8-bit arcade-style pixelated faces

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Robohash: a generated robot with different colors, faces, etc

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

404: Fallback to a 404 error instead of returning a default image. This allows to detect if the user doesn't have a Gravatar image

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Blank: a transparent PNG image

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Wavatar: generated faces with differing features and backgrounds

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/query-param.html new file mode 100644 index 000000000..a0d28cd16 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-default-avatar-option/query-param.html @@ -0,0 +1,80 @@ + + + + + queryParam + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

queryParam

+
+

Get the query parameter for the default avatar image depending on the type of default avatar image.

Return

the query parameter

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html new file mode 100644 index 000000000..10e46cda8 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-b-a-s-e_-u-r-l.html @@ -0,0 +1,80 @@ + + + + + GRAVATAR_BASE_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_BASE_URL

+
+

Gravatar base host

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html new file mode 100644 index 000000000..058206064 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/-g-r-a-v-a-t-a-r_-s-i-g-n_-i-n_-u-r-l.html @@ -0,0 +1,80 @@ + + + + + GRAVATAR_SIGN_IN_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_SIGN_IN_URL

+
+

Gravatar Sign-in URL

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/index.html new file mode 100644 index 000000000..1033fbc26 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar-constants/index.html @@ -0,0 +1,119 @@ + + + + + GravatarConstants + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarConstants

+

Gravatar constants

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar base host

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar Sign-in URL

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/api-key.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/api-key.html new file mode 100644 index 000000000..a62c817e6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/api-key.html @@ -0,0 +1,80 @@ + + + + + apiKey + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

apiKey

+
+
fun apiKey(apiKey: String): Gravatar

Initializes the Gravatar SDK with the given API key.

Parameters

apiKey

The API key to use when making requests to the Gravatar backend.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/context.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/context.html new file mode 100644 index 000000000..69fec4b23 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/context.html @@ -0,0 +1,80 @@ + + + + + context + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

context

+
+
fun context(context: Context): Gravatar

Initializes the Gravatar SDK with the given context. The context is used to get the application name.

Parameters

context

The context from the app.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/index.html new file mode 100644 index 000000000..cce5980dc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-gravatar/index.html @@ -0,0 +1,119 @@ + + + + + Gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Gravatar

+
object Gravatar

Entry point for initializing the Gravatar SDK.

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun apiKey(apiKey: String): Gravatar

Initializes the Gravatar SDK with the given API key.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun context(context: Context): Gravatar

Initializes the Gravatar SDK with the given context. The context is used to get the application name.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-general/index.html new file mode 100644 index 000000000..724e348e7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-general/index.html @@ -0,0 +1,134 @@ + + + + + General + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

General

+

Suitable for display on all websites with any audience type.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html new file mode 100644 index 000000000..bfc6c127f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html @@ -0,0 +1,134 @@ + + + + + ParentalGuidance + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ParentalGuidance

+

May contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-restricted/index.html new file mode 100644 index 000000000..7712a829f --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-restricted/index.html @@ -0,0 +1,134 @@ + + + + + Restricted + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Restricted

+

May contain such things as harsh profanity, intense violence, nudity, or hard drug use.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-x/index.html new file mode 100644 index 000000000..7fd3e5bbc --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/-x/index.html @@ -0,0 +1,134 @@ + + + + + X + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

X

+

May contain hardcore sexual imagery or extremely disturbing violence.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/entries.html new file mode 100644 index 000000000..fb2ff078e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/entries.html @@ -0,0 +1,80 @@ + + + + + entries + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

entries

+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/index.html new file mode 100644 index 000000000..1327e2fd1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/index.html @@ -0,0 +1,247 @@ + + + + + ImageRating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageRating

+

Gravatar allows users to self-rate their images so that they can indicate if an image is appropriate for a certain audience. By default, only ‘General’ rated images are displayed unless you indicate that you would like to see higher ratings.

+
+
+
+
+
+

Entries

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Suitable for display on all websites with any audience type.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain such things as harsh profanity, intense violence, nudity, or hard drug use.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

May contain hardcore sexual imagery or extremely disturbing violence.

+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

The rating to be used in the Gravatar URL.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Returns an array containing the constants of this enum type, in the order they're declared.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/rating.html new file mode 100644 index 000000000..92dd22f2c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/value-of.html new file mode 100644 index 000000000..6d303087b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/values.html new file mode 100644 index 000000000..b681a29f6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-image-rating/values.html @@ -0,0 +1,80 @@ + + + + + values + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

values

+
+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/-profile-url.html new file mode 100644 index 000000000..63077eaee --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/-profile-url.html @@ -0,0 +1,80 @@ + + + + + ProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileUrl

+
+
constructor(email: Email)
constructor(hash: Hash)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/avatar-url.html new file mode 100644 index 000000000..797554f95 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/avatar-url.html @@ -0,0 +1,80 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

+
+

Get the AvatarUrl for the represented profile.

Return

the AvatarUrl of the avatar image

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/hash.html new file mode 100644 index 000000000..eaba0943b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/index.html new file mode 100644 index 000000000..eb4f7e5f2 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/index.html @@ -0,0 +1,157 @@ + + + + + ProfileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileUrl

+
class ProfileUrl(val hash: Hash)

Represents a Gravatar profile URL.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(email: Email)
constructor(hash: Hash)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val hash: Hash

The hash of the email address.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val url: URL

The URL of the profile.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Get the AvatarUrl for the represented profile.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/url.html new file mode 100644 index 000000000..04955e404 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/-profile-url/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
val url: URL

The URL of the profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/index.html new file mode 100644 index 000000000..e5c6eb661 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/com.gravatar/index.html @@ -0,0 +1,213 @@ + + + + + com.gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the main classes of the Gravatar SDK.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+

Class that represents the query options for an avatar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class AvatarUrl

Gravatar avatar URL.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class DefaultAvatarOption

The default avatar image to use when the user does not have a Gravatar image.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
object Gravatar

Entry point for initializing the Gravatar SDK.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar constants

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Gravatar allows users to self-rate their images so that they can indicate if an image is appropriate for a certain audience. By default, only ‘General’ rated images are displayed unless you indicate that you would like to see higher ratings.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
class ProfileUrl(val hash: Hash)

Represents a Gravatar profile URL.

+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/index.html b/docs/dokka/history/2.0.0-rc1/gravatar/index.html new file mode 100644 index 000000000..24c680db6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/index.html @@ -0,0 +1,174 @@ + + + + + gravatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatar

+

The core module of the Gravatar SDK.

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains the main classes of the Gravatar SDK.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/gravatar/navigation.html b/docs/dokka/history/2.0.0-rc1/gravatar/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/gravatar/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/history/2.0.0-rc1/images/anchor-copy-button.svg b/docs/dokka/history/2.0.0-rc1/images/anchor-copy-button.svg new file mode 100644 index 000000000..19c1fa3f4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/anchor-copy-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/arrow_down.svg b/docs/dokka/history/2.0.0-rc1/images/arrow_down.svg new file mode 100644 index 000000000..639aaf12c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/arrow_down.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/burger.svg b/docs/dokka/history/2.0.0-rc1/images/burger.svg new file mode 100644 index 000000000..fcca732b7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/burger.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/copy-icon.svg b/docs/dokka/history/2.0.0-rc1/images/copy-icon.svg new file mode 100644 index 000000000..2cb02ec6e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/copy-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/copy-successful-icon.svg b/docs/dokka/history/2.0.0-rc1/images/copy-successful-icon.svg new file mode 100644 index 000000000..c4b95383d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/copy-successful-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/footer-go-to-link.svg b/docs/dokka/history/2.0.0-rc1/images/footer-go-to-link.svg new file mode 100644 index 000000000..a87add7a3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/footer-go-to-link.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/go-to-top-icon.svg b/docs/dokka/history/2.0.0-rc1/images/go-to-top-icon.svg new file mode 100644 index 000000000..abc3d1cef --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/go-to-top-icon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/homepage.svg b/docs/dokka/history/2.0.0-rc1/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/logo-icon.svg b/docs/dokka/history/2.0.0-rc1/images/logo-icon.svg new file mode 100644 index 000000000..91a7313f7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/logo-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class-kotlin.svg new file mode 100644 index 000000000..19d6148ca --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class-kotlin.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class.svg new file mode 100644 index 000000000..601820302 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/abstract-class.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation-kotlin.svg new file mode 100644 index 000000000..b90f508c4 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation.svg new file mode 100644 index 000000000..b80c54b4b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/annotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/class-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/class-kotlin.svg new file mode 100644 index 000000000..797a2423c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/class-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/class.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/class.svg new file mode 100644 index 000000000..3f1ad167e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum-kotlin.svg new file mode 100644 index 000000000..775a7cc90 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum.svg new file mode 100644 index 000000000..fa7f24766 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/enum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/exception-class.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/exception-class.svg new file mode 100644 index 000000000..c0b2bdeba --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/exception-class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-value.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-value.svg new file mode 100644 index 000000000..2771ee56c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-value.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-variable.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-variable.svg new file mode 100644 index 000000000..e2d2bbd01 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/field-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/function.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/function.svg new file mode 100644 index 000000000..f0da64a0b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/function.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface-kotlin.svg new file mode 100644 index 000000000..5e163260e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface.svg new file mode 100644 index 000000000..32063ba26 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/object.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/object.svg new file mode 100644 index 000000000..31f0ee3e6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/object.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/nav-icons/typealias-kotlin.svg b/docs/dokka/history/2.0.0-rc1/images/nav-icons/typealias-kotlin.svg new file mode 100644 index 000000000..f4bb238b5 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/nav-icons/typealias-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/images/theme-toggle.svg b/docs/dokka/history/2.0.0-rc1/images/theme-toggle.svg new file mode 100644 index 000000000..df86202bb --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/images/theme-toggle.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/2.0.0-rc1/index.html b/docs/dokka/history/2.0.0-rc1/index.html new file mode 100644 index 000000000..55609cba3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/index.html @@ -0,0 +1,130 @@ + + + + + All modules + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

All modules:

+
+
+
+
+ + +
Link copied to clipboard
+
+
+

The core module of the Gravatar SDK.

+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+

This module contains the UI components for the Gravatar SDK.

+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/dokka/history/2.0.0-rc1/navigation.html b/docs/dokka/history/2.0.0-rc1/navigation.html new file mode 100644 index 000000000..61dca728e --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/history/2.0.0-rc1/not-found-version.html b/docs/dokka/history/2.0.0-rc1/not-found-version.html new file mode 100644 index 000000000..36cf343d7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/not-found-version.html @@ -0,0 +1,193 @@ + + + + + + + Unavailable page + + + + + + + + + + + NOT + FOUND + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+

uh-oh!

+
You are requesting a page that not + available in documentation version +
+
+
+
+ + diff --git a/docs/dokka/history/2.0.0-rc1/package-list b/docs/dokka/history/2.0.0-rc1/package-list new file mode 100644 index 000000000..2e2231e6b --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/package-list @@ -0,0 +1,20 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html + +module:gravatar +com.gravatar +com.gravatar.extensions +com.gravatar.restapi.models +com.gravatar.services +com.gravatar.types +module:gravatar-quickeditor +com.gravatar.quickeditor +com.gravatar.quickeditor.ui.editor +com.gravatar.quickeditor.ui.editor.bottomsheet +com.gravatar.quickeditor.ui.oauth +module:gravatar-ui +com.gravatar.ui +com.gravatar.ui.components +com.gravatar.ui.components.atomic +module:uitestutils +com.gravatar.uitestutils diff --git a/docs/dokka/history/2.0.0-rc1/scripts/clipboard.js b/docs/dokka/history/2.0.0-rc1/scripts/clipboard.js new file mode 100644 index 000000000..7a4f33c59 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/scripts/clipboard.js @@ -0,0 +1,56 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + +window.addEventListener('load', () => { + document.querySelectorAll('span.copy-icon').forEach(element => { + element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); + }) + + document.querySelectorAll('span.anchor-icon').forEach(element => { + element.addEventListener('click', (el) => { + if(element.hasAttribute('pointing-to')){ + const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') + copyTextToClipboard(element, location) + } + }); + }) +}) + +const copyElementsContentToClipboard = (element) => { + const selection = window.getSelection(); + const range = document.createRange(); + range.selectNodeContents(element.parentNode.parentNode); + selection.removeAllRanges(); + selection.addRange(range); + + copyAndShowPopup(element, () => selection.removeAllRanges()) +} + +const copyTextToClipboard = (element, text) => { + var textarea = document.createElement("textarea"); + textarea.textContent = text; + textarea.style.position = "fixed"; + document.body.appendChild(textarea); + textarea.select(); + + copyAndShowPopup(element, () => document.body.removeChild(textarea)) +} + +const copyAndShowPopup = (element, after) => { + try { + document.execCommand('copy'); + element.nextElementSibling.classList.add('active-popup'); + setTimeout(() => { + element.nextElementSibling.classList.remove('active-popup'); + }, 1200); + } catch (e) { + console.error('Failed to write to clipboard:', e) + } + finally { + if(after) after() + } +} + +const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] + diff --git a/docs/dokka/history/2.0.0-rc1/scripts/main.js b/docs/dokka/history/2.0.0-rc1/scripts/main.js new file mode 100644 index 000000000..ba6c34739 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/scripts/main.js @@ -0,0 +1,44 @@ +(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; +/*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return" + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoborazziTest

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html new file mode 100644 index 000000000..09e304776 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/compose-rule.html @@ -0,0 +1,80 @@ + + + + + composeRule + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

composeRule

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html new file mode 100644 index 000000000..e0a4fc6f1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/index.html @@ -0,0 +1,172 @@ + + + + + RoborazziTest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RoborazziTest

+
@GraphicsMode(value = GraphicsMode.Mode.NATIVE)
@Config(qualifiers = "w393dp-h851dp-normal-long-notround-any-440dpi-keyshidden-nonav")
abstract class RoborazziTest
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val roborazziRule: RoborazziRule
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun screenshotTest(composable: @Composable () -> Unit)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun setUp()
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html new file mode 100644 index 000000000..60ec6487d --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/roborazzi-rule.html @@ -0,0 +1,80 @@ + + + + + roborazziRule + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

roborazziRule

+
+
val roborazziRule: RoborazziRule
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html new file mode 100644 index 000000000..fd2789ec1 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/screenshot-test.html @@ -0,0 +1,80 @@ + + + + + screenshotTest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

screenshotTest

+
+
fun screenshotTest(composable: @Composable () -> Unit)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html new file mode 100644 index 000000000..664e94ee3 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-roborazzi-test/set-up.html @@ -0,0 +1,80 @@ + + + + + setUp + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setUp

+
+
fun setUp()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html new file mode 100644 index 000000000..c3ba09929 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/-screenshot-tests/index.html @@ -0,0 +1,84 @@ + + + + + ScreenshotTests + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ScreenshotTests

+
interface ScreenshotTests

You can filter ScreenshotTests using -Pscreenshot parameter

+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/index.html b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/index.html new file mode 100644 index 000000000..51af941d7 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/com.gravatar.uitestutils/index.html @@ -0,0 +1,118 @@ + + + + + com.gravatar.uitestutils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@GraphicsMode(value = GraphicsMode.Mode.NATIVE)
@Config(qualifiers = "w393dp-h851dp-normal-long-notround-any-440dpi-keyshidden-nonav")
abstract class RoborazziTest
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
interface ScreenshotTests

You can filter ScreenshotTests using -Pscreenshot parameter

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/index.html b/docs/dokka/history/2.0.0-rc1/uitestutils/index.html new file mode 100644 index 000000000..8018e555c --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/index.html @@ -0,0 +1,99 @@ + + + + + uitestutils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

uitestutils

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/2.0.0-rc1/uitestutils/navigation.html b/docs/dokka/history/2.0.0-rc1/uitestutils/navigation.html new file mode 100644 index 000000000..521627bb6 --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/uitestutils/navigation.html @@ -0,0 +1,832 @@ +
+
+
+ gravatar +
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+ +
+ + +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ Avatar +
+
+
+ Builder +
+
+
+
+ Rating +
+
+
+ G +
+
+
+
+ PG +
+
+
+
+ R +
+
+
+
+ X +
+
+
+
+
+
+ Avatar() +
+
+
+ +
+
+ Builder +
+
+
+ +
+
+ Error +
+
+
+ Builder +
+
+
+
+
+ Error() +
+
+
+ +
+
+ Builder +
+
+
+
+ +
+
+
+ Interest +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Language +
+
+
+ Builder +
+
+
+
+ +
+
+
+ Link +
+
+
+ Builder +
+
+
+
+
+ Link() +
+
+
+
+ Profile +
+
+
+ Builder +
+
+
+
+
+ Profile() +
+
+
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+ +
+
+ Builder +
+
+
+ +
+
+ +
+ +
+
+
+ ErrorType +
+
+ +
+
+
+ Network +
+
+
+
+ NotFound +
+
+ +
+
+ Server +
+
+
+
+ Timeout +
+
+
+ +
+
+
+ Unknown +
+
+
+ +
+ +
+
+ Failure +
+
+
+
+ Success +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ Email +
+
+
+
+ Hash +
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+
+ +
+ +
+
+ Profile() +
+
+ +
+
+ +
+
+ AboutMe() +
+
+
+
+ Avatar() +
+
+
+ +
+
+
+ LocalIcon +
+
+
+ Companion +
+
+
+
+ Gravatar +
+
+
+
+ Calendly +
+
+
+
+ Fediverse +
+
+
+ +
+
+
+ Github +
+
+
+
+ Instagram +
+
+
+
+ Mastodon +
+
+
+ +
+
+
+ TikTok +
+
+
+
+ TripIt +
+
+
+
+ Tumblr +
+
+
+
+ Twitch +
+
+
+
+ Twitter +
+
+
+
+ Vimeo +
+
+
+
+ WordPress +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ + +
+
diff --git a/docs/dokka/history/2.0.0-rc1/version.json b/docs/dokka/history/2.0.0-rc1/version.json new file mode 100644 index 000000000..03c3825be --- /dev/null +++ b/docs/dokka/history/2.0.0-rc1/version.json @@ -0,0 +1 @@ +{"version":"2.0.0-rc1"} \ No newline at end of file