abstract fun enableProximityMessaging(): Boolean
Enables proximity messaging. This will only succeed if:
com.salesforce.marketingcloud.MarketingCloudConfig.Builder#setProximityEnabled(boolean)
was set to trueManifest.permission#ACCESS_FINE_LOCATION
permission has been granted.Manifest.permission#ACCESS_BACKGROUND_LOCATION
permission has been granted on Android Q+.Return
Boolean: True if proximity messaging was sucessfully enabled