Skip to content

Commit 4881cc6

Browse files
authored
added VAST 4 protocols (#143)
1 parent a65b8c4 commit 4881cc6

File tree

1 file changed

+6
-0
lines changed
  • kotlin/src/commonMain/kotlin/com/adsbynimbus/openrtb/enumerations

1 file changed

+6
-0
lines changed

kotlin/src/commonMain/kotlin/com/adsbynimbus/openrtb/enumerations/Protocols.kt

+6
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ public object Protocols {
1717

1818
/** Vast 3.0 Wrapper */
1919
public const val VAST_3_WRAPPER: Byte = 6
20+
21+
/** Vast 4.0 */
22+
public const val VAST_4: Byte = 7
23+
24+
/** Vast 4.0 Wrapper */
25+
public const val VAST_4_WRAPPER: Byte = 8
2026
}

0 commit comments

Comments
 (0)