Package 

Class MutableLocationSharingConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • setIsSeeOtherPeopleOnlineEnabled

         void setIsSeeOtherPeopleOnlineEnabled(boolean arg)

        Set isSeeOtherPeopleOnlineEnabled. Whether receiving locations from online is enabled Default is false

      • setMaxAgeAssetLocationsInSeconds

         void setMaxAgeAssetLocationsInSeconds(float arg)

        Set maxAgeAssetLocationsInSeconds. Max age of asset locations, supplied as a parameter to polling location requests in seconds Default is 3600.0

      • setMaxAgeOnlineLocationsInSeconds

         void setMaxAgeOnlineLocationsInSeconds(float arg)

        Set maxAgeOnlineLocationsInSeconds. Max age of online locations, supplied as a parameter to polling location requests in seconds Default is 3600.0

      • setOnlineLocationPollFrequencyInSeconds

         void setOnlineLocationPollFrequencyInSeconds(float arg)

        Set onlineLocationPollFrequencyInSeconds. How often to poll for shared locations in seconds Default is 10.0

      • setPositionUploadIntervalBackgroundInSeconds

         void setPositionUploadIntervalBackgroundInSeconds(float arg)

        Set positionUploadIntervalBackgroundInSeconds. How often to upload locations in seconds while the app is the background Default is 900.0

      • setPositionUploadIntervalInSeconds

         void setPositionUploadIntervalInSeconds(float arg)

        Set positionUploadIntervalInSeconds. How often to upload locations in seconds while the app is the foreground Default is 20.0

      • setShouldUploadLocationDataOffSite

         void setShouldUploadLocationDataOffSite(boolean arg)

        Set shouldUploadLocationDataOffSite. Whether user locations that are off-site (only have GPS information) should be uploaded Default is false

      • setShouldUploadLocationDataOnSite

         void setShouldUploadLocationDataOnSite(boolean arg)

        Set shouldUploadLocationDataOnSite. Whether user locations that are on-site should be uploaded Default is false