-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CI Publisher
committed
Oct 22, 2024
1 parent
37d8ea9
commit f47c4f0
Showing
97 changed files
with
2,088 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
version: 7.7 | ||
--- |
14 changes: 14 additions & 0 deletions
14
...mobile.inappmessaging.runtime.data.enums/-event-type/-a-p-p_-s-t-a-r-t/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
14 changes: 14 additions & 0 deletions
14
...tech.mobile.inappmessaging.runtime.data.enums/-event-type/-c-u-s-t-o-m/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
11 changes: 11 additions & 0 deletions
11
...ch.mobile.inappmessaging.runtime.data.enums/-event-type/-companion/get-by-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
12 changes: 12 additions & 0 deletions
12
...n.tech.mobile.inappmessaging.runtime.data.enums/-event-type/-companion/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...ch.mobile.inappmessaging.runtime.data.enums/-event-type/-i-n-v-a-l-i-d/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
14 changes: 14 additions & 0 deletions
14
...ssaging.runtime.data.enums/-event-type/-l-o-g-i-n_-s-u-c-c-e-s-s-f-u-l/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
14 changes: 14 additions & 0 deletions
14
...g.runtime.data.enums/-event-type/-p-u-r-c-h-a-s-e_-s-u-c-c-e-s-s-f-u-l/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
39 changes: 39 additions & 0 deletions
39
.../com.rakuten.tech.mobile.inappmessaging.runtime.data.enums/-event-type/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)<[EventType](index.md)> | ||
|
||
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)<[EventType](index.md)><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 | |
6 changes: 6 additions & 0 deletions
6
...om.rakuten.tech.mobile.inappmessaging.runtime.data.enums/-event-type/type-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
14 changes: 14 additions & 0 deletions
14
...m.rakuten.tech.mobile.inappmessaging.runtime.data.enums/-event-type/value-of.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
10 changes: 10 additions & 0 deletions
10
...com.rakuten.tech.mobile.inappmessaging.runtime.data.enums/-event-type/values.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)<[EventType](index.md)> | ||
|
||
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. |
14 changes: 14 additions & 0 deletions
14
...ch.mobile.inappmessaging.runtime.data.enums/-value-type/-b-o-o-l-e-a-n/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
11 changes: 11 additions & 0 deletions
11
...ch.mobile.inappmessaging.runtime.data.enums/-value-type/-companion/get-by-id.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
12 changes: 12 additions & 0 deletions
12
...n.tech.mobile.inappmessaging.runtime.data.enums/-value-type/-companion/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...tech.mobile.inappmessaging.runtime.data.enums/-value-type/-d-o-u-b-l-e/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...ch.mobile.inappmessaging.runtime.data.enums/-value-type/-i-n-t-e-g-e-r/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...ch.mobile.inappmessaging.runtime.data.enums/-value-type/-i-n-v-a-l-i-d/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...tech.mobile.inappmessaging.runtime.data.enums/-value-type/-s-t-r-i-n-g/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
14 changes: 14 additions & 0 deletions
14
...inappmessaging.runtime.data.enums/-value-type/-t-i-m-e_-i-n_-m-i-l-l-i/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
40 changes: 40 additions & 0 deletions
40
.../com.rakuten.tech.mobile.inappmessaging.runtime.data.enums/-value-type/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)<[ValueType](index.md)> | ||
|
||
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)<[ValueType](index.md)><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. | |
Oops, something went wrong.