VivochaPage

@interface VivochaPage : NSObject

Represents an area of the App where the user can access. It is useful to track the user path inside the App before he requests a contact.

  • @property (nonatomic, retain) NSString *title;

    Title of the area (e.g. “LoginViewController”)

  • + (VivochaPage *)takeCurrentPage;

    Takes a screenshot (it hides the chat view for a moment) and retrives information about the current View Controller