Package com.usebutton.merchant.module
Interface Features
-
- All Implemented Interfaces:
public interface FeaturesInterface to allow configuration of Merchant Library features
-
-
Method Summary
Modifier and Type Method Description abstract voidsetIncludesIfa(boolean includesIfa)Indicates whether or not the library will attach IFA to outgoing requests. abstract booleangetIncludesIfa()-
-
Method Detail
-
setIncludesIfa
abstract void setIncludesIfa(boolean includesIfa)
Indicates whether or not the library will attach IFA to outgoing requests. The default value is TRUE
- Parameters:
includesIfa- If set to FALSE, or if the user has limited Ifa usage in their device settings, the Ifa will not be attached.
-
getIncludesIfa
abstract boolean getIncludesIfa()
-
-
-
-