| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CONTACTThe contact (phone number or name) of the phone call. | 
| static java.lang.String | DURATIONThe duration of the phone call, in milliseconds. | 
| static java.lang.String | TIMESTAMPThe timestamp of when the phone call is happened. | 
| static java.lang.String | TYPEThe type of the phone call, could be "incoming", "outgoing" or "missed". | 
| static java.lang.String | TYPE_INCOMING | 
| static java.lang.String | TYPE_MISSED | 
| static java.lang.String | TYPE_OUTGOING | 
EOS, TIME_CREATED| Modifier and Type | Method and Description | 
|---|---|
| static PStreamProvider | asUpdates()Provide a live stream of Call items. | 
| static PStreamProvider | getLogs()Provide a list of Call items from the device call log. | 
containsField, equals, excludeFields, getAsBoolean, getAsDouble, getAsFloat, getAsInteger, getAsLong, getAsString, getValueByField, includeFields, isEndOfStream, setFieldValue, toDebugString, toJson, toMap, toString@PSItemField(type=java.lang.Long.class) public static final java.lang.String TIMESTAMP
@PSItemField(type=java.lang.String.class) public static final java.lang.String CONTACT
@PSItemField(type=java.lang.Long.class) public static final java.lang.String DURATION
@PSItemField(type=java.lang.String.class) public static final java.lang.String TYPE
public static final java.lang.String TYPE_INCOMING
public static final java.lang.String TYPE_OUTGOING
public static final java.lang.String TYPE_MISSED
public static PStreamProvider getLogs()
public static PStreamProvider asUpdates()