Package com.android.identity
Class OriginInfoWebsite
- java.lang.Object
-
- com.android.identity.OriginInfo
-
- com.android.identity.OriginInfoWebsite
-
public class OriginInfoWebsite extends OriginInfo
-
-
Field Summary
-
Fields inherited from class com.android.identity.OriginInfo
CAT_DELIVERY, CAT_RECEIVE
-
-
Constructor Summary
Constructors Constructor Description OriginInfoWebsite(long cat, java.lang.String baseUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBaseUrl()
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
.
-
getBaseUrl
public java.lang.String getBaseUrl()
-
-