AI-generated Key Takeaways
-
SessionPausedException is thrown when an operation requires ARCore to be running.
-
This class has two public constructors, one with no arguments and one that accepts a String message.
-
SessionPausedException inherits methods from java.lang.Throwable and java.lang.Object.
public class
SessionPausedException
Thrown if an operation requires ARCore to be running (unchecked).
Public Constructors
|
|
|
SessionPausedException(String message)
|
Inherited Methods
Public Constructors
public SessionPausedException ()
SessionPausedException
public SessionPausedException()
public SessionPausedException (String message)
SessionPausedException
public SessionPausedException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||