diff --git a/build.gradle.kts b/build.gradle.kts index d309c9c10..10deec453 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ subprojects { } // Semantic versioning for release version -val versionName = "0.3.0" +val versionName = "1.0.0" tasks.dokkaHtmlMultiModule { notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231") 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 85a4ca12b..f2e52f873 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,14 +62,14 @@
-
+

AboutMe

-
fun AboutMe(profile: UserProfile, 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) - })

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: UserProfileState, modifier: 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, 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

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/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html index f7b334317..b59972217 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

Avatar

-
fun Avatar(profile: UserProfile, 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


fun Avatar(state: UserProfileState, 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)

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)

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

-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html index 66f95f352..e52aff3a6 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

DisplayName

-
fun DisplayName(profile: UserProfile, 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: UserProfileState, modifier: 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

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, 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

textStyle

The style to apply to the text

-0.3.0
+
+
1.0.0
+ +
+
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 d2a10cf28..3feb21d74 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -69,17 +73,17 @@

Companion

Functions

-
+
- - + +
Link copied to clipboard
-
fun valueOf(shortname: String?): LocalIcon?

Returns the LocalIcon enum value for the given shortname.

+
fun valueForLabel(shortname: String): LocalIcon?

Returns the LocalIcon enum value for the given label.

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 new file mode 100644 index 000000000..4dc37a4f7 --- /dev/null +++ b/docs/dokka/current/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/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 c0db454b8..62a4c3d5c 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 30de707c9..bcdc441b5 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 064ca9196..a26a52795 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 24ffb4721..780448da7 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 66c1bdebf..a577aadc8 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 b3f2032ed..fe27aafbd 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 97e99f488..ed9e9a62a 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 d6f963f90..c683ec6ac 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 966804881..597ff62dc 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 88dadac2e..0ff1cfd8d 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 4f2bf477c..3e5027118 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 9ced48e2f..d4c09f028 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 3f818e56c..45872c901 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 66b0572f3..7496c7503 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 61e7e0395..407ff1e7d 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 c84fcc087..5ad75615c 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 be230f677..9de2c4f70 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 b2225d0e7..9e6fe6e32 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 ef26f247c..39b7262f2 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 98f795d19..3b624474a 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 d993bbac0..e4cc783f9 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,14 +62,14 @@
-
+

Location

-
fun Location(profile: UserProfile, 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) - })

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: UserProfileState, modifier: 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, 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

textStyle

The style to apply to the default text content

content

Composable to display the user location

diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html index ecf11f8e8..ed2846bfc 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -63,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: UserProfile, 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: UserProfileState, 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(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

-0.3.0
+
+
1.0.0
+ +
+
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 3e2443369..09caa1493 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 06b74135a..a120c7722 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 9f66e19b1..7af1465f2 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 96baf7a90..ca3ad05e8 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 aea342a99..eee24a14b 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 795c1419f..0f9e36686 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 98634dd56..18874c51d 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,14 +62,14 @@
-
+

UserInfo

-
fun UserInfo(profile: UserProfile, 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) - })

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: UserProfileState, modifier: 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, 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

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html index 6632f1747..3f816cbd6 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

ViewProfileButton

-
fun ViewProfileButton(profile: UserProfile, 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: UserProfileState, 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), 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.

-0.3.0
+
+
1.0.0
+ +
+
@@ -102,51 +106,51 @@

Types

Functions

-
+
- +
Link copied to clipboard
-
fun AboutMe(profile: UserProfile, 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(state: UserProfileState, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, 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) })

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

- +
- +
Link copied to clipboard
-
fun Avatar(profile: UserProfile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(state: UserProfileState, 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)
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: UserProfile, 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: UserProfileState, modifier: 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, textStyle: TextStyle = MaterialTheme.typography.headlineSmall.copy(fontWeight = FontWeight.Bold))

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

@@ -166,19 +170,19 @@

Functions

- +
- +
Link copied to clipboard
-
fun Location(profile: UserProfile, 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) - })

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: UserProfileState, modifier: 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, 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

@@ -200,51 +204,51 @@

Functions

- +
- +
Link copied to clipboard
-
fun SocialIconRow(profile: UserProfile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: UserProfileState, 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: UserProfile, 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) - })
fun UserInfo(state: UserProfileState, modifier: 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, 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: UserProfile, 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.

fun ViewProfileButton(state: UserProfileState, 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) })

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 new file mode 100644 index 000000000..bcf948e8e --- /dev/null +++ b/docs/dokka/current/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/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 new file mode 100644 index 000000000..902c8887e --- /dev/null +++ b/docs/dokka/current/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/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 new file mode 100644 index 000000000..0aad04fa4 --- /dev/null +++ b/docs/dokka/current/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/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 new file mode 100644 index 000000000..9f875b879 --- /dev/null +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -0,0 +1,80 @@ + + + + + loadedValue + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

loadedValue

+
+ +
+ +
+
+
+ + + 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 new file mode 100644 index 000000000..3a724bcc8 --- /dev/null +++ b/docs/dokka/current/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/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 new file mode 100644 index 000000000..a04f35728 --- /dev/null +++ b/docs/dokka/current/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/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html index 7cd35404e..b5a60c3ff 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html index 8331ff570..db4e0d635 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 e87558680..3c80356f8 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

LargeProfileSummary

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

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfile, 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: UserProfileState, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

+
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)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

LargeProfile

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

LargeProfile is a composable that displays a user's profile card. Given a UserProfile, 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: UserProfileState, modifier: Modifier = Modifier)

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

Parameters

state

The user's profile state

modifier

Composable modifier

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

LargeProfile is a composable that displays a user's profile card. Given a UserProfile, 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)

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

Parameters

state

The user's profile state

modifier

Composable modifier

-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

LoadingToLoadedStatePreview

- +
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

ProfileSummary

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

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

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

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

Parameters

state

The user's profile state

modifier

Composable modifier

+
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)

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

Parameters

state

The user's profile state

modifier

Composable modifier

-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

Profile

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

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

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: UserProfileState, modifier: Modifier = Modifier)

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

Parameters

state

The user's profile state

modifier

Composable modifier

+
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)

Profile is a composable that displays a user's profile card. Given a UserProfileState, it displays a profile UI component or the skeleton if it's in a loading state.

Parameters

state

The user's profile state

modifier

Composable modifier

-0.3.0
+
+
1.0.0
+ +
+
@@ -68,17 +72,17 @@

Package-level declaratio

Types

-
+
- - + +
Link copied to clipboard
-
sealed class UserProfileState

UserProfileState represents the state of a user profile loading. It can be in a Loading state or a Loaded state.

+
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.

@@ -102,17 +106,17 @@

Functions

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

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

fun LargeProfile(state: UserProfileState, modifier: Modifier = Modifier)

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

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

LargeProfile is a composable that displays a user's profile card. Given a UserProfile, 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 UserProfileState, it displays a LargeProfile or the skeleton if it's in a loading state.

@@ -132,62 +136,62 @@

Functions

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

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

fun LargeProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

+
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 UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

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

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

fun Profile(state: UserProfileState, modifier: Modifier = Modifier)

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

+
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 UserProfileState, it displays a profile UI component or the skeleton if it's in a loading state.

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

ProfileSummary is a composable that displays a mini profile card. Given a UserProfile, it displays a mini profile card using the other 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 UserProfileState, 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/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html index 9acce62ad..4bd56706f 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+

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/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html index 08ed95ef8..48974aad3 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html index cd13cc41a..12df2c719 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -63,7 +67,7 @@

GravatarImagePickerWrapper

-
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, accessToken: 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.

Parameters

content

The content to be wrapped by the GravatarImagePickerWrapper.

email

The email associated with the Gravatar account.

accessToken

The access token to authenticate the Gravatar account.

listener

The listener to be informed about the avatar upload status.

modifier

Composable modifier that allows customize the GravatarImagePickerWrapper.

imageEditionOptions

The options to customize the image edition UI.

+
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.

Parameters

content

The content to be wrapped by the GravatarImagePickerWrapper.

email

The email associated with the Gravatar account.

wordpressBearerToken

The wordpress bearer token to authenticate the Gravatar account.

listener

The listener to be informed about the avatar upload status.

modifier

Composable modifier that allows customize the GravatarImagePickerWrapper.

imageEditionOptions

The options to customize the image edition UI.

-0.3.0
+
+
1.0.0
+ +
+
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 a2718e30a..84ccdd347 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 e6214059f..15aa428d0 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 fbb1de0f6..6b022d87c 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 af17a7864..74e7240e1 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html index 29ee6b36c..eff729c37 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html index 0548b43f4..71507bb64 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html index f65de18fc..531598e9e 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html index e9ba967e2..e786feb7d 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html index 522cbc36b..3b2617dc9 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 fe3e63986..da926c7d5 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 3ab5a3ced..6b2639a43 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 76828b22a..f5dbb2f15 100644 --- a/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html +++ b/docs/dokka/current/gravatar-ui/com.gravatar.ui/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -162,7 +166,7 @@

Functions

-
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, accessToken: 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.

+
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 65b44a97d..e1cf47049 100644 --- a/docs/dokka/current/gravatar-ui/index.html +++ b/docs/dokka/current/gravatar-ui/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar-ui/navigation.html b/docs/dokka/current/gravatar-ui/navigation.html index 863ac4ad8..f3f725082 100644 --- a/docs/dokka/current/gravatar-ui/navigation.html +++ b/docs/dokka/current/gravatar-ui/navigation.html @@ -72,32 +72,42 @@
-
+
-
+
+ +
+ + -
+ -
+ -
+
X
-
+
@@ -107,39 +117,39 @@ -
+ -
+ -
+
- Error + Link
-
+ -
+ -
+ - @@ -147,22 +157,27 @@ -
+ -
+
+ +
+ -
+ -
+
@@ -201,7 +216,12 @@ NOT_FOUND
-
+ +
@@ -302,72 +322,77 @@ -
+
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+ -
+ -
+ -
+ -
+ -
+ -
+ -
- -
-
- Loaded -
-
-
-
- Loading -
-
-
-
+ -
+ -
+
@@ -462,7 +487,7 @@
-
+
@@ -482,12 +507,12 @@ SocialMedia
-
+ -
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html new file mode 100644 index 000000000..ffd999367 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html @@ -0,0 +1,80 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
+
constructor(label: String, address: String)

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html new file mode 100644 index 000000000..6d093c041 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html @@ -0,0 +1,80 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

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

Parameters

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html new file mode 100644 index 000000000..37c32a858 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html @@ -0,0 +1,138 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
data class CryptoWalletAddress(val label: String, val address: String)

A crypto currency wallet address the user accepts.

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(label: String, address: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "address")
val address: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html new file mode 100644 index 000000000..b0de2b415 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

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

Parameters

label

The label for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html new file mode 100644 index 000000000..6587bd0f7 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html @@ -0,0 +1,80 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
+
constructor(url: URI)

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html new file mode 100644 index 000000000..15f18814c --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/index.html @@ -0,0 +1,123 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
data class GalleryImage(val url: URI)

A gallery image a user has uploaded.

Parameters

url

The URL to the image.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(url: URI)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html new file mode 100644 index 000000000..1f48c19db --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-gallery-image/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

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

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html new file mode 100644 index 000000000..d5a2081b9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/-link.html @@ -0,0 +1,80 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
+
constructor(label: String, url: URI)

Parameters

label

The label for the link.

url

The URL to the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html new file mode 100644 index 000000000..7ac7ac056 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/index.html @@ -0,0 +1,138 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
data class Link(val label: String, val url: URI)

A link the user has added to their profile.

Parameters

label

The label for the link.

url

The URL to the link.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(label: String, url: URI)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html new file mode 100644 index 000000000..70b12ed66 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

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

Parameters

label

The label for the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html new file mode 100644 index 000000000..13edd758d --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-link/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

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

Parameters

url

The URL to the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html new file mode 100644 index 000000000..53264cb3e --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html @@ -0,0 +1,80 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
+
constructor(homePhone: String? = null, workPhone: String? = null, cellPhone: String? = null, email: String? = null, contactForm: URI? = null, calendar: URI? = null)

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html new file mode 100644 index 000000000..7ddc97f1a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html @@ -0,0 +1,80 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

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

Parameters

calendar

The URL to the user's calendar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html new file mode 100644 index 000000000..f9111f2af --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html @@ -0,0 +1,80 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

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

Parameters

cellPhone

The user's cell phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html new file mode 100644 index 000000000..c27ed069f --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile-contact-info/email.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/email.html new file mode 100644 index 000000000..8d7d8bff0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/email.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html new file mode 100644 index 000000000..626a8ade4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html @@ -0,0 +1,80 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

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

Parameters

homePhone

The user's home phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html new file mode 100644 index 000000000..761aab497 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/index.html @@ -0,0 +1,198 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
data class ProfileContactInfo(val homePhone: String? = null, val workPhone: String? = null, val cellPhone: String? = null, val email: String? = null, val contactForm: URI? = null, val calendar: URI? = null)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(homePhone: String? = null, workPhone: String? = null, cellPhone: String? = null, email: String? = null, contactForm: URI? = null, calendar: URI? = null)
+
+
+
+
+
+
+
+

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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html new file mode 100644 index 000000000..247c237f9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html @@ -0,0 +1,80 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

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

Parameters

workPhone

The user's work phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html new file mode 100644 index 000000000..006be8eb6 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html @@ -0,0 +1,80 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
+
constructor(links: List<Link>, cryptoWallets: List<CryptoWalletAddress>)

Parameters

links

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

cryptoWallets

A list of crypto currencies the user accepts.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html new file mode 100644 index 000000000..0f04cf180 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile-payments/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/index.html new file mode 100644 index 000000000..98282a9e0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/index.html @@ -0,0 +1,138 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
data class ProfilePayments(val links: List<Link>, val cryptoWallets: List<CryptoWalletAddress>)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(links: List<Link>, cryptoWallets: List<CryptoWalletAddress>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "links")
val links: List<Link>
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html new file mode 100644 index 000000000..0eaf28474 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile-payments/links.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/-profile.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/-profile.html new file mode 100644 index 000000000..b9fd01c4a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/-profile.html @@ -0,0 +1,80 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
constructor(hash: String, displayName: String, profileUrl: URI, avatarUrl: URI, avatarAltText: String, location: String, description: String, jobTitle: String, company: String, verifiedAccounts: List<VerifiedAccount>, 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)

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.

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html new file mode 100644 index 000000000..da3c29283 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/avatar-url.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-url.html new file mode 100644 index 000000000..9ca92c68d --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/avatar-url.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/company.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/company.html new file mode 100644 index 000000000..aaa6bfcd9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/company.html @@ -0,0 +1,80 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

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

Parameters

company

The user's current company's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html new file mode 100644 index 000000000..aec8fc292 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/contact-info.html @@ -0,0 +1,80 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

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

Parameters

contactInfo
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html new file mode 100644 index 000000000..9c422cd81 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

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

Parameters

description

The about section on a user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html new file mode 100644 index 000000000..f3a45767a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/display-name.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/gallery.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/gallery.html new file mode 100644 index 000000000..4550a57f5 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/gallery.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/hash.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/hash.html new file mode 100644 index 000000000..f85a49749 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/hash.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/index.html new file mode 100644 index 000000000..3c30e91d3 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/index.html @@ -0,0 +1,457 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
data class Profile(val hash: String, val displayName: String, val profileUrl: URI, val avatarUrl: URI, val avatarAltText: String, val location: String, val description: String, val jobTitle: String, val company: String, val verifiedAccounts: List<VerifiedAccount>, val pronunciation: String, val pronouns: String, val links: List<Link>? = null, val payments: ProfilePayments? = null, val contactInfo: ProfileContactInfo? = null, val gallery: List<GalleryImage>? = null, val numberVerifiedAccounts: Int? = null, val lastProfileEdit: Instant? = null, val registrationDate: Instant? = null)

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.

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: String, displayName: String, profileUrl: URI, avatarUrl: URI, avatarAltText: String, location: String, description: String, jobTitle: String, company: String, verifiedAccounts: List<VerifiedAccount>, 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)
+
+
+
+
+
+
+
+

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 = "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
+
+
+
+

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/gravatar/com.gravatar.api.models/-profile/job-title.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/job-title.html new file mode 100644 index 000000000..cd7baec14 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/job-title.html @@ -0,0 +1,80 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

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

Parameters

jobTitle

The user's job title.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html new file mode 100644 index 000000000..291d124b9 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/links.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/links.html new file mode 100644 index 000000000..5f749fa8f --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/links.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/location.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/location.html new file mode 100644 index 000000000..59b9d3541 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/location.html @@ -0,0 +1,80 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

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

Parameters

location

The user's location.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html new file mode 100644 index 000000000..400b701a4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/payments.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/payments.html new file mode 100644 index 000000000..f4ad5e242 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/payments.html @@ -0,0 +1,80 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

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

Parameters

payments
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html new file mode 100644 index 000000000..66f27c1fc --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/profile-url.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/pronouns.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronouns.html new file mode 100644 index 000000000..04960699a --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronouns.html @@ -0,0 +1,80 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

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

Parameters

pronouns

The pronouns the user uses.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html new file mode 100644 index 000000000..82cf2cfa1 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/pronunciation.html @@ -0,0 +1,80 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

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

Parameters

pronunciation

The phonetic pronunciation of the user's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html new file mode 100644 index 000000000..3e41df0b0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/registration-date.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-profile/verified-accounts.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/verified-accounts.html new file mode 100644 index 000000000..8fe624573 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-profile/verified-accounts.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html new file mode 100644 index 000000000..d92546b80 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html @@ -0,0 +1,80 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
+
constructor(serviceType: String, serviceLabel: String, serviceIcon: URI, url: URI)

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html new file mode 100644 index 000000000..082fd6e40 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/index.html @@ -0,0 +1,168 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(serviceType: String, serviceLabel: String, serviceIcon: URI, url: URI)
+
+
+
+
+
+
+
+

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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html new file mode 100644 index 000000000..54ed6646c --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-icon.html @@ -0,0 +1,80 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

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

Parameters

serviceIcon

The URL to the service's icon.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html new file mode 100644 index 000000000..a282b083f --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-label.html @@ -0,0 +1,80 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

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

Parameters

serviceLabel

The name of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html new file mode 100644 index 000000000..e5942f5e0 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/service-type.html @@ -0,0 +1,80 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

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

Parameters

serviceType

The type of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html new file mode 100644 index 000000000..0687516c4 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/-verified-account/url.html @@ -0,0 +1,80 @@ + + + + + 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/gravatar/com.gravatar.api.models/index.html b/docs/dokka/current/gravatar/com.gravatar.api.models/index.html index d8ef6f175..1041fbb37 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.api.models/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -69,107 +73,107 @@

Package-level declaratio

Types

-
+
- - + +
Link copied to clipboard
-
data class Account(val url: String, val name: String, val domain: String? = null, val display: String? = null, val iconUrl: String? = null, val username: String? = null, val verified: String? = null, val shortname: String? = null)
+
data class CryptoWalletAddress(val label: String, val address: String)

A crypto currency wallet address the user accepts.

- +
- - + +
Link copied to clipboard
-
data class Email(val primary: Boolean? = null, val value: String? = null)
+
data class GalleryImage(val url: URI)

A gallery image a user has uploaded.

- +
- - + +
Link copied to clipboard
-
data class Error(val code: Int, val message: String)
+
data class Link(val label: String, val url: URI)

A link the user has added to their profile.

- +
- - + +
Link copied to clipboard
-
data class Name(val givenName: String, val familyName: String, val formatted: String)
+
data class Profile(val hash: String, val displayName: String, val profileUrl: URI, val avatarUrl: URI, val avatarAltText: String, val location: String, val description: String, val jobTitle: String, val company: String, val verifiedAccounts: List<VerifiedAccount>, val pronunciation: String, val pronouns: String, val links: List<Link>? = null, val payments: ProfilePayments? = null, val contactInfo: ProfileContactInfo? = null, val gallery: List<GalleryImage>? = null, val numberVerifiedAccounts: Int? = null, val lastProfileEdit: Instant? = null, val registrationDate: Instant? = null)

A user's profile information.

- +
- - + +
Link copied to clipboard
-
data class ShareFlags(val searchEngines: Boolean)
+
data class ProfileContactInfo(val homePhone: String? = null, val workPhone: String? = null, val cellPhone: String? = null, val email: String? = null, val contactForm: URI? = null, val calendar: URI? = null)

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
-
data class UserProfile(val hash: String, val requestHash: String? = null, val profileUrl: String? = null, val preferredUsername: String? = null, val thumbnailUrl: String? = null, val lastProfileEdit: String? = null, val name: Name? = null, val displayName: String? = null, val pronouns: String? = null, val aboutMe: String? = null, val currentLocation: String? = null, val jobTitle: String? = null, val company: String? = null, val pronunciation: String? = null, val shareFlags: ShareFlags? = null, val emails: List<Email>? = null, val accounts: List<Account>? = null)
+
data class ProfilePayments(val links: List<Link>, val cryptoWallets: List<CryptoWalletAddress>)

The user's public payment information. This is only provided in authenticated API requests.

- +
- - + +
Link copied to clipboard
-
data class UserProfiles(val entry: List<UserProfile>)
+
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)

A verified account on a user's profile.

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 3360f3bd1..0ae61e30e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.extensions/avatar-url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

avatarUrl

-
fun UserProfile.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.

-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

formattedUserInfo

-

Get formatted user info for a user profile.

+

Get formatted user info for a user profile.

-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

hash

-

Get the hash for a user profile.

+

Get the hash for a user profile.

-0.3.0
+
+
1.0.0
+ +
+
@@ -66,64 +70,79 @@

Package-level declaratio
-
+

Functions

-
-
+
+
- +
Link copied to clipboard
-
fun UserProfile.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 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 246e8adfc..a0beb5fe2 100644 --- a/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html +++ b/docs/dokka/current/gravatar/com.gravatar.extensions/profile-url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

profileUrl

-

Get the profile URL for a user profile.

+

Get the profile URL for a user profile.

-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/index.html index 1fc8c589f..da93d7ee1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -88,17 +92,17 @@

Constructors

Functions

-
+
- +
Link copied to clipboard
-
fun upload(file: File, email: Email, accessToken: String, gravatarUploadListener: GravatarListener<Unit, ErrorType>)

Uploads a Gravatar image for the given email address.

+
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/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/current/gravatar/com.gravatar.services/-avatar-service/upload.html index 71c9c2987..d33bfedc5 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -58,12 +62,12 @@
-
+

upload

-
fun upload(file: File, email: Email, accessToken: String, gravatarUploadListener: GravatarListener<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

accessToken

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

gravatarUploadListener

The listener to notify of the upload result

+
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

-0.3.0
+
+
1.0.0
+ +
+
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/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html index 4a17a081a..a2d405aec 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/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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/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 new file mode 100644 index 000000000..95a000590 --- /dev/null +++ b/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 @@ -0,0 +1,119 @@ + + + + + RATE_LIMIT_EXCEEDED + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RATE_LIMIT_EXCEEDED

+

User or hash not found

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html index 7a6d363ae..2d258dc42 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html index 64e4270de..6f76c812f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html index 54683397d..8511cc670 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html index b548919e0..c6c69c310 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/entries.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/index.html index 9ac1dc1ad..51be55b2b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -129,6 +133,21 @@

Entries

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

User or hash not found

+
+
+
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html index d15652b4e..1f2014224 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/value-of.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html index 5bca51eff..a5cf04702 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-error-type/values.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 7921e67e5..e04347981 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 42988ee9c..065acbbf2 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 e2e9f41e2..9fe66bf58 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 37d4a883f..e2eb1f266 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html index 5533ae13d..f1fe8d04b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -63,7 +67,7 @@

fetchByUsername

-

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

+
suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for

-0.3.0
+
+
1.0.0
+ +
+
@@ -63,7 +67,7 @@

fetch

-
suspend fun fetch(hashOrUsername: String): Result<UserProfiles, 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


suspend fun fetch(email: Email): Result<UserProfiles, ErrorType>

Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


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

Fetches a Gravatar profile for the given hash.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

+
suspend fun fetch(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


suspend fun fetch(email: Email): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


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

Fetches a Gravatar profile for the given hash.

Return

The fetched profiles

Parameters

hash

The hash to fetch the profile for

-0.3.0
+
+
1.0.0
+ +
+
@@ -98,7 +102,7 @@

Functions

-
suspend fun fetch(email: Email): Result<UserProfiles, ErrorType>

Fetches a Gravatar profile for the given email address.

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

Fetches a Gravatar profile for the given hash.

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

Fetches a Gravatar profile for the given hash or username.

+
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.

@@ -113,37 +117,7 @@

Functions

-

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.

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

Fetches a Gravatar profile for the given username.

+
suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given username.

diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html index e615d7056..707fc6ce1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/-failure.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html index 3dbb7de45..a28a1c966 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/error.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html index e47266c1d..c9344e767 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-failure/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html index 665a7b18c..7df8ea893 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/-success.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html index 7d010c73e..62d935420 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html index 4c6c1c373..fffc47dd7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/-success/value.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html index c769b947b..89e51af06 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html b/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html index db0f78fa0..ddb4047e3 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/-result/value-or-null.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.services/index.html b/docs/dokka/current/gravatar/com.gravatar.services/index.html index 284de6233..66da05e3a 100644 --- a/docs/dokka/current/gravatar/com.gravatar.services/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.services/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 5aa1f6b15..81d1912e4 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/-email.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 75d052356..ee927dff7 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/hash.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 f0d215918..f2b07c643 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-email/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 32ad2b0df..5d78cb160 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 9be0cd68e..ca3b2906e 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-hash/-hash.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 855412dad..f6c9c1ad8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/-hash/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 befeb6efe..cc5b62929 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar.types/index.html b/docs/dokka/current/gravatar/com.gravatar.types/index.html index 1f68c0dc0..ee64d3f62 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/index.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 4f1c69322..694b51cbe 100644 --- a/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html +++ b/docs/dokka/current/gravatar/com.gravatar.types/sha256-hash.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html index 37c620cb3..c91af9f84 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 e5ae4df99..8c56a6365 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 417242c84..b67cb27bf 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 5f540d7c7..8511bbbcd 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 5a069fecb..d0400976e 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 2edeaaeaa..baa4e9b31 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 0788475c8..2b0643ac0 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 a3ec619b7..f85ffd74a 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 74821cec1..785330562 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 b7429842e..f18641da0 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 ff8951a9b..678a97a39 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/hash.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 2acd7c56a..07e6201b1 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 33e9529bf..96452dbe5 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 d5eba73c1..5e014f1a8 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-avatar-url/url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html index 0752f8c3d..16500226d 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 40df2c12a..25830978c 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 59bd78e04..3d575895a 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 eaedacf19..2ea09cb23 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 4914dc753..33d2fcb78 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 133c056af..056c3bad8 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 3b076fe37..1bd4cd548 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 a25ccb925..cb8ba609b 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 aa3adcd51..edf0c058d 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 6d8cd88ca..ec6784174 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 b4ca3c58c..9f668a9a4 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 bac01953f..b3c2e73b1 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 f49139e88..e1baee1e6 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 new file mode 100644 index 000000000..a62bcba44 --- /dev/null +++ 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 @@ -0,0 +1,80 @@ + + + + + GRAVATAR_BASE_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_BASE_URL

+
+

Gravatar base host

+
+ +
+
+
+ + + 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 new file mode 100644 index 000000000..b8de77d8f --- /dev/null +++ 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 @@ -0,0 +1,80 @@ + + + + + GRAVATAR_SIGN_IN_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_SIGN_IN_URL

+
+

Gravatar Sign-in URL

+
+ +
+
+
+ + + diff --git a/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar-constants/index.html new file mode 100644 index 000000000..b966806d4 --- /dev/null +++ b/docs/dokka/current/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/current/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html new file mode 100644 index 000000000..c9db2abba --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar/index.html @@ -0,0 +1,104 @@ + + + + + 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/gravatar/com.gravatar/-gravatar/initialize.html new file mode 100644 index 000000000..21524fcb5 --- /dev/null +++ b/docs/dokka/current/gravatar/com.gravatar/-gravatar/initialize.html @@ -0,0 +1,80 @@ + + + + + initialize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

initialize

+
+
fun initialize(gravatarApiKey: String)

Initializes the Gravatar SDK with the given API key.

Parameters

gravatarApiKey

The API key to use when making requests to the Gravatar backend.

+
+ +
+
+
+ + + 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 bc1ae556d..e12d6a878 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 26e91a760..b1ebac814 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 d14e61900..3a1f4aa78 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 9f23786af..a1fae7f33 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 ba9e701ed..5c8458120 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/entries.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 8f9f92dc2..881004641 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 46bca3e6c..53360aec4 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/rating.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 d8828f5d3..1a3a664c6 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 98b2c40fc..be3151b77 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html +++ b/docs/dokka/current/gravatar/com.gravatar/-image-rating/values.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 dd49ccf42..65b8428f1 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 1f59a26ed..9856e1dec 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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 b65a8dcda..e9db37929 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/hash.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 958c52d54..91c19a1c0 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
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 5c04707e5..5d74993a1 100644 --- a/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html +++ b/docs/dokka/current/gravatar/com.gravatar/-profile-url/url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/com.gravatar/index.html b/docs/dokka/current/gravatar/com.gravatar/index.html index 006a659fa..e95b9f959 100644 --- a/docs/dokka/current/gravatar/com.gravatar/index.html +++ b/docs/dokka/current/gravatar/com.gravatar/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
@@ -114,6 +118,36 @@

Types

+ +
+
+
+
Gravatar
+ +
Link copied to clipboard
+
+
+
+
object Gravatar

Entry point for initializing the Gravatar SDK.

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

Gravatar constants

+
+
+
+
diff --git a/docs/dokka/current/gravatar/index.html b/docs/dokka/current/gravatar/index.html index 6853f42b2..dbf10d739 100644 --- a/docs/dokka/current/gravatar/index.html +++ b/docs/dokka/current/gravatar/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
1.0.0
+ +
+
diff --git a/docs/dokka/current/gravatar/navigation.html b/docs/dokka/current/gravatar/navigation.html index 863ac4ad8..f3f725082 100644 --- a/docs/dokka/current/gravatar/navigation.html +++ b/docs/dokka/current/gravatar/navigation.html @@ -72,32 +72,42 @@
-
+
-
+
+ +
+ + -
+ -
+ -
+
X
-
+
@@ -107,39 +117,39 @@ -
+ -
+ -
+
- Error + Link
-
+ -
+ -
+ - @@ -147,22 +157,27 @@ -
+ -
+
+ +
+ -
+ -
+
@@ -201,7 +216,12 @@ NOT_FOUND
-
+ +
@@ -302,72 +322,77 @@ -
+
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+ -
+ -
+ -
+ -
+ -
+ -
+ -
- -
-
- Loaded -
-
-
-
- Loading -
-
-
-
+ -
+ -
+
@@ -462,7 +487,7 @@
-
+
@@ -482,12 +507,12 @@ SocialMedia
-
+ -
+
diff --git a/docs/dokka/current/index.html b/docs/dokka/current/index.html index 34f93d314..eea363b5b 100644 --- a/docs/dokka/current/index.html +++ b/docs/dokka/current/index.html @@ -46,7 +46,11 @@
-0.3.0
+
+
1.0.0
+ +
+
-
+
-
+
+ +
+ + -
+ -
+ -
+
X
-
+
@@ -107,39 +117,39 @@ -
+ -
+ -
+
- Error + Link
-
+ -
+ -
+ - @@ -147,22 +157,27 @@ -
+ -
+
+ +
+ -
+ -
+
@@ -201,7 +216,12 @@ NOT_FOUND
-
+ +
@@ -302,72 +322,77 @@ -
+
+ +
+
+ Empty +
+
+
+
+ Loaded +
+
+
+
+ Loading +
+
+
+ -
+ -
+ -
+ -
+ -
+ -
+ -
- -
-
- Loaded -
-
-
-
- Loading -
-
-
-
+ -
+ -
+
@@ -462,7 +487,7 @@
-
+
@@ -482,12 +507,12 @@ SocialMedia
-
+ -
+
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 new file mode 100644 index 000000000..10aed2710 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-about-me.html @@ -0,0 +1,85 @@ + + + + + AboutMe + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AboutMe

+
+
fun AboutMe(profile: UserProfile, 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: UserProfileState, 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

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/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 new file mode 100644 index 000000000..ebe7d9a1a --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html @@ -0,0 +1,81 @@ + + + + + Avatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Avatar

+
+
fun Avatar(profile: UserProfile, 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


fun Avatar(state: UserProfileState, 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

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..5436aaab9 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html @@ -0,0 +1,81 @@ + + + + + DisplayNamePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayNamePreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..92f8aacd3 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html @@ -0,0 +1,81 @@ + + + + + DisplayName + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayName

+
+
fun DisplayName(profile: UserProfile, 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: UserProfileState, modifier: 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

textStyle

The style to apply to the text

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..8136cf760 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..5f628858e --- /dev/null +++ b/docs/dokka/current/older/0.3.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 valueOf(shortname: String?): LocalIcon?

Returns the LocalIcon enum value for the given shortname.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-of.html index 2acb3762f..e0ca38682 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

valueOf

+ 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 new file mode 100644 index 000000000..e01f40614 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..f58ac90c7 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..08bb8f1ea --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..13dd06216 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..37b77c487 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..31d12bb38 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..7248e6c1b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..32d701946 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..6945f409e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..438f7d998 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..e46c6b56f --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..7acfeac74 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..a600638bc --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..e8584b24b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..7ceb61e52 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..fa59b8ede --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..5b0ed1e3e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..61dde0c6f --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..b7783cbf7 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..82507ca67 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..fbf515d6f --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html @@ -0,0 +1,85 @@ + + + + + Location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Location

+
+
fun Location(profile: UserProfile, 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: UserProfileState, 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 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/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 new file mode 100644 index 000000000..a77e47983 --- /dev/null +++ b/docs/dokka/current/older/0.3.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: UserProfile, 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: UserProfileState, 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/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 new file mode 100644 index 000000000..b388ad53b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..496556264 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..a4adfff34 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..5848bef8d --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..6b57bcb4a --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..1865db433 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..7e11fbd5b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..20be6495f --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html @@ -0,0 +1,85 @@ + + + + + UserInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

UserInfo

+
+
fun UserInfo(profile: UserProfile, 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: UserProfileState, 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

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/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 new file mode 100644 index 000000000..764d9d8ca --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html @@ -0,0 +1,81 @@ + + + + + ViewProfileButton + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViewProfileButton

+
+
fun ViewProfileButton(profile: UserProfile, 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: UserProfileState, 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/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 new file mode 100644 index 000000000..3cabaf8f4 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -0,0 +1,270 @@ + + + + + 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: UserProfile, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, content: @Composable (String, Modifier) -> Unit = { userInfo, contentModifier -> + AboutMeDefaultContent(userInfo, textStyle, contentModifier) + })
fun AboutMe(state: UserProfileState, 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.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun Avatar(profile: UserProfile, size: Dp, modifier: Modifier = Modifier, avatarQueryOptions: AvatarQueryOptions? = null)
fun Avatar(state: UserProfileState, 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: UserProfile, 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: UserProfileState, modifier: 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: UserProfile, 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: UserProfileState, 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 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: UserProfile, modifier: Modifier = Modifier, maxIcons: Int = 4)
fun SocialIconRow(state: UserProfileState, 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: UserProfile, 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: UserProfileState, 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.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ViewProfileButton(profile: UserProfile, 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.

fun ViewProfileButton(state: UserProfileState, 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/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 new file mode 100644 index 000000000..fa2edefcd --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -0,0 +1,81 @@ + + + + + DisplayNamePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayNamePreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..ecee20270 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -0,0 +1,81 @@ + + + + + LargeProfileLoadingPreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfileLoadingPreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun LargeProfileLoadingPreview()
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..ed9492879 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -0,0 +1,81 @@ + + + + + LargeProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfileSummary

+
+
fun LargeProfileSummary(profile: UserProfile, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfile, 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: UserProfileState, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary 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/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 new file mode 100644 index 000000000..72964292e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -0,0 +1,81 @@ + + + + + LargeProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfile

+
+
fun LargeProfile(profile: UserProfile, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a UserProfile, 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: UserProfileState, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a UserProfileState, 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/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 new file mode 100644 index 000000000..e5f7a2b10 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html @@ -0,0 +1,81 @@ + + + + + LoadingToLoadedStatePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LoadingToLoadedStatePreview

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..7396855ba --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -0,0 +1,81 @@ + + + + + ProfileSummary + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileSummary

+
+
fun ProfileSummary(profile: UserProfile, modifier: Modifier = Modifier)

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

Parameters

profile

The user's profile information

modifier

Composable modifier


fun ProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

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

Parameters

state

The user's profile state

modifier

Composable modifier

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..f2c55e657 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -0,0 +1,81 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

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

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

Parameters

profile

The user's profile information

modifier

Composable modifier


fun Profile(state: UserProfileState, modifier: Modifier = Modifier)

Profile is a composable that displays a user's profile card. Given a UserProfileState, it displays a Profile 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/-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 similarity index 94% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/-loaded.html index c680b1b99..393d6e371 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

Loaded

+ diff --git a/docs/dokka/current/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 similarity index 96% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/index.html index e9d15518f..1c66e3578 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -117,3 +121,4 @@

Properties

+ diff --git a/docs/dokka/current/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 similarity index 93% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loaded/user-profile.html index 58068db46..22ba67558 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

userProfile

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/-loading/index.html index f9fe4aa56..3f2eb20c3 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -78,3 +82,4 @@

Loading

+ diff --git a/docs/dokka/current/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 similarity index 97% rename from docs/dokka/current/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html rename to docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/-user-profile-state/index.html index 0eade1195..934e02fcf 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -113,3 +117,4 @@

Types

+ 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 new file mode 100644 index 000000000..c4b9b1e11 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui.components/index.html @@ -0,0 +1,213 @@ + + + + + com.gravatar.ui.components + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
sealed class UserProfileState

UserProfileState 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: UserProfile, modifier: Modifier = Modifier)

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

fun LargeProfile(state: UserProfileState, modifier: Modifier = Modifier)

LargeProfile is a composable that displays a user's profile card. Given a UserProfileState, 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: UserProfile, modifier: Modifier = Modifier)

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

fun LargeProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading state.

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

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

fun Profile(state: UserProfileState, modifier: Modifier = Modifier)

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

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun ProfileSummary(profile: UserProfile, modifier: Modifier = Modifier)
fun ProfileSummary(state: UserProfileState, modifier: Modifier = Modifier)

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

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..88fc28497 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -0,0 +1,135 @@ + + + + + GravatarImagePickerWrapperListener + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarImagePickerWrapperListener

+

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

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onAvatarUploadStarted()

Called when the avatar upload is started.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onError(errorType: ErrorType)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onSuccess(response: Unit)
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..48d5bb5d0 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -0,0 +1,81 @@ + + + + + onAvatarUploadStarted + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onAvatarUploadStarted

+
+
abstract fun onAvatarUploadStarted()

Called when the avatar upload is started.

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..72e43219d --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -0,0 +1,81 @@ + + + + + GravatarImagePickerWrapper + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarImagePickerWrapper

+
+
fun GravatarImagePickerWrapper(content: @Composable () -> Unit, email: String, accessToken: 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.

Parameters

content

The content to be wrapped by the GravatarImagePickerWrapper.

email

The email associated with the Gravatar account.

accessToken

The access token to authenticate the Gravatar account.

listener

The listener to be informed about the avatar upload status.

modifier

Composable modifier that allows customize the GravatarImagePickerWrapper.

imageEditionOptions

The options to customize the image edition UI.

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..a6799fcef --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..0d2251cb1 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -0,0 +1,81 @@ + + + + + colorScheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

colorScheme

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..be8853f5c --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..b81006eaa --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..41c12ae1f --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -0,0 +1,81 @@ + + + + + typography + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

typography

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..d9a7b4eca --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -0,0 +1,81 @@ + + + + + ImageEditionStyling + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageEditionStyling

+
+
constructor(statusBarColor: Int? = null, toolbarColor: Int? = null, toolbarWidgetColor: Int? = null)
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..c85d7219a --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -0,0 +1,154 @@ + + + + + ImageEditionStyling + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageEditionStyling

+
data class ImageEditionStyling(val statusBarColor: Int? = null, val toolbarColor: Int? = null, val toolbarWidgetColor: Int? = null)

Options to customize the image edition screen.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(statusBarColor: Int? = null, toolbarColor: Int? = null, toolbarWidgetColor: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val statusBarColor: Int? = null

The color of the status bar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val toolbarColor: Int? = null

The color of the toolbar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val toolbarWidgetColor: Int? = null

The color of the toolbar widgets.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..0594c7f34 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -0,0 +1,81 @@ + + + + + statusBarColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

statusBarColor

+
+
val statusBarColor: Int? = null
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..647f37c10 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -0,0 +1,81 @@ + + + + + toolbarColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toolbarColor

+
+
val toolbarColor: Int? = null
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..533ab74d0 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -0,0 +1,81 @@ + + + + + toolbarWidgetColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toolbarWidgetColor

+
+
val toolbarWidgetColor: Int? = null
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..9b99dd291 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -0,0 +1,81 @@ + + + + + LocalGravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalGravatarTheme

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..56c07f6d4 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -0,0 +1,81 @@ + + + + + gravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatarTheme

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..114faa333 --- /dev/null +++ b/docs/dokka/current/older/0.3.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, accessToken: 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/0.3.0/gravatar-ui/index.html b/docs/dokka/current/older/0.3.0/gravatar-ui/index.html new file mode 100644 index 000000000..4ad1deb0c --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/gravatar-ui/navigation.html b/docs/dokka/current/older/0.3.0/gravatar-ui/navigation.html new file mode 100644 index 000000000..6a5d5404e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar-ui/navigation.html @@ -0,0 +1,498 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+
+ Account +
+
+
+
+ Email +
+
+
+
+ Error +
+
+
+
+ Name +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ 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/-account/-account.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/-account.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html index 70a2b7642..5c99f4bbb 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/-account.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/-account.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

Account

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/display.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/display.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html index a5c0399ca..d93ec9c1f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/display.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/display.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

display

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/domain.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/domain.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html index fedab1528..9a099d6fe 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/domain.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/domain.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

domain

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/icon-url.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/icon-url.html index a2298eba2..3d87fbe7c 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

iconUrl

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html similarity index 99% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html index 925591aa2..813bde86f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -222,3 +226,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html index 36e1c160d..928999c08 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/name.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

name

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/shortname.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/shortname.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html index c42c2a199..01c5aa083 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/shortname.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/shortname.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

shortname

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/url.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/url.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html index 09c87c6d4..9d526244b 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/url.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/url.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

url

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/username.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/username.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html index 7704b18ce..ba2190cbd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/username.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/username.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

username

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/verified.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-account/verified.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html index 14ace8589..6a29e8385 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-account/verified.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-account/verified.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

verified

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/-email.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-email/-email.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html index 76506bfd7..7192640bc 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/-email.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/-email.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

Email

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-email/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html index f56692ff2..2a1e2f728 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -132,3 +136,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/primary.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-email/primary.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html index faf2a4e51..ce0241266 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/primary.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/primary.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

primary

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/value.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-email/value.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html index d566f5cab..117db88cd 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-email/value.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-email/value.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

value

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/-error.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-error/-error.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html index 2ffa618c4..69eddf675 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/-error.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/-error.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

Error

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/code.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-error/code.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html index c14b3e288..9a8e3acf1 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/code.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/code.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

code

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-error/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html index 13ebf6fef..a400994f0 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -132,3 +136,4 @@

Properties

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/message.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-error/message.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html index 991d29abd..cd5f1f2a6 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-error/message.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-error/message.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

message

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/-name.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-name/-name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html index 4cb52bdb4..db3b90fc8 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/-name.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/-name.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

Name

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-name/family-name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/family-name.html index 4648c30cf..53f00ed4c 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

familyName

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/formatted.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-name/formatted.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html index f33624250..656edb895 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/formatted.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/formatted.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

formatted

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-name/given-name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/given-name.html index fa961a104..efa4ddd76 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

givenName

+ diff --git a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html similarity index 98% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-name/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html index 798f4c301..08b22c84f 100644 --- a/docs/dokka/current/gravatar/com.gravatar.api.models/-name/index.html +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-name/index.html @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -147,3 +151,4 @@

Properties

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/-share-flags.html index fb0ccbb78..a077afd56 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

ShareFlags

+ diff --git a/docs/dokka/current/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 similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-share-flags/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/index.html index 157815bf4..534ad98cf 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -117,3 +121,4 @@

Properties

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-share-flags/search-engines.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-share-flags/search-engines.html index 3592f88ea..16414a162 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

searchEngines

+ diff --git a/docs/dokka/current/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 similarity index 98% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/-user-profile.html index 86c9899b6..9ddb75e08 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

UserProfile

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/about-me.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/about-me.html index 594079e28..29c92a0c7 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

aboutMe

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/accounts.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/accounts.html index a725dd1f5..e1712bb7f 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

accounts

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/company.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/company.html index 5cccc3016..7b51a3b58 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

company

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/current-location.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/current-location.html index 277722427..ac00b29d2 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

currentLocation + diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/display-name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/display-name.html index a654c5ed8..493be5922 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK

-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

displayName

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/emails.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/emails.html index 5f74d10dc..fa6aaf6b3 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

emails

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/hash.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/hash.html index dd57919b7..5a60f4ab0 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

hash

+ diff --git a/docs/dokka/current/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 similarity index 99% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/index.html index 4deb0a6b8..dd64078ac 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -421,3 +425,4 @@

Functions

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/job-title.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/job-title.html index a2016e6aa..7ae62aac4 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

jobTitle

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/last-profile-edit.html index acd50c86b..2740af09d 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

lastProfileEdi + diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/name.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/name.html index b9cc411d7..8c5834b2d 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK

-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

name

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/preferred-username.html index ec4dcb403..08f3b1bdf 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

preferredUsername< + diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/profile-url.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/profile-url.html index 774495f6d..3c6c387e7 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK

-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

profileUrl

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/pronouns.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronouns.html index 919287e82..dfec669b3 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

pronouns

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/pronunciation.html index a8cf4784c..c7178e2fb 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

pronunciation

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/request-hash.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/request-hash.html index 6330ebddc..6ddb9465c 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

requestHash

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/share-flags.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/share-flags.html index 72c8bb3aa..ade995e3d 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

shareFlags

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profile/thumbnail-url.html index 401e6641e..ff24c6662 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

thumbnailUrl

+ diff --git a/docs/dokka/current/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 similarity index 94% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/-user-profiles.html index e371ad5d7..456b8951e 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

UserProfiles

+ diff --git a/docs/dokka/current/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profiles/entry.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/entry.html index 80f53b44a..ab6e5a291 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

entry

+ diff --git a/docs/dokka/current/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 similarity index 97% rename from docs/dokka/current/gravatar/com.gravatar.api.models/-user-profiles/index.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/-user-profiles/index.html index f08318207..12cb7baa4 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -117,3 +121,4 @@

Properties

+ 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 new file mode 100644 index 000000000..8b68d77e5 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.api.models/index.html @@ -0,0 +1,195 @@ + + + + + com.gravatar.api.models + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the models used in the Gravatar API.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Account(val url: String, val name: String, val domain: String? = null, val display: String? = null, val iconUrl: String? = null, val username: String? = null, val verified: String? = null, val shortname: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Email(val primary: Boolean? = null, val value: String? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Error(val code: Int, val message: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Name(val givenName: String, val familyName: String, val formatted: String)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ShareFlags(val searchEngines: Boolean)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class UserProfile(val hash: String, val requestHash: String? = null, val profileUrl: String? = null, val preferredUsername: String? = null, val thumbnailUrl: String? = null, val lastProfileEdit: String? = null, val name: Name? = null, val displayName: String? = null, val pronouns: String? = null, val aboutMe: String? = null, val currentLocation: String? = null, val jobTitle: String? = null, val company: String? = null, val pronunciation: String? = null, val shareFlags: ShareFlags? = null, val emails: List<Email>? = null, val accounts: List<Account>? = null)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class UserProfiles(val entry: List<UserProfile>)
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..572d40bd3 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/avatar-url.html @@ -0,0 +1,81 @@ + + + + + avatarUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarUrl

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

Get the avatar URL for a user profile.

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..a8144c8b8 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/hash.html new file mode 100644 index 000000000..755555f44 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/gravatar/com.gravatar.extensions/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html new file mode 100644 index 000000000..b770ebb06 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.extensions/index.html @@ -0,0 +1,149 @@ + + + + + com.gravatar.extensions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+
+
+
+
+
+

Functions

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

Get the avatar URL for a user profile.

+
+
+
+
+ +
+
+
+ + +
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/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 new file mode 100644 index 000000000..8509ff1db --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..4a672e458 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..3260a3dba --- /dev/null +++ b/docs/dokka/current/older/0.3.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
+
+
+
+
fun upload(file: File, email: Email, accessToken: String, gravatarUploadListener: GravatarListener<Unit, ErrorType>)

Uploads a Gravatar image for the given email address.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..b574c1a7b --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -0,0 +1,81 @@ + + + + + upload + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

upload

+
+
fun upload(file: File, email: Email, accessToken: String, gravatarUploadListener: GravatarListener<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

accessToken

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

gravatarUploadListener

The listener to notify of the upload result

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..02f74460b --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html @@ -0,0 +1,120 @@ + + + + + NETWORK + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NETWORK

+

network is not available

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..8841bfd75 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -0,0 +1,120 @@ + + + + + NOT_FOUND + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NOT_FOUND

+

User or hash not found

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..bcbf5f3e8 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -0,0 +1,120 @@ + + + + + SERVER + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SERVER

+

server returned an error

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..4ff06e984 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -0,0 +1,120 @@ + + + + + TIMEOUT + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TIMEOUT

+

network request timed out

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..075756af0 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -0,0 +1,120 @@ + + + + + UNKNOWN + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

UNKNOWN

+

An unknown error occurred

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..3e8d06ef0 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/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/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 new file mode 100644 index 000000000..3531b5cce --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/index.html @@ -0,0 +1,248 @@ + + + + + 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
+
+
+
+

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/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 new file mode 100644 index 000000000..771709757 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/value-of.html @@ -0,0 +1,81 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+
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.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..05fbd3929 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-error-type/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/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 new file mode 100644 index 000000000..2af5426eb --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..cf493767d --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..175f6fa00 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..60e813db9 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..8e219970c --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -0,0 +1,81 @@ + + + + + fetchByUsername + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fetchByUsername

+
+

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/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 similarity index 95% rename from docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener-by-username.html index 1243f43a2..13b6dbac5 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK
-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

fetchWithListener + diff --git a/docs/dokka/current/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 similarity index 96% rename from docs/dokka/current/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html rename to docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch-with-listener.html index c1a5116ab..976c44556 100644 --- a/docs/dokka/current/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 @@ -42,7 +42,11 @@ Gravatar Android SDK

-0.3.0
+
+
0.3.0
+ +
+
@@ -74,3 +78,4 @@

fetchWithListe + 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 new file mode 100644 index 000000000..363f0a7b2 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-profile-service/fetch.html @@ -0,0 +1,81 @@ + + + + + fetch + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fetch

+
+
suspend fun fetch(hashOrUsername: String): Result<UserProfiles, 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


suspend fun fetch(email: Email): Result<UserProfiles, ErrorType>

Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


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

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/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 new file mode 100644 index 000000000..c9f40d546 --- /dev/null +++ b/docs/dokka/current/older/0.3.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<UserProfiles, ErrorType>

Fetches a Gravatar profile for the given email address.

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

Fetches a Gravatar profile for the given hash.

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

Fetches a Gravatar profile for the given hash or 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.

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

Fetches a Gravatar profile for the given username.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..844ed691e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/-failure.html @@ -0,0 +1,81 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
+
constructor(error: E)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..85f44a2ca --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/error.html @@ -0,0 +1,81 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

+
+
val error: E
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..362ee253a --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-failure/index.html @@ -0,0 +1,143 @@ + + + + + Failure + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Failure

+
data class Failure<T, E>(val error: E) : Result<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/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 new file mode 100644 index 000000000..b62d8afea --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/-success.html @@ -0,0 +1,81 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
+
constructor(value: T)

Parameters

T

The type of the value fetched

E

The error type

+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..c25fdd66e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/index.html @@ -0,0 +1,143 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
data class Success<T, E>(val value: T) : Result<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/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 new file mode 100644 index 000000000..5ed286e98 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/-success/value.html @@ -0,0 +1,81 @@ + + + + + value + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

+
+
val value: T
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..eef5e9a10 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/index.html @@ -0,0 +1,139 @@ + + + + + Result + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Result

+
sealed class Result<T, E>

Class representing the result of a network operation.

Inheritors

+
+
+
+
+
+

Types

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

Represents a failed fetch operation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Success<T, E>(val value: T) : Result<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/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 new file mode 100644 index 000000000..38ce53558 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/-result/value-or-null.html @@ -0,0 +1,81 @@ + + + + + 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/older/0.3.0/gravatar/com.gravatar.services/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.services/index.html new file mode 100644 index 000000000..5f150809a --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..e1aa318af --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..6c520bcba --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..cc2463d63 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..02f4fa05e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..2c2375fb6 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/-hash/-hash.html @@ -0,0 +1,81 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
+
constructor(hash: String)
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..7952c3880 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..ad0228585 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/gravatar/com.gravatar.types/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar.types/index.html new file mode 100644 index 000000000..31591d1f1 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..88f885f0e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..c867beb4f --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -0,0 +1,81 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+
+
constructor(preferredSize: Int? = null, defaultAvatarOption: DefaultAvatarOption? = null, rating: ImageRating? = null, forceDefaultAvatar: Boolean? = null)
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..889e43505 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -0,0 +1,81 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..c26037394 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -0,0 +1,81 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..442b54ac5 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..43e9a6d32 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..2999a6f76 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..99258846c --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..84d633c19 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -0,0 +1,85 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..70ae23057 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -0,0 +1,81 @@ + + + + + avatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarQueryOptions

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..298519fcc --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -0,0 +1,81 @@ + + + + + canonicalUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

canonicalUrl

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..1522e3dcb --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-avatar-url/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..fcdeaaf81 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..48c4fdb80 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..07e160792 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..42a30b74b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..651ca7ac1 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..4955a810f --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..ee7eee09b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..3b0f5e357 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..625569c4a --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..4c76164e8 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..bc334a800 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..0cdafdbf6 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..3e744fc7d --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..23fc8f2e0 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..ad130ed24 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..a46f172e3 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..32b8ec9a3 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..a3ae13f0b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..3d8f5827b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..5214b86fb --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..9e034a519 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..183c5698b --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..9bec52d5c --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-image-rating/rating.html @@ -0,0 +1,81 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+ +
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..15008be11 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..6ebbf3e4e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..42a8a4739 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..65b6dc20e --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..2b960d1f8 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/-profile-url/hash.html @@ -0,0 +1,81 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + + 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 new file mode 100644 index 000000000..3b1f87d5d --- /dev/null +++ b/docs/dokka/current/older/0.3.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/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 new file mode 100644 index 000000000..a25aa9970 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/gravatar/com.gravatar/index.html b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html new file mode 100644 index 000000000..72dfa4aaa --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/com.gravatar/index.html @@ -0,0 +1,165 @@ + + + + + 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
+
+
+
+

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/0.3.0/gravatar/index.html b/docs/dokka/current/older/0.3.0/gravatar/index.html new file mode 100644 index 000000000..9f4593235 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/index.html @@ -0,0 +1,177 @@ + + + + + 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
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + + diff --git a/docs/dokka/current/older/0.3.0/gravatar/navigation.html b/docs/dokka/current/older/0.3.0/gravatar/navigation.html new file mode 100644 index 000000000..6a5d5404e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/gravatar/navigation.html @@ -0,0 +1,498 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+
+ Account +
+
+
+
+ Email +
+
+
+
+ Error +
+
+
+
+ Name +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ 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/0.3.0/images/anchor-copy-button.svg b/docs/dokka/current/older/0.3.0/images/anchor-copy-button.svg new file mode 100644 index 000000000..19c1fa3f4 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/anchor-copy-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/arrow_down.svg b/docs/dokka/current/older/0.3.0/images/arrow_down.svg new file mode 100644 index 000000000..639aaf12c --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/arrow_down.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/burger.svg b/docs/dokka/current/older/0.3.0/images/burger.svg new file mode 100644 index 000000000..fcca732b7 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/burger.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/copy-icon.svg b/docs/dokka/current/older/0.3.0/images/copy-icon.svg new file mode 100644 index 000000000..2cb02ec6e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/copy-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/copy-successful-icon.svg b/docs/dokka/current/older/0.3.0/images/copy-successful-icon.svg new file mode 100644 index 000000000..c4b95383d --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/copy-successful-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/footer-go-to-link.svg b/docs/dokka/current/older/0.3.0/images/footer-go-to-link.svg new file mode 100644 index 000000000..a87add7a3 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/footer-go-to-link.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/go-to-top-icon.svg b/docs/dokka/current/older/0.3.0/images/go-to-top-icon.svg new file mode 100644 index 000000000..abc3d1cef --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/go-to-top-icon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/homepage.svg b/docs/dokka/current/older/0.3.0/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/current/older/0.3.0/images/logo-icon.svg b/docs/dokka/current/older/0.3.0/images/logo-icon.svg new file mode 100644 index 000000000..91a7313f7 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/logo-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class-kotlin.svg new file mode 100644 index 000000000..19d6148ca --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class-kotlin.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class.svg new file mode 100644 index 000000000..601820302 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/abstract-class.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/annotation-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/annotation-kotlin.svg new file mode 100644 index 000000000..b90f508c4 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/annotation-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/annotation.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/annotation.svg new file mode 100644 index 000000000..b80c54b4b --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/annotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/class-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/class-kotlin.svg new file mode 100644 index 000000000..797a2423c --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/class-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/class.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/class.svg new file mode 100644 index 000000000..3f1ad167e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/enum-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/enum-kotlin.svg new file mode 100644 index 000000000..775a7cc90 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/enum-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/enum.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/enum.svg new file mode 100644 index 000000000..fa7f24766 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/enum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/exception-class.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/exception-class.svg new file mode 100644 index 000000000..c0b2bdeba --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/exception-class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/field-value.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/field-value.svg new file mode 100644 index 000000000..2771ee56c --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/field-value.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/field-variable.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/field-variable.svg new file mode 100644 index 000000000..e2d2bbd01 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/field-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/function.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/function.svg new file mode 100644 index 000000000..f0da64a0b --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/function.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/interface-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/interface-kotlin.svg new file mode 100644 index 000000000..5e163260e --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/interface-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/interface.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/interface.svg new file mode 100644 index 000000000..32063ba26 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/object.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/object.svg new file mode 100644 index 000000000..31f0ee3e6 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/object.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/nav-icons/typealias-kotlin.svg b/docs/dokka/current/older/0.3.0/images/nav-icons/typealias-kotlin.svg new file mode 100644 index 000000000..f4bb238b5 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/nav-icons/typealias-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/current/older/0.3.0/images/theme-toggle.svg b/docs/dokka/current/older/0.3.0/images/theme-toggle.svg new file mode 100644 index 000000000..df86202bb --- /dev/null +++ b/docs/dokka/current/older/0.3.0/images/theme-toggle.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/current/older/0.3.0/index.html b/docs/dokka/current/older/0.3.0/index.html new file mode 100644 index 000000000..e1bba6821 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/navigation.html b/docs/dokka/current/older/0.3.0/navigation.html new file mode 100644 index 000000000..75e896ec9 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/navigation.html @@ -0,0 +1,498 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ +
+
+ Account +
+
+
+
+ Email +
+
+
+
+ Error +
+
+
+
+ Name +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ 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/0.3.0/not-found-version.html b/docs/dokka/current/older/0.3.0/not-found-version.html new file mode 100644 index 000000000..b632b8fc6 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/package-list b/docs/dokka/current/older/0.3.0/package-list new file mode 100644 index 000000000..c63562149 --- /dev/null +++ b/docs/dokka/current/older/0.3.0/package-list @@ -0,0 +1,13 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html + +module:gravatar +com.gravatar +com.gravatar.api.models +com.gravatar.extensions +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/0.3.0/scripts/clipboard.js b/docs/dokka/current/older/0.3.0/scripts/clipboard.js new file mode 100644 index 000000000..7a4f33c59 --- /dev/null +++ b/docs/dokka/current/older/0.3.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/0.3.0/scripts/main.js b/docs/dokka/current/older/0.3.0/scripts/main.js new file mode 100644 index 000000000..ba6c34739 --- /dev/null +++ b/docs/dokka/current/older/0.3.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" + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

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, 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

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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-avatar.html new file mode 100644 index 000000000..b59972217 --- /dev/null +++ b/docs/dokka/history/1.0.0/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)

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)

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/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html new file mode 100644 index 000000000..4cfef9236 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name-preview.html @@ -0,0 +1,80 @@ + + + + + DisplayNamePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayNamePreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-display-name.html new file mode 100644 index 000000000..e52aff3a6 --- /dev/null +++ b/docs/dokka/history/1.0.0/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, 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

textStyle

The style to apply to the text

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-calendly/index.html new file mode 100644 index 000000000..06b78eea0 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/index.html new file mode 100644 index 000000000..3feb21d74 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-companion/value-for-label.html new file mode 100644 index 000000000..4dc37a4f7 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-fediverse/index.html new file mode 100644 index 000000000..62a4c3d5c --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-foursquare/index.html new file mode 100644 index 000000000..bcdc441b5 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-github/index.html new file mode 100644 index 000000000..a26a52795 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-gravatar/index.html new file mode 100644 index 000000000..780448da7 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-instagram/index.html new file mode 100644 index 000000000..a577aadc8 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-mastodon/index.html new file mode 100644 index 000000000..fe27aafbd --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-stack-overflow/index.html new file mode 100644 index 000000000..ed9e9a62a --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tik-tok/index.html new file mode 100644 index 000000000..c683ec6ac --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-trip-it/index.html new file mode 100644 index 000000000..597ff62dc --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-tumblr/index.html new file mode 100644 index 000000000..0ff1cfd8d --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitch/index.html new file mode 100644 index 000000000..3e5027118 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-twitter/index.html new file mode 100644 index 000000000..d4c09f028 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-vimeo/index.html new file mode 100644 index 000000000..45872c901 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/-word-press/index.html new file mode 100644 index 000000000..7496c7503 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/entries.html new file mode 100644 index 000000000..407ff1e7d --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html new file mode 100644 index 000000000..5ad75615c --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/image-resource.html @@ -0,0 +1,80 @@ + + + + + imageResource + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

imageResource

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/index.html new file mode 100644 index 000000000..9de2c4f70 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html new file mode 100644 index 000000000..9e6fe6e32 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/shortname.html @@ -0,0 +1,80 @@ + + + + + shortname + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

shortname

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/value-of.html new file mode 100644 index 000000000..39b7262f2 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-local-icon/values.html new file mode 100644 index 000000000..3b624474a --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-location.html new file mode 100644 index 000000000..e4cc783f9 --- /dev/null +++ b/docs/dokka/history/1.0.0/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, 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

textStyle

The style to apply to the default text content

content

Composable to display the user location

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon-row.html new file mode 100644 index 000000000..ed2846bfc --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-icon.html new file mode 100644 index 000000000..d6578b4e1 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/-social-media.html new file mode 100644 index 000000000..09caa1493 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon-url.html new file mode 100644 index 000000000..a120c7722 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/icon.html new file mode 100644 index 000000000..7af1465f2 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/index.html new file mode 100644 index 000000000..ca3ad05e8 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html new file mode 100644 index 000000000..eee24a14b --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/name.html @@ -0,0 +1,80 @@ + + + + + name + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

name

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-social-media/url.html new file mode 100644 index 000000000..0f9e36686 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-user-info.html new file mode 100644 index 000000000..18874c51d --- /dev/null +++ b/docs/dokka/history/1.0.0/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, 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

textStyle

The style to apply to the default text content

content

Composable to display the formatted user information

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/-view-profile-button.html new file mode 100644 index 000000000..3f816cbd6 --- /dev/null +++ b/docs/dokka/history/1.0.0/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), 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/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html new file mode 100644 index 000000000..204d56475 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components.atomic/index.html @@ -0,0 +1,269 @@ + + + + + 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, 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(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))

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))

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) + })

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) + })

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, 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) })

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/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-empty/index.html new file mode 100644 index 000000000..bcf948e8e --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/-loaded.html new file mode 100644 index 000000000..902c8887e --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/index.html new file mode 100644 index 000000000..0aad04fa4 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html new file mode 100644 index 000000000..9f875b879 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loaded/loaded-value.html @@ -0,0 +1,80 @@ + + + + + loadedValue + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

loadedValue

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/-loading/index.html new file mode 100644 index 000000000..3a724bcc8 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-component-state/index.html new file mode 100644 index 000000000..a04f35728 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html new file mode 100644 index 000000000..b5a60c3ff --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-display-name-preview.html @@ -0,0 +1,80 @@ + + + + + DisplayNamePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

DisplayNamePreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun DisplayNamePreview()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html new file mode 100644 index 000000000..db4e0d635 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-loading-preview.html @@ -0,0 +1,80 @@ + + + + + LargeProfileLoadingPreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfileLoadingPreview

+
+
@Preview(uiMode = 16)
@Preview(uiMode = 32)
fun LargeProfileLoadingPreview()
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html new file mode 100644 index 000000000..3c80356f8 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile-summary.html @@ -0,0 +1,80 @@ + + + + + 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)

LargeProfileSummary is a composable that displays a user's profile in a resumed way. Given a UserProfileState, it displays a LargeProfileSummary 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/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html new file mode 100644 index 000000000..f75ea12e9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-large-profile.html @@ -0,0 +1,80 @@ + + + + + LargeProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LargeProfile

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

LargeProfile is a composable that displays a user's profile card. Given a UserProfile, 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)

LargeProfile is a composable that displays a user's profile card. Given a UserProfileState, 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/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html new file mode 100644 index 000000000..9690f3bc7 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-loading-to-loaded-state-preview.html @@ -0,0 +1,80 @@ + + + + + LoadingToLoadedStatePreview + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LoadingToLoadedStatePreview

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html new file mode 100644 index 000000000..470797174 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile-summary.html @@ -0,0 +1,80 @@ + + + + + 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)

ProfileSummary is a composable that displays a mini profile card. Given a UserProfileState, 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/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html new file mode 100644 index 000000000..ca66d84ab --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/-profile.html @@ -0,0 +1,80 @@ + + + + + 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)

Profile is a composable that displays a user's profile card. Given a UserProfileState, it displays a profile UI component 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/history/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html new file mode 100644 index 000000000..3985f9444 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui.components/index.html @@ -0,0 +1,212 @@ + + + + + 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 UserProfile, 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 UserProfileState, 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 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 UserProfileState, it displays a LargeProfileSummary or the skeleton if it's in a loading 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 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 UserProfileState, it displays a profile UI component or the skeleton if it's in a loading 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)

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

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html new file mode 100644 index 000000000..4bd56706f --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/index.html @@ -0,0 +1,134 @@ + + + + + GravatarImagePickerWrapperListener + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarImagePickerWrapperListener

+

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

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onAvatarUploadStarted()

Called when the avatar upload is started.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onError(errorType: ErrorType)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun onSuccess(response: Unit)
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html new file mode 100644 index 000000000..48974aad3 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper-listener/on-avatar-upload-started.html @@ -0,0 +1,80 @@ + + + + + onAvatarUploadStarted + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

onAvatarUploadStarted

+
+
abstract fun onAvatarUploadStarted()

Called when the avatar upload is started.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html new file mode 100644 index 000000000..12df2c719 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-image-picker-wrapper.html @@ -0,0 +1,80 @@ + + + + + GravatarImagePickerWrapper + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GravatarImagePickerWrapper

+
+
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.

Parameters

content

The content to be wrapped by the GravatarImagePickerWrapper.

email

The email associated with the Gravatar account.

wordpressBearerToken

The wordpress bearer token to authenticate the Gravatar account.

listener

The listener to be informed about the avatar upload status.

modifier

Composable modifier that allows customize the GravatarImagePickerWrapper.

imageEditionOptions

The options to customize the image edition UI.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme.html new file mode 100644 index 000000000..56d2bc96e --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html new file mode 100644 index 000000000..84ccdd347 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/color-scheme.html @@ -0,0 +1,80 @@ + + + + + colorScheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

colorScheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/index.html new file mode 100644 index 000000000..15aa428d0 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/shapes.html new file mode 100644 index 000000000..6b022d87c --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html new file mode 100644 index 000000000..74e7240e1 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-gravatar-theme/typography.html @@ -0,0 +1,80 @@ + + + + + typography + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

typography

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html new file mode 100644 index 000000000..eff729c37 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/-image-edition-styling.html @@ -0,0 +1,80 @@ + + + + + ImageEditionStyling + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageEditionStyling

+
+
constructor(statusBarColor: Int? = null, toolbarColor: Int? = null, toolbarWidgetColor: Int? = null)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html new file mode 100644 index 000000000..71507bb64 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/index.html @@ -0,0 +1,153 @@ + + + + + ImageEditionStyling + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ImageEditionStyling

+
data class ImageEditionStyling(val statusBarColor: Int? = null, val toolbarColor: Int? = null, val toolbarWidgetColor: Int? = null)

Options to customize the image edition screen.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(statusBarColor: Int? = null, toolbarColor: Int? = null, toolbarWidgetColor: Int? = null)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
val statusBarColor: Int? = null

The color of the status bar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val toolbarColor: Int? = null

The color of the toolbar.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
val toolbarWidgetColor: Int? = null

The color of the toolbar widgets.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html new file mode 100644 index 000000000..531598e9e --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/status-bar-color.html @@ -0,0 +1,80 @@ + + + + + statusBarColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

statusBarColor

+
+
val statusBarColor: Int? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html new file mode 100644 index 000000000..e786feb7d --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-color.html @@ -0,0 +1,80 @@ + + + + + toolbarColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toolbarColor

+
+
val toolbarColor: Int? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html new file mode 100644 index 000000000..3b2617dc9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-image-edition-styling/toolbar-widget-color.html @@ -0,0 +1,80 @@ + + + + + toolbarWidgetColor + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

toolbarWidgetColor

+
+
val toolbarWidgetColor: Int? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html new file mode 100644 index 000000000..da926c7d5 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/-local-gravatar-theme.html @@ -0,0 +1,80 @@ + + + + + LocalGravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

LocalGravatarTheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html new file mode 100644 index 000000000..6b2639a43 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/gravatar-theme.html @@ -0,0 +1,80 @@ + + + + + gravatarTheme + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

gravatarTheme

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/index.html b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/index.html new file mode 100644 index 000000000..f5dbb2f15 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/com.gravatar.ui/index.html @@ -0,0 +1,202 @@ + + + + + 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/history/1.0.0/gravatar-ui/index.html b/docs/dokka/history/1.0.0/gravatar-ui/index.html new file mode 100644 index 000000000..e1cf47049 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar-ui/navigation.html b/docs/dokka/history/1.0.0/gravatar-ui/navigation.html new file mode 100644 index 000000000..f3f725082 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar-ui/navigation.html @@ -0,0 +1,522 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ + +
+ +
+
+
+ Link +
+
+
+
+ Profile +
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ 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/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html new file mode 100644 index 000000000..ffd999367 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/-crypto-wallet-address.html @@ -0,0 +1,80 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
+
constructor(label: String, address: String)

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html new file mode 100644 index 000000000..6d093c041 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/address.html @@ -0,0 +1,80 @@ + + + + + address + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

address

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

Parameters

address

The wallet address for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html new file mode 100644 index 000000000..37c32a858 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/index.html @@ -0,0 +1,138 @@ + + + + + CryptoWalletAddress + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

CryptoWalletAddress

+
data class CryptoWalletAddress(val label: String, val address: String)

A crypto currency wallet address the user accepts.

Parameters

label

The label for the crypto currency.

address

The wallet address for the crypto currency.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(label: String, address: String)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "address")
val address: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html new file mode 100644 index 000000000..b0de2b415 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-crypto-wallet-address/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

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

Parameters

label

The label for the crypto currency.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html new file mode 100644 index 000000000..6587bd0f7 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/-gallery-image.html @@ -0,0 +1,80 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
+
constructor(url: URI)

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html new file mode 100644 index 000000000..15f18814c --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/index.html @@ -0,0 +1,123 @@ + + + + + GalleryImage + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GalleryImage

+
data class GalleryImage(val url: URI)

A gallery image a user has uploaded.

Parameters

url

The URL to the image.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(url: URI)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html new file mode 100644 index 000000000..1f48c19db --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-gallery-image/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

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

Parameters

url

The URL to the image.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html new file mode 100644 index 000000000..d5a2081b9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/-link.html @@ -0,0 +1,80 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
+
constructor(label: String, url: URI)

Parameters

label

The label for the link.

url

The URL to the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/index.html new file mode 100644 index 000000000..7ac7ac056 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/index.html @@ -0,0 +1,138 @@ + + + + + Link + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Link

+
data class Link(val label: String, val url: URI)

A link the user has added to their profile.

Parameters

label

The label for the link.

url

The URL to the link.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(label: String, url: URI)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "label")
val label: String
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "url")
val url: URI
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/label.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/label.html new file mode 100644 index 000000000..70b12ed66 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/label.html @@ -0,0 +1,80 @@ + + + + + label + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

label

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

Parameters

label

The label for the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/url.html new file mode 100644 index 000000000..13edd758d --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-link/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

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

Parameters

url

The URL to the link.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html new file mode 100644 index 000000000..53264cb3e --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/-profile-contact-info.html @@ -0,0 +1,80 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
+
constructor(homePhone: String? = null, workPhone: String? = null, cellPhone: String? = null, email: String? = null, contactForm: URI? = null, calendar: URI? = null)

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html new file mode 100644 index 000000000..7ddc97f1a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/calendar.html @@ -0,0 +1,80 @@ + + + + + calendar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

calendar

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

Parameters

calendar

The URL to the user's calendar.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html new file mode 100644 index 000000000..f9111f2af --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/cell-phone.html @@ -0,0 +1,80 @@ + + + + + cellPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

cellPhone

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

Parameters

cellPhone

The user's cell phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html new file mode 100644 index 000000000..c27ed069f --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/contact-form.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html new file mode 100644 index 000000000..8d7d8bff0 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/email.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html new file mode 100644 index 000000000..626a8ade4 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/home-phone.html @@ -0,0 +1,80 @@ + + + + + homePhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

homePhone

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

Parameters

homePhone

The user's home phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html new file mode 100644 index 000000000..761aab497 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/index.html @@ -0,0 +1,198 @@ + + + + + ProfileContactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileContactInfo

+
data class ProfileContactInfo(val homePhone: String? = null, val workPhone: String? = null, val cellPhone: String? = null, val email: String? = null, val contactForm: URI? = null, val calendar: URI? = null)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(homePhone: String? = null, workPhone: String? = null, cellPhone: String? = null, email: String? = null, contactForm: URI? = null, calendar: URI? = null)
+
+
+
+
+
+
+
+

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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html new file mode 100644 index 000000000..247c237f9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-contact-info/work-phone.html @@ -0,0 +1,80 @@ + + + + + workPhone + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

workPhone

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

Parameters

workPhone

The user's work phone number.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html new file mode 100644 index 000000000..006be8eb6 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/-profile-payments.html @@ -0,0 +1,80 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
+
constructor(links: List<Link>, cryptoWallets: List<CryptoWalletAddress>)

Parameters

links

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

cryptoWallets

A list of crypto currencies the user accepts.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html new file mode 100644 index 000000000..0f04cf180 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/crypto-wallets.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html new file mode 100644 index 000000000..98282a9e0 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/index.html @@ -0,0 +1,138 @@ + + + + + ProfilePayments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfilePayments

+
data class ProfilePayments(val links: List<Link>, val cryptoWallets: List<CryptoWalletAddress>)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(links: List<Link>, cryptoWallets: List<CryptoWalletAddress>)
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "crypto_wallets")
val cryptoWallets: List<CryptoWalletAddress>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "links")
val links: List<Link>
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html new file mode 100644 index 000000000..0eaf28474 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile-payments/links.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html new file mode 100644 index 000000000..b9fd01c4a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/-profile.html @@ -0,0 +1,80 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
+
constructor(hash: String, displayName: String, profileUrl: URI, avatarUrl: URI, avatarAltText: String, location: String, description: String, jobTitle: String, company: String, verifiedAccounts: List<VerifiedAccount>, 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)

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.

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html new file mode 100644 index 000000000..da3c29283 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-alt-text.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html new file mode 100644 index 000000000..9ca92c68d --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/avatar-url.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html new file mode 100644 index 000000000..aaa6bfcd9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/company.html @@ -0,0 +1,80 @@ + + + + + company + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

company

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

Parameters

company

The user's current company's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html new file mode 100644 index 000000000..aec8fc292 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/contact-info.html @@ -0,0 +1,80 @@ + + + + + contactInfo + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

contactInfo

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

Parameters

contactInfo
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html new file mode 100644 index 000000000..9c422cd81 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/description.html @@ -0,0 +1,80 @@ + + + + + description + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

description

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

Parameters

description

The about section on a user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html new file mode 100644 index 000000000..f3a45767a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/display-name.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html new file mode 100644 index 000000000..4550a57f5 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/gallery.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html new file mode 100644 index 000000000..f85a49749 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/hash.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html new file mode 100644 index 000000000..3c30e91d3 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/index.html @@ -0,0 +1,457 @@ + + + + + Profile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Profile

+
data class Profile(val hash: String, val displayName: String, val profileUrl: URI, val avatarUrl: URI, val avatarAltText: String, val location: String, val description: String, val jobTitle: String, val company: String, val verifiedAccounts: List<VerifiedAccount>, val pronunciation: String, val pronouns: String, val links: List<Link>? = null, val payments: ProfilePayments? = null, val contactInfo: ProfileContactInfo? = null, val gallery: List<GalleryImage>? = null, val numberVerifiedAccounts: Int? = null, val lastProfileEdit: Instant? = null, val registrationDate: Instant? = null)

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.

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(hash: String, displayName: String, profileUrl: URI, avatarUrl: URI, avatarAltText: String, location: String, description: String, jobTitle: String, company: String, verifiedAccounts: List<VerifiedAccount>, 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)
+
+
+
+
+
+
+
+

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 = "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
+
+
+
+

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/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html new file mode 100644 index 000000000..cd7baec14 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/job-title.html @@ -0,0 +1,80 @@ + + + + + jobTitle + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

jobTitle

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

Parameters

jobTitle

The user's job title.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html new file mode 100644 index 000000000..291d124b9 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/last-profile-edit.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html new file mode 100644 index 000000000..5f749fa8f --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/links.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html new file mode 100644 index 000000000..59b9d3541 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/location.html @@ -0,0 +1,80 @@ + + + + + location + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

location

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

Parameters

location

The user's location.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html new file mode 100644 index 000000000..400b701a4 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/number-verified-accounts.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html new file mode 100644 index 000000000..f4ad5e242 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/payments.html @@ -0,0 +1,80 @@ + + + + + payments + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

payments

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

Parameters

payments
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html new file mode 100644 index 000000000..66f27c1fc --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/profile-url.html @@ -0,0 +1,80 @@ + + + + + profileUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

profileUrl

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

Parameters

profileUrl

The full URL for the user's profile.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html new file mode 100644 index 000000000..04960699a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronouns.html @@ -0,0 +1,80 @@ + + + + + pronouns + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronouns

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

Parameters

pronouns

The pronouns the user uses.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html new file mode 100644 index 000000000..82cf2cfa1 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/pronunciation.html @@ -0,0 +1,80 @@ + + + + + pronunciation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

pronunciation

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

Parameters

pronunciation

The phonetic pronunciation of the user's name.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html new file mode 100644 index 000000000..3e41df0b0 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/registration-date.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html new file mode 100644 index 000000000..8fe624573 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-profile/verified-accounts.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html new file mode 100644 index 000000000..d92546b80 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/-verified-account.html @@ -0,0 +1,80 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
+
constructor(serviceType: String, serviceLabel: String, serviceIcon: URI, url: URI)

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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html new file mode 100644 index 000000000..082fd6e40 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/index.html @@ -0,0 +1,168 @@ + + + + + VerifiedAccount + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

VerifiedAccount

+
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)

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.

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor(serviceType: String, serviceLabel: String, serviceIcon: URI, url: URI)
+
+
+
+
+
+
+
+

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
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html new file mode 100644 index 000000000..54ed6646c --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-icon.html @@ -0,0 +1,80 @@ + + + + + serviceIcon + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceIcon

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

Parameters

serviceIcon

The URL to the service's icon.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html new file mode 100644 index 000000000..a282b083f --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-label.html @@ -0,0 +1,80 @@ + + + + + serviceLabel + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceLabel

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

Parameters

serviceLabel

The name of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html new file mode 100644 index 000000000..e5942f5e0 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/service-type.html @@ -0,0 +1,80 @@ + + + + + serviceType + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

serviceType

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

Parameters

serviceType

The type of the service.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html new file mode 100644 index 000000000..0687516c4 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/-verified-account/url.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.api.models/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/index.html new file mode 100644 index 000000000..1041fbb37 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.api.models/index.html @@ -0,0 +1,194 @@ + + + + + com.gravatar.api.models + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the models used in the Gravatar API.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class CryptoWalletAddress(val label: String, val address: String)

A crypto currency wallet address the user accepts.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class GalleryImage(val url: URI)

A gallery image a user has uploaded.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Link(val label: String, val url: URI)

A link the user has added to their profile.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Profile(val hash: String, val displayName: String, val profileUrl: URI, val avatarUrl: URI, val avatarAltText: String, val location: String, val description: String, val jobTitle: String, val company: String, val verifiedAccounts: List<VerifiedAccount>, val pronunciation: String, val pronouns: String, val links: List<Link>? = null, val payments: ProfilePayments? = null, val contactInfo: ProfileContactInfo? = null, val gallery: List<GalleryImage>? = null, val numberVerifiedAccounts: Int? = null, val lastProfileEdit: Instant? = null, val registrationDate: Instant? = null)

A user's profile information.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class ProfileContactInfo(val homePhone: String? = null, val workPhone: String? = null, val cellPhone: String? = null, val email: String? = null, val contactForm: URI? = null, val calendar: URI? = null)

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
+
+
+
+
data class ProfilePayments(val links: List<Link>, val cryptoWallets: List<CryptoWalletAddress>)

The user's public payment information. This is only provided in authenticated API requests.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class VerifiedAccount(val serviceType: String, val serviceLabel: String, val serviceIcon: URI, val url: URI)

A verified account on a user's profile.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/avatar-url.html new file mode 100644 index 000000000..0ae61e30e --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html new file mode 100644 index 000000000..a0d01bc88 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/empty-profile.html @@ -0,0 +1,80 @@ + + + + + emptyProfile + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

emptyProfile

+
+
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.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/formatted-user-info.html new file mode 100644 index 000000000..8785a10dc --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.extensions/hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/hash.html new file mode 100644 index 000000000..10563fe2d --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.extensions/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/index.html new file mode 100644 index 000000000..72bbb8a91 --- /dev/null +++ b/docs/dokka/history/1.0.0/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 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/history/1.0.0/gravatar/com.gravatar.extensions/profile-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.extensions/profile-url.html new file mode 100644 index 000000000..a0beb5fe2 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html new file mode 100644 index 000000000..7e2801c63 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/-avatar-service.html @@ -0,0 +1,80 @@ + + + + + AvatarService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarService

+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html new file mode 100644 index 000000000..da93d7ee1 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/index.html @@ -0,0 +1,123 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html new file mode 100644 index 000000000..d33bfedc5 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-avatar-service/upload.html @@ -0,0 +1,80 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html new file mode 100644 index 000000000..0889b225c --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-e-t-w-o-r-k/index.html @@ -0,0 +1,119 @@ + + + + + NETWORK + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NETWORK

+

network is not available

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html new file mode 100644 index 000000000..a2d405aec --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-n-o-t_-f-o-u-n-d/index.html @@ -0,0 +1,119 @@ + + + + + NOT_FOUND + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

NOT_FOUND

+

User or hash not found

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/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/history/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 new file mode 100644 index 000000000..95a000590 --- /dev/null +++ b/docs/dokka/history/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 @@ -0,0 +1,119 @@ + + + + + RATE_LIMIT_EXCEEDED + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RATE_LIMIT_EXCEEDED

+

User or hash not found

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html new file mode 100644 index 000000000..2d258dc42 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-s-e-r-v-e-r/index.html @@ -0,0 +1,119 @@ + + + + + SERVER + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

SERVER

+

server returned an error

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html new file mode 100644 index 000000000..6f76c812f --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-t-i-m-e-o-u-t/index.html @@ -0,0 +1,119 @@ + + + + + TIMEOUT + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

TIMEOUT

+

network request timed out

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html new file mode 100644 index 000000000..8511cc670 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/-u-n-k-n-o-w-n/index.html @@ -0,0 +1,119 @@ + + + + + UNKNOWN + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

UNKNOWN

+

An unknown error occurred

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/entries.html new file mode 100644 index 000000000..c6c69c310 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/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/1.0.0/gravatar/com.gravatar.services/-error-type/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/index.html new file mode 100644 index 000000000..51be55b2b --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/index.html @@ -0,0 +1,262 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html new file mode 100644 index 000000000..1f2014224 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/value-of.html @@ -0,0 +1,80 @@ + + + + + valueOf + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

valueOf

+
+
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.)

Throws

if this enum type has no constant with the specified name

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/values.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/values.html new file mode 100644 index 000000000..a5cf04702 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-error-type/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/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/index.html new file mode 100644 index 000000000..e04347981 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-error.html new file mode 100644 index 000000000..065acbbf2 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-gravatar-listener/on-success.html new file mode 100644 index 000000000..9fe66bf58 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html new file mode 100644 index 000000000..e2eb1f266 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/-profile-service.html @@ -0,0 +1,80 @@ + + + + + ProfileService + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ProfileService

+
+
constructor(okHttpClient: OkHttpClient? = null)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html new file mode 100644 index 000000000..f1fe8d04b --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch-by-username.html @@ -0,0 +1,80 @@ + + + + + fetchByUsername + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fetchByUsername

+
+
suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

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/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html new file mode 100644 index 000000000..62a77ac46 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/fetch.html @@ -0,0 +1,80 @@ + + + + + fetch + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

fetch

+
+
suspend fun fetch(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


suspend fun fetch(email: Email): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given email address.

Return

The fetched profiles

Parameters

email

The email address to fetch the profile for


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

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/history/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html new file mode 100644 index 000000000..4724a7e37 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-profile-service/index.html @@ -0,0 +1,138 @@ + + + + + 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.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-failure/-failure.html new file mode 100644 index 000000000..707fc6ce1 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-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/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html new file mode 100644 index 000000000..a28a1c966 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-failure/error.html @@ -0,0 +1,80 @@ + + + + + error + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

error

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

Failure

+
data class Failure<T, E>(val error: E) : Result<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/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-success/-success.html new file mode 100644 index 000000000..7df8ea893 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-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/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html new file mode 100644 index 000000000..62d935420 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-success/index.html @@ -0,0 +1,142 @@ + + + + + Success + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Success

+
data class Success<T, E>(val value: T) : Result<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/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html new file mode 100644 index 000000000..fffc47dd7 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/-success/value.html @@ -0,0 +1,80 @@ + + + + + value + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

value

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

Result

+
sealed class Result<T, E>

Class representing the result of a network operation.

Inheritors

+
+
+
+
+
+

Types

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

Represents a failed fetch operation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class Success<T, E>(val value: T) : Result<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/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-result/value-or-null.html new file mode 100644 index 000000000..ddb4047e3 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/-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/1.0.0/gravatar/com.gravatar.services/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/index.html new file mode 100644 index 000000000..66da05e3a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.services/index.html @@ -0,0 +1,163 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar.types/-email/-email.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-email/-email.html new file mode 100644 index 000000000..81d1912e4 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/-email/hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-email/hash.html new file mode 100644 index 000000000..ee927dff7 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/-email/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-email/index.html new file mode 100644 index 000000000..f2b07c643 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/-email/to-string.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-email/to-string.html new file mode 100644 index 000000000..5d78cb160 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html new file mode 100644 index 000000000..ca3b2906e --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-hash/-hash.html @@ -0,0 +1,80 @@ + + + + + Hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Hash

+
+
constructor(hash: String)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-hash/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-hash/index.html new file mode 100644 index 000000000..f6c9c1ad8 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/-hash/to-string.html new file mode 100644 index 000000000..cc5b62929 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/index.html new file mode 100644 index 000000000..ee64d3f62 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar.types/sha256-hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar.types/sha256-hash.html new file mode 100644 index 000000000..694b51cbe --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html new file mode 100644 index 000000000..c91af9f84 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/-avatar-query-options.html @@ -0,0 +1,80 @@ + + + + + AvatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

AvatarQueryOptions

+
+
constructor(preferredSize: Int? = null, defaultAvatarOption: DefaultAvatarOption? = null, rating: ImageRating? = null, forceDefaultAvatar: Boolean? = null)
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html new file mode 100644 index 000000000..8c56a6365 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/default-avatar-option.html @@ -0,0 +1,80 @@ + + + + + defaultAvatarOption + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultAvatarOption

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html new file mode 100644 index 000000000..b67cb27bf --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/force-default-avatar.html @@ -0,0 +1,80 @@ + + + + + forceDefaultAvatar + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

forceDefaultAvatar

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html new file mode 100644 index 000000000..8511bbbcd --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/index.html @@ -0,0 +1,168 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/preferred-size.html new file mode 100644 index 000000000..d0400976e --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html new file mode 100644 index 000000000..baa4e9b31 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-query-options/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+
val rating: ImageRating? = null
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/-avatar-url.html new file mode 100644 index 000000000..2b0643ac0 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html new file mode 100644 index 000000000..f85ffd74a --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/-companion/index.html @@ -0,0 +1,84 @@ + + + + + Companion + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Companion

+
object Companion
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html new file mode 100644 index 000000000..785330562 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/avatar-query-options.html @@ -0,0 +1,80 @@ + + + + + avatarQueryOptions + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

avatarQueryOptions

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html new file mode 100644 index 000000000..f18641da0 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/canonical-url.html @@ -0,0 +1,80 @@ + + + + + canonicalUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

canonicalUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html new file mode 100644 index 000000000..678a97a39 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/index.html new file mode 100644 index 000000000..07e6201b1 --- /dev/null +++ b/docs/dokka/history/1.0.0/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(): URL

Get the URL for the avatar.

+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/is-avatar-url.html new file mode 100644 index 000000000..96452dbe5 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-avatar-url/url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/url.html new file mode 100644 index 000000000..5e014f1a8 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-avatar-url/url.html @@ -0,0 +1,80 @@ + + + + + url + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

url

+
+
fun url(): URL

Get the URL for the avatar.

Return

URL for the avatar

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/-custom-url.html new file mode 100644 index 000000000..16500226d --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html new file mode 100644 index 000000000..25830978c --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/default-image-url.html @@ -0,0 +1,80 @@ + + + + + defaultImageUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

defaultImageUrl

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-custom-url/index.html new file mode 100644 index 000000000..3d575895a --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-identicon/index.html new file mode 100644 index 000000000..2ea09cb23 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-monster-id/index.html new file mode 100644 index 000000000..33d2fcb78 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-mystery-person/index.html new file mode 100644 index 000000000..056c3bad8 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-retro/index.html new file mode 100644 index 000000000..1bd4cd548 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-robo-hash/index.html new file mode 100644 index 000000000..cb8ba609b --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-status404/index.html new file mode 100644 index 000000000..edf0c058d --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-transparent-p-n-g/index.html new file mode 100644 index 000000000..ec6784174 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/-wavatar/index.html new file mode 100644 index 000000000..9f668a9a4 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/index.html new file mode 100644 index 000000000..b3c2e73b1 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-default-avatar-option/query-param.html new file mode 100644 index 000000000..e1baee1e6 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/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/history/1.0.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..a62bcba44 --- /dev/null +++ b/docs/dokka/history/1.0.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,80 @@ + + + + + GRAVATAR_BASE_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_BASE_URL

+
+

Gravatar base host

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/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/history/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 new file mode 100644 index 000000000..b8de77d8f --- /dev/null +++ b/docs/dokka/history/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 @@ -0,0 +1,80 @@ + + + + + GRAVATAR_SIGN_IN_URL + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GRAVATAR_SIGN_IN_URL

+
+

Gravatar Sign-in URL

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar-constants/index.html new file mode 100644 index 000000000..b966806d4 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-gravatar/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar/index.html new file mode 100644 index 000000000..c9db2abba --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar/index.html @@ -0,0 +1,104 @@ + + + + + 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/history/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html new file mode 100644 index 000000000..21524fcb5 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-gravatar/initialize.html @@ -0,0 +1,80 @@ + + + + + initialize + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

initialize

+
+
fun initialize(gravatarApiKey: String)

Initializes the Gravatar SDK with the given API key.

Parameters

gravatarApiKey

The API key to use when making requests to the Gravatar backend.

+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/-general/index.html new file mode 100644 index 000000000..e12d6a878 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/-parental-guidance/index.html new file mode 100644 index 000000000..b1ebac814 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/-restricted/index.html new file mode 100644 index 000000000..3a1f4aa78 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/-x/index.html new file mode 100644 index 000000000..a1fae7f33 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/entries.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/entries.html new file mode 100644 index 000000000..5c8458120 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/index.html new file mode 100644 index 000000000..881004641 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/rating.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/rating.html new file mode 100644 index 000000000..53360aec4 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/rating.html @@ -0,0 +1,80 @@ + + + + + rating + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

rating

+
+ +
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/value-of.html new file mode 100644 index 000000000..1a3a664c6 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-image-rating/values.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-image-rating/values.html new file mode 100644 index 000000000..be3151b77 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/-profile-url.html new file mode 100644 index 000000000..65b8428f1 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/avatar-url.html new file mode 100644 index 000000000..9856e1dec --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-profile-url/hash.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/hash.html new file mode 100644 index 000000000..e9db37929 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/hash.html @@ -0,0 +1,80 @@ + + + + + hash + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

hash

+
+
val hash: Hash
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/index.html new file mode 100644 index 000000000..91c19a1c0 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/-profile-url/url.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/-profile-url/url.html new file mode 100644 index 000000000..5d74993a1 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/gravatar/com.gravatar/index.html b/docs/dokka/history/1.0.0/gravatar/com.gravatar/index.html new file mode 100644 index 000000000..e95b9f959 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/com.gravatar/index.html @@ -0,0 +1,194 @@ + + + + + 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/history/1.0.0/gravatar/index.html b/docs/dokka/history/1.0.0/gravatar/index.html new file mode 100644 index 000000000..dbf10d739 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/index.html @@ -0,0 +1,176 @@ + + + + + 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
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/dokka/history/1.0.0/gravatar/navigation.html b/docs/dokka/history/1.0.0/gravatar/navigation.html new file mode 100644 index 000000000..f3f725082 --- /dev/null +++ b/docs/dokka/history/1.0.0/gravatar/navigation.html @@ -0,0 +1,522 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ + +
+ +
+
+
+ Link +
+
+
+
+ Profile +
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ 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/1.0.0/images/anchor-copy-button.svg b/docs/dokka/history/1.0.0/images/anchor-copy-button.svg new file mode 100644 index 000000000..19c1fa3f4 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/anchor-copy-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/history/1.0.0/images/arrow_down.svg b/docs/dokka/history/1.0.0/images/arrow_down.svg new file mode 100644 index 000000000..639aaf12c --- /dev/null +++ b/docs/dokka/history/1.0.0/images/arrow_down.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/1.0.0/images/burger.svg b/docs/dokka/history/1.0.0/images/burger.svg new file mode 100644 index 000000000..fcca732b7 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/burger.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/copy-icon.svg b/docs/dokka/history/1.0.0/images/copy-icon.svg new file mode 100644 index 000000000..2cb02ec6e --- /dev/null +++ b/docs/dokka/history/1.0.0/images/copy-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/1.0.0/images/copy-successful-icon.svg b/docs/dokka/history/1.0.0/images/copy-successful-icon.svg new file mode 100644 index 000000000..c4b95383d --- /dev/null +++ b/docs/dokka/history/1.0.0/images/copy-successful-icon.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/1.0.0/images/footer-go-to-link.svg b/docs/dokka/history/1.0.0/images/footer-go-to-link.svg new file mode 100644 index 000000000..a87add7a3 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/footer-go-to-link.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/1.0.0/images/go-to-top-icon.svg b/docs/dokka/history/1.0.0/images/go-to-top-icon.svg new file mode 100644 index 000000000..abc3d1cef --- /dev/null +++ b/docs/dokka/history/1.0.0/images/go-to-top-icon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/docs/dokka/history/1.0.0/images/homepage.svg b/docs/dokka/history/1.0.0/images/homepage.svg new file mode 100644 index 000000000..e3c83b1ce --- /dev/null +++ b/docs/dokka/history/1.0.0/images/homepage.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/history/1.0.0/images/logo-icon.svg b/docs/dokka/history/1.0.0/images/logo-icon.svg new file mode 100644 index 000000000..91a7313f7 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/logo-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/abstract-class-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/abstract-class-kotlin.svg new file mode 100644 index 000000000..19d6148ca --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/abstract-class-kotlin.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/abstract-class.svg b/docs/dokka/history/1.0.0/images/nav-icons/abstract-class.svg new file mode 100644 index 000000000..601820302 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/abstract-class.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/annotation-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/annotation-kotlin.svg new file mode 100644 index 000000000..b90f508c4 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/annotation-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/annotation.svg b/docs/dokka/history/1.0.0/images/nav-icons/annotation.svg new file mode 100644 index 000000000..b80c54b4b --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/annotation.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/class-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/class-kotlin.svg new file mode 100644 index 000000000..797a2423c --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/class-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/class.svg b/docs/dokka/history/1.0.0/images/nav-icons/class.svg new file mode 100644 index 000000000..3f1ad167e --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/enum-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/enum-kotlin.svg new file mode 100644 index 000000000..775a7cc90 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/enum-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/enum.svg b/docs/dokka/history/1.0.0/images/nav-icons/enum.svg new file mode 100644 index 000000000..fa7f24766 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/enum.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/exception-class.svg b/docs/dokka/history/1.0.0/images/nav-icons/exception-class.svg new file mode 100644 index 000000000..c0b2bdeba --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/exception-class.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/field-value.svg b/docs/dokka/history/1.0.0/images/nav-icons/field-value.svg new file mode 100644 index 000000000..2771ee56c --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/field-value.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/field-variable.svg b/docs/dokka/history/1.0.0/images/nav-icons/field-variable.svg new file mode 100644 index 000000000..e2d2bbd01 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/field-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/function.svg b/docs/dokka/history/1.0.0/images/nav-icons/function.svg new file mode 100644 index 000000000..f0da64a0b --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/function.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/interface-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/interface-kotlin.svg new file mode 100644 index 000000000..5e163260e --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/interface-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/interface.svg b/docs/dokka/history/1.0.0/images/nav-icons/interface.svg new file mode 100644 index 000000000..32063ba26 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/interface.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/object.svg b/docs/dokka/history/1.0.0/images/nav-icons/object.svg new file mode 100644 index 000000000..31f0ee3e6 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/object.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/nav-icons/typealias-kotlin.svg b/docs/dokka/history/1.0.0/images/nav-icons/typealias-kotlin.svg new file mode 100644 index 000000000..f4bb238b5 --- /dev/null +++ b/docs/dokka/history/1.0.0/images/nav-icons/typealias-kotlin.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/docs/dokka/history/1.0.0/images/theme-toggle.svg b/docs/dokka/history/1.0.0/images/theme-toggle.svg new file mode 100644 index 000000000..df86202bb --- /dev/null +++ b/docs/dokka/history/1.0.0/images/theme-toggle.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/docs/dokka/history/1.0.0/index.html b/docs/dokka/history/1.0.0/index.html new file mode 100644 index 000000000..eea363b5b --- /dev/null +++ b/docs/dokka/history/1.0.0/index.html @@ -0,0 +1,108 @@ + + + + + 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/history/1.0.0/navigation.html b/docs/dokka/history/1.0.0/navigation.html new file mode 100644 index 000000000..d2b020f1d --- /dev/null +++ b/docs/dokka/history/1.0.0/navigation.html @@ -0,0 +1,522 @@ +
+
+
+ gravatar +
+
+ + +
+
+ AvatarUrl +
+
+
+ Companion +
+
+
+
+ +
+
+ CustomUrl +
+
+
+
+ Identicon +
+
+
+
+ MonsterId +
+
+
+ +
+
+
+ Retro +
+
+
+
+ RoboHash +
+
+
+
+ Status404 +
+
+
+ +
+
+
+ Wavatar +
+
+
+
+
+ Gravatar +
+
+ +
+ +
+
+ General +
+
+ +
+ +
+
+
+ X +
+
+
+
+ +
+
+
+ + +
+ +
+
+
+ Link +
+
+
+
+ Profile +
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+ hash() +
+
+
+ +
+
+
+ +
+ +
+
+
+ ErrorType +
+
+
+ SERVER +
+
+
+
+ TIMEOUT +
+
+
+
+ NETWORK +
+
+
+
+ NOT_FOUND +
+
+ +
+
+ UNKNOWN +
+
+
+ +
+ +
+
+
+ Result +
+
+
+ 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/1.0.0/not-found-version.html b/docs/dokka/history/1.0.0/not-found-version.html new file mode 100644 index 000000000..36cf343d7 --- /dev/null +++ b/docs/dokka/history/1.0.0/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/1.0.0/package-list b/docs/dokka/history/1.0.0/package-list new file mode 100644 index 000000000..c63562149 --- /dev/null +++ b/docs/dokka/history/1.0.0/package-list @@ -0,0 +1,13 @@ +$dokka.format:html-v1 +$dokka.linkExtension:html + +module:gravatar +com.gravatar +com.gravatar.api.models +com.gravatar.extensions +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/history/1.0.0/scripts/clipboard.js b/docs/dokka/history/1.0.0/scripts/clipboard.js new file mode 100644 index 000000000..7a4f33c59 --- /dev/null +++ b/docs/dokka/history/1.0.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/history/1.0.0/scripts/main.js b/docs/dokka/history/1.0.0/scripts/main.js new file mode 100644 index 000000000..ba6c34739 --- /dev/null +++ b/docs/dokka/history/1.0.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"