FYX Class Reference
Inherits from | NSObject |
Declared in | FYX.h |
Tasks
-
+ setAppId:appSecret:callbackUrl:
comment for documentation
-
+ startServiceAndAuthorize:
comment for documentation
-
+ startServiceAndAuthorizeWithViewController:delegate:
comment for documentation
-
+ stopServiceAndDeauthorize
comment for documentation
-
+ startService:
comment for documentation
-
+ stopService
comment for documentation
-
+ handleOpenURL:
comment for documentation
-
+ currentAppInfo
comment for documentation
-
+ enableLocationUpdates
comment for documentation
-
+ disableLocationUpdates
comment for documentation
-
+ enableLocationUpdatesWithOptions:
comment for documentation
-
+ deleteVisitsAndSightings
comment for documentation
Class Methods
currentAppInfo
comment for documentation
+ (FYXAppInfo *)currentAppInfo
Discussion
comment for documentation
Declared In
FYX.h
deleteVisitsAndSightings
comment for documentation
+ (void)deleteVisitsAndSightings
Discussion
comment for documentation
Declared In
FYX.h
disableLocationUpdates
comment for documentation
+ (void)disableLocationUpdates
Discussion
comment for documentation
Declared In
FYX.h
enableLocationUpdates
comment for documentation
+ (void)enableLocationUpdates
Discussion
comment for documentation
Declared In
FYX.h
enableLocationUpdatesWithOptions:
comment for documentation
+ (void)enableLocationUpdatesWithOptions:(NSDictionary *)options
Discussion
comment for documentation
Declared In
FYX.h
handleOpenURL:
comment for documentation
+ (void)handleOpenURL:(NSURL *)url
Discussion
comment for documentation
Declared In
FYX.h
setAppId:appSecret:callbackUrl:
comment for documentation
+ (void)setAppId:(NSString *)appId appSecret:(NSString *)appSecret callbackUrl:(NSString *)callbackUrl
Discussion
comment for documentation
Declared In
FYX.h
startService:
comment for documentation
+ (void)startService:(id<FYXServiceDelegate>)serviceDelegate
Discussion
comment for documentation
Declared In
FYX.h
startServiceAndAuthorize:
comment for documentation
+ (void)startServiceAndAuthorize:(id<FYXSessionDelegate>)sessionDelegate
Discussion
comment for documentation
Declared In
FYX.h
startServiceAndAuthorizeWithViewController:delegate:
comment for documentation
+ (void)startServiceAndAuthorizeWithViewController:(UIViewController *)viewController delegate:(id<FYXSessionDelegate>)sessionDelegate
Discussion
comment for documentation
Declared In
FYX.h