firstOpenTimestampMicros property

  1. @TagNumber.new(2)
Int64 get firstOpenTimestampMicros

The time (in microseconds) at which the user first opened the app.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get firstOpenTimestampMicros => $_getI64(1);
  1. @TagNumber.new(2)
set firstOpenTimestampMicros (Int64 v)

Implementation

@$pb.TagNumber(2)
set firstOpenTimestampMicros($fixnum.Int64 v) {
  $_setInt64(1, v);
}