DBTEAMLOGRouteObjects

Objective-C

@interface DBTEAMLOGRouteObjects : NSObject

Swift

class DBTEAMLOGRouteObjects : NSObject

Stone route objects for the TeamLog namespace. Each route in the TeamLog namespace has its own static object, which contains information about the route.

  • Accessor method for the getEvents route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBTEAMLOGGetEvents;

    Swift

    class func dbteamlogGetEvents() -> DBRoute
  • Accessor method for the getEventsContinue route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBTEAMLOGGetEventsContinue;

    Swift

    class func dbteamlogGetEventsContinue() -> DBRoute