Swift Rest SDK Documentation Beta

Enumeration Mobiledge​XiOSLibrary.​Mobiledge​XLocation.​Service​Type

public enum ServiceType

Types of Location ServiceTypes, reflects built-in methods that iOS uses to get location Visits: Only updates location when user spends time at location and then moves (the most power-efficient) SignificantChange : Updates location when user's location significantly changes Standard: For real time location updates (requires most power)

Member Of

MobiledgeXiOSLibrary.MobiledgeXLocation

MobiledgeX Location Services for easy location service integration with application

Enumeration Cases

Visits

case Visits

Significant​Change

case SignificantChange

Standard

case Standard