ZendriveMockPhoneHandlingEventBuilder
@interface ZendriveMockPhoneHandlingEventBuilder : ZendriveMockRangeEventBuilder
An event builder for phone handling event.
-
Constructs and return a new phone handling 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.