ModuleViewConstraints
import type { ModuleViewConstraints } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
Constraints that all must be met for the module to be shown.
interface ModuleViewConstraints {
displayInterval?: TimeInterval;
}§Properties
§
displayInterval?: TimeInterval
[src]The period of time that the module will be displayed to users. Can define
both a startTime
and endTime
. The module is displayed immediately after
insertion unless a startTime
is set. The module is displayed indefinitely
if endTime
is not set.