Package com.android.identity
Class OriginInfoNfc
- java.lang.Object
-
- com.android.identity.OriginInfo
-
- com.android.identity.OriginInfoNfc
-
public class OriginInfoNfc extends OriginInfo
-
-
Field Summary
-
Fields inherited from class com.android.identity.OriginInfo
CAT_DELIVERY, CAT_RECEIVE
-
-
Constructor Summary
Constructors Constructor Description OriginInfoNfc(long cat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCat()
Specifies whether the OriginInfoOptions are about this engagement or the one received previously
-
-
-
Method Detail
-
getCat
public long getCat()
Specifies whether the OriginInfoOptions are about this engagement or the one received previously- Specified by:
getCat
in classOriginInfo
- Returns:
- one of
OriginInfo.CAT_DELIVERY
orOriginInfo.CAT_RECEIVE
.
-
-