-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface ActivityLaunchedOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleangetActivityLaunchedOnce()bool activityLaunchedOnce = 1;abstract booleanhasTimestamp().google.protobuf.Timestamp timestamp = 2;abstract TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 2;-
-
Method Detail
-
getActivityLaunchedOnce
abstract boolean getActivityLaunchedOnce()
bool activityLaunchedOnce = 1;
-
hasTimestamp
abstract boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 2;
-
getTimestamp
abstract Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 2;
-
-
-
-