Package 

Class OrigonClient

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public final class OrigonClient
     implements AutoCloseable
                        

    The primary interface to the Origon platform on Android.

    Backed by libsession.so via SessionBridge. One instance owns one native handle and one tokio runtime; create at app start, call close (or use use { }) at app shutdown.

    All fallible methods throw SessionException with a structured kind / statusCode / code / message.