Search code examples
returnglympse

Return value of Glympse sendTicket method


What does the return value of the sendTicket method indicate? Sending was successful? Unfortunately it is not documented.

virtual bool Glympse::IGlympse::sendTicket  (const GTicket &ticket)  [pure virtual]

Solution

  • Glympse::IGlympse::sendTicket() presents Send Glympse wizard. The method also performs some validation (checks input arguments and platform state). false is returned if any of those checks fail. The value of true indicates that Send Wizard is successfully presented.