This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
188 changed files
with
1,378 additions
and
17 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
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
5 changes: 5 additions & 0 deletions
5
...ension.converter.jackson.serializer.audio/-progress-report-serializer/-init-.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,5 @@ | ||
[clova-extension-converter-jackson](../../index.md) / [com.linecorp.clova.extension.converter.jackson.serializer.audio](../index.md) / [ProgressReportSerializer](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`ProgressReportSerializer()` |
17 changes: 17 additions & 0 deletions
17
...tension.converter.jackson.serializer.audio/-progress-report-serializer/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,17 @@ | ||
[clova-extension-converter-jackson](../../index.md) / [com.linecorp.clova.extension.converter.jackson.serializer.audio](../index.md) / [ProgressReportSerializer](./index.md) | ||
|
||
# ProgressReportSerializer | ||
|
||
`class ProgressReportSerializer : StdSerializer<ProgressReport>` | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `ProgressReportSerializer()` | | ||
|
||
### Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [serialize](serialize.md) | `fun serialize(value: ProgressReport, generator: JsonGenerator, provider: SerializerProvider): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | |
5 changes: 5 additions & 0 deletions
5
...ion.converter.jackson.serializer.audio/-progress-report-serializer/serialize.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,5 @@ | ||
[clova-extension-converter-jackson](../../index.md) / [com.linecorp.clova.extension.converter.jackson.serializer.audio](../index.md) / [ProgressReportSerializer](index.md) / [serialize](./serialize.md) | ||
|
||
# serialize | ||
|
||
`fun serialize(value: ProgressReport, generator: JsonGenerator, provider: SerializerProvider): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |
9 changes: 9 additions & 0 deletions
9
...ackson/com.linecorp.clova.extension.converter.jackson.serializer.audio/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,9 @@ | ||
[clova-extension-converter-jackson](../index.md) / [com.linecorp.clova.extension.converter.jackson.serializer.audio](./index.md) | ||
|
||
## Package com.linecorp.clova.extension.converter.jackson.serializer.audio | ||
|
||
### Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [ProgressReportSerializer](-progress-report-serializer/index.md) | `class ProgressReportSerializer : StdSerializer<ProgressReport>` | |
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
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
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
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
11 changes: 11 additions & 0 deletions
11
docs/clova-extension-core/com.linecorp.clova.extension.client/event-handler.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 @@ | ||
[clova-extension-core](../index.md) / [com.linecorp.clova.extension.client](index.md) / [eventHandler](./event-handler.md) | ||
|
||
# eventHandler | ||
|
||
`@Dsl fun `[`ClovaClient`](-clova-client/index.md)`.eventHandler(handler: `[`RequestHandler`](-request-handler.md)`<`[`EventRequest`](../com.linecorp.clova.extension.model.request/-event-request/index.md)`>): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | ||
|
||
The definition of DSL keyword sessionEndedHandler | ||
|
||
### Parameters | ||
|
||
`handler` - the user-defined session end handler |
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
5 changes: 5 additions & 0 deletions
5
...a-extension-core/com.linecorp.clova.extension.model.audio/-audio-item/-init-.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`AudioItem(audioItemId: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, titleText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, artImageUrl: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null, headerText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null, stream: `[`AudioStreamInfo`](../-audio-stream-info/index.md)`, titleSubText1: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, titleSubText2: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null)` |
5 changes: 5 additions & 0 deletions
5
...sion-core/com.linecorp.clova.extension.model.audio/-audio-item/art-image-url.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [artImageUrl](./art-image-url.md) | ||
|
||
# artImageUrl | ||
|
||
`val artImageUrl: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` |
5 changes: 5 additions & 0 deletions
5
...sion-core/com.linecorp.clova.extension.model.audio/-audio-item/audio-item-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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [audioItemId](./audio-item-id.md) | ||
|
||
# audioItemId | ||
|
||
`val audioItemId: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
5 changes: 5 additions & 0 deletions
5
...ension-core/com.linecorp.clova.extension.model.audio/-audio-item/header-text.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [headerText](./header-text.md) | ||
|
||
# headerText | ||
|
||
`val headerText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` |
23 changes: 23 additions & 0 deletions
23
...va-extension-core/com.linecorp.clova.extension.model.audio/-audio-item/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,23 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](./index.md) | ||
|
||
# AudioItem | ||
|
||
`data class AudioItem` | ||
|
||
### Constructors | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [<init>](-init-.md) | `AudioItem(audioItemId: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, titleText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, artImageUrl: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null, headerText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null, stream: `[`AudioStreamInfo`](../-audio-stream-info/index.md)`, titleSubText1: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, titleSubText2: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`? = null)` | | ||
|
||
### Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [artImageUrl](art-image-url.md) | `val artImageUrl: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | | ||
| [audioItemId](audio-item-id.md) | `val audioItemId: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [headerText](header-text.md) | `val headerText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | | ||
| [stream](stream.md) | `val stream: `[`AudioStreamInfo`](../-audio-stream-info/index.md) | | ||
| [titleSubText1](title-sub-text1.md) | `val titleSubText1: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [titleSubText2](title-sub-text2.md) | `val titleSubText2: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` | | ||
| [titleText](title-text.md) | `val titleText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | |
5 changes: 5 additions & 0 deletions
5
...a-extension-core/com.linecorp.clova.extension.model.audio/-audio-item/stream.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [stream](./stream.md) | ||
|
||
# stream | ||
|
||
`val stream: `[`AudioStreamInfo`](../-audio-stream-info/index.md) |
5 changes: 5 additions & 0 deletions
5
...on-core/com.linecorp.clova.extension.model.audio/-audio-item/title-sub-text1.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [titleSubText1](./title-sub-text1.md) | ||
|
||
# titleSubText1 | ||
|
||
`val titleSubText1: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
5 changes: 5 additions & 0 deletions
5
...on-core/com.linecorp.clova.extension.model.audio/-audio-item/title-sub-text2.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [titleSubText2](./title-sub-text2.md) | ||
|
||
# titleSubText2 | ||
|
||
`val titleSubText2: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` |
5 changes: 5 additions & 0 deletions
5
...tension-core/com.linecorp.clova.extension.model.audio/-audio-item/title-text.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioItem](index.md) / [titleText](./title-text.md) | ||
|
||
# titleText | ||
|
||
`val titleText: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
5 changes: 5 additions & 0 deletions
5
...extension-core/com.linecorp.clova.extension.model.audio/-audio-player/-init-.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioPlayer](index.md) / [<init>](./-init-.md) | ||
|
||
# <init> | ||
|
||
`AudioPlayer(activity: `[`PlayerActivity`](../-player-activity/index.md)`, offsetInMilliseconds: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`? = null, stream: `[`AudioStreamInfo`](../-audio-stream-info/index.md)`? = null, totalInMilliseconds: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`? = null)` |
5 changes: 5 additions & 0 deletions
5
...tension-core/com.linecorp.clova.extension.model.audio/-audio-player/activity.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,5 @@ | ||
[clova-extension-core](../../index.md) / [com.linecorp.clova.extension.model.audio](../index.md) / [AudioPlayer](index.md) / [activity](./activity.md) | ||
|
||
# activity | ||
|
||
`val activity: `[`PlayerActivity`](../-player-activity/index.md) |
Oops, something went wrong.