Package com.regula.facesdk.configuration
Class MatchFacesConfiguration
- java.lang.Object
-
- com.regula.facesdk.configuration.MatchFacesConfiguration
-
public final class MatchFacesConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatchFacesConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description static <any>
CREATOR
-
Constructor Summary
Constructors Constructor Description MatchFacesConfiguration(MatchFacesConfiguration.Builder self)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
ProcessingMode
getProcessingMode()
boolean
isLocationTrackingEnabled()
void
writeToParcel(Parcel dest, int flags)
-
-
-
Constructor Detail
-
MatchFacesConfiguration
public MatchFacesConfiguration(MatchFacesConfiguration.Builder self)
-
-
Method Detail
-
getProcessingMode
public ProcessingMode getProcessingMode()
-
isLocationTrackingEnabled
public boolean isLocationTrackingEnabled()
-
describeContents
public int describeContents()
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
-
-