Package com.incode.welcome_sdk.modules
Class Geolocation
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Geolocation extends BaseModule implements Parcelable
See <a href=https://developer.incode.com/docs/geolocation-design>the Geolocation page at developer.incode.com</a> for info on what this module is.
- Since:
<a href=https://developer.incode.com/docs/changelog#version-227>2.2.7</a>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGeolocation.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisSkippableprivate final Modulesnameprivate final BooleanisNonUiMode
-
Constructor Summary
Constructors Constructor Description Geolocation(Boolean isSkippable)
-
Method Summary
Modifier and Type Method Description final BooleanisSkippable()UnitverifyConfiguration(List<Modules> modules)-
Methods inherited from class com.incode.welcome_sdk.modules.BaseModule
getName, isNonUiMode -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Geolocation
Geolocation(Boolean isSkippable)
-
-
Method Detail
-
isSkippable
final Boolean isSkippable()
-
verifyConfiguration
Unit verifyConfiguration(List<Modules> modules)
-
-
-
-