Class SessionEventArgs
- java.lang.Object
-
- com.azure.android.ai.vision.common.SessionEventArgs
-
- Direct Known Subclasses:
SessionStoppedEventArgs
public class SessionEventArgs extends Object
SessionEventArgs class
-
-
Constructor Summary
Constructors Constructor Description SessionEventArgs(SafeHandle handle)
Internal constructor for session events args instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SafeHandle
getHandle()
Gets the internal events arg handleString
getSessionId()
Gets the session Id.
-
-
-
Constructor Detail
-
SessionEventArgs
public SessionEventArgs(SafeHandle handle)
Internal constructor for session events args instance- Parameters:
handle
- The native handle
-
-
Method Detail
-
getSessionId
public String getSessionId()
Gets the session Id.- Returns:
- Session ID as string
-
getHandle
public SafeHandle getHandle()
Gets the internal events arg handle- Returns:
- A native handle
-
-