Skip to content

Commit

Permalink
コメントを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 18, 2024
1 parent bf160ec commit 93d2843
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/**
* Signaling メッセージのデータクラスを定義します。
*
* NOTE: 後方互換性を考慮して、項目を追加するときはオプショナルで定義するようにしてください。
*/
package jp.shiguredo.sora.sdk.channel.signaling.message

import com.google.gson.annotations.SerializedName
import jp.shiguredo.sora.sdk.util.SDKInfo

// NOTE: 後方互換性を考慮して、項目を追加するときはオプショナルで定義するようにしてください。

data class MessageCommonPart(
@SerializedName("type") val type: String?
)
Expand Down

0 comments on commit 93d2843

Please sign in to comment.