DisplayTimeWindow


class DisplayTimeWindow


An object representing a display time window.

Summary

Nested types

Builder class for DisplayTimeWindow.

Public functions

Optional<Long!>!

Returns the end timestamp for the content in epoch milliseconds.

Optional<Long!>!

Returns the start timestamp for the content in epoch milliseconds.

Public functions

getEndTimestampMillis

fun getEndTimestampMillis(): Optional<Long!>!

Returns the end timestamp for the content in epoch milliseconds.

The content will no longer be presented to the surface after the given end timestamp.

getStartTimestampMillis

fun getStartTimestampMillis(): Optional<Long!>!

Returns the start timestamp for the content in epoch milliseconds.

The content will only be presented to the surface after the given start timestamp.