ZendriveMockPhoneScreenInteractionEventBuilder

@interface ZendriveMockPhoneScreenInteractionEventBuilder
    : ZendriveMockRangeEventBuilder

An event builder for phone screen interaction event.

  • Constructs and return a new phone screen interaction event builder.

    Declaration

    Objective-C

    - (nonnull id)initWithStartTimestamp:(long long)startTimestamp
                            endTimestamp:(long long)endTimestamp;

    Parameters

    startTimestamp

    start timestamp of the event

    endTimestamp

    end timestamp of the event.