Skip to content

Commit

Permalink
Publish documentation for v7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Publisher committed Oct 22, 2024
1 parent 37d8ea9 commit f47c4f0
Show file tree
Hide file tree
Showing 97 changed files with 2,088 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _versions/7.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
version: 7.7
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[APP_START](index.md)

# APP_START

[androidJvm]\
[APP_START](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[CUSTOM](index.md)

# CUSTOM

[androidJvm]\
[CUSTOM](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[Companion](index.md)/[getById](get-by-id.md)

# getById

[androidJvm]\

@Nullable

fun [getById](get-by-id.md)(@NotNulltypeId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [EventType](../index.md)?

Gets the trigger log event type for a given [typeId](get-by-id.md). If [typeId](get-by-id.md) argument is not any of the valid id, null will be returned.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[Companion](index.md)

# Companion

[androidJvm]\
object [Companion](index.md)

## Functions

| Name | Summary |
|---|---|
| [getById](get-by-id.md) | [androidJvm]<br>@Nullable<br>fun [getById](get-by-id.md)(@NotNulltypeId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [EventType](../index.md)?<br>Gets the trigger log event type for a given [typeId](get-by-id.md). If [typeId](get-by-id.md) argument is not any of the valid id, null will be returned. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[INVALID](index.md)

# INVALID

[androidJvm]\
[INVALID](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[LOGIN_SUCCESSFUL](index.md)

# LOGIN_SUCCESSFUL

[androidJvm]\
[LOGIN_SUCCESSFUL](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[EventType](../index.md)/[PURCHASE_SUCCESSFUL](index.md)

# PURCHASE_SUCCESSFUL

[androidJvm]\
[PURCHASE_SUCCESSFUL](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
//[inappmessaging](../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../index.md)/[EventType](index.md)

# EventType

[androidJvm]\
enum [EventType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)&lt;[EventType](index.md)&gt;

Local events type according to type ID.

## Entries

| | |
|---|---|
| [INVALID](-i-n-v-a-l-i-d/index.md) | [androidJvm]<br>[INVALID](-i-n-v-a-l-i-d/index.md) |
| [APP_START](-a-p-p_-s-t-a-r-t/index.md) | [androidJvm]<br>[APP_START](-a-p-p_-s-t-a-r-t/index.md) |
| [LOGIN_SUCCESSFUL](-l-o-g-i-n_-s-u-c-c-e-s-s-f-u-l/index.md) | [androidJvm]<br>[LOGIN_SUCCESSFUL](-l-o-g-i-n_-s-u-c-c-e-s-s-f-u-l/index.md) |
| [PURCHASE_SUCCESSFUL](-p-u-r-c-h-a-s-e_-s-u-c-c-e-s-s-f-u-l/index.md) | [androidJvm]<br>[PURCHASE_SUCCESSFUL](-p-u-r-c-h-a-s-e_-s-u-c-c-e-s-s-f-u-l/index.md) |
| [CUSTOM](-c-u-s-t-o-m/index.md) | [androidJvm]<br>[CUSTOM](-c-u-s-t-o-m/index.md) |

## Types

| Name | Summary |
|---|---|
| [Companion](-companion/index.md) | [androidJvm]<br>object [Companion](-companion/index.md) |

## Functions

| Name | Summary |
|---|---|
| [valueOf](value-of.md) | [androidJvm]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [EventType](index.md)<br>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.) |
| [values](values.md) | [androidJvm]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[EventType](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |

## Properties

| Name | Summary |
|---|---|
| [name](../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](type-id.md) | [androidJvm]<br>val [typeId](type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Event type id |
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[inappmessaging](../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../index.md)/[EventType](index.md)/[typeId](type-id.md)

# typeId

[androidJvm]\
val [typeId](type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../index.md)/[EventType](index.md)/[valueOf](value-of.md)

# valueOf

[androidJvm]\
fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [EventType](index.md)

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

| | |
|---|---|
| [IllegalArgumentException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html) | if this enum type has no constant with the specified name |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//[inappmessaging](../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../index.md)/[EventType](index.md)/[values](values.md)

# values

[androidJvm]\
fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[EventType](index.md)&gt;

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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[BOOLEAN](index.md)

# BOOLEAN

[androidJvm]\
[BOOLEAN](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[Companion](index.md)/[getById](get-by-id.md)

# getById

[androidJvm]\

@Nullable

fun [getById](get-by-id.md)(@NotNulltypeId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ValueType](../index.md)?

Gets the value data type for a given [typeId](get-by-id.md). If [typeId](get-by-id.md) argument is not any of the valid id, null will be returned.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[Companion](index.md)

# Companion

[androidJvm]\
object [Companion](index.md)

## Functions

| Name | Summary |
|---|---|
| [getById](get-by-id.md) | [androidJvm]<br>@Nullable<br>fun [getById](get-by-id.md)(@NotNulltypeId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ValueType](../index.md)?<br>Gets the value data type for a given [typeId](get-by-id.md). If [typeId](get-by-id.md) argument is not any of the valid id, null will be returned. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[DOUBLE](index.md)

# DOUBLE

[androidJvm]\
[DOUBLE](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[INTEGER](index.md)

# INTEGER

[androidJvm]\
[INTEGER](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[INVALID](index.md)

# INVALID

[androidJvm]\
[INVALID](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[STRING](index.md)

# STRING

[androidJvm]\
[STRING](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](../-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[inappmessaging](../../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../../index.md)/[ValueType](../index.md)/[TIME_IN_MILLI](index.md)

# TIME_IN_MILLI

[androidJvm]\
[TIME_IN_MILLI](index.md)

## Properties

| Name | Summary |
|---|---|
| [name](index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](../type-id.md) | [androidJvm]<br>val [typeId](../type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
//[inappmessaging](../../../index.md)/[com.rakuten.tech.mobile.inappmessaging.runtime.data.enums](../index.md)/[ValueType](index.md)

# ValueType

[androidJvm]\
enum [ValueType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)&lt;[ValueType](index.md)&gt;

Data value's type supported by InAppMessaging's custom events.

## Entries

| | |
|---|---|
| [INVALID](-i-n-v-a-l-i-d/index.md) | [androidJvm]<br>[INVALID](-i-n-v-a-l-i-d/index.md) |
| [STRING](-s-t-r-i-n-g/index.md) | [androidJvm]<br>[STRING](-s-t-r-i-n-g/index.md) |
| [INTEGER](-i-n-t-e-g-e-r/index.md) | [androidJvm]<br>[INTEGER](-i-n-t-e-g-e-r/index.md) |
| [DOUBLE](-d-o-u-b-l-e/index.md) | [androidJvm]<br>[DOUBLE](-d-o-u-b-l-e/index.md) |
| [BOOLEAN](-b-o-o-l-e-a-n/index.md) | [androidJvm]<br>[BOOLEAN](-b-o-o-l-e-a-n/index.md) |
| [TIME_IN_MILLI](-t-i-m-e_-i-n_-m-i-l-l-i/index.md) | [androidJvm]<br>[TIME_IN_MILLI](-t-i-m-e_-i-n_-m-i-l-l-i/index.md) |

## Types

| Name | Summary |
|---|---|
| [Companion](-companion/index.md) | [androidJvm]<br>object [Companion](-companion/index.md) |

## Functions

| Name | Summary |
|---|---|
| [valueOf](value-of.md) | [androidJvm]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [ValueType](index.md)<br>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.) |
| [values](values.md) | [androidJvm]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[ValueType](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |

## Properties

| Name | Summary |
|---|---|
| [name](-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661) | [androidJvm]<br>val [name](-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-372974862%2FProperties%2F-93201661): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661) | [androidJvm]<br>val [ordinal](-t-i-m-e_-i-n_-m-i-l-l-i/index.md#-739389684%2FProperties%2F-93201661): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [typeId](type-id.md) | [androidJvm]<br>val [typeId](type-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)<br>Value type id. |
Loading

0 comments on commit f47c4f0

Please sign in to comment.