ADEumSessionFrame Class Reference

Inherits from NSObject
Declared in ADEumSessionFrame.h

Overview

The Session Frame API allows you to create time-based named periods of execution. These Session Frames will appear in the UI.

– updateName:

Updates the name of an existing Session Frame

- (void)updateName:(NSString *)name

Parameters

name

This is the new name for the Session Frame that will appear in UI.

Discussion

This is generally used when the best name for the Session Frame is not known at the time of its creation.

Declared In

ADEumSessionFrame.h

– end

Ends an existing Session Frame

- (void)end

Discussion

This is called to indicate the end of this particular Session Frame. The object cannot be used again once ended.

Declared In

ADEumSessionFrame.h