Battle Config
data class BattleConfig(var duration: Int = 0, var needResponse: Boolean = false, var extensionInfo: String = "")
PK configuration information set when sending a PK request
Overview
PK configuration information for setting PK duration, whether response is needed, and other parameters.
| Property | Type | Description |
| duration | Int | PK duration (unit: seconds) |
| needResponse | Boolean | Whether the invitee needs to reply with accept/reject |
| extensionInfo | String | Extension information |