Class SessionStoppedEventArgs
- java.lang.Object
-
- com.azure.android.ai.vision.common.SessionEventArgs
-
- com.azure.android.ai.vision.common.SessionStoppedEventArgs
-
public class SessionStoppedEventArgs extends SessionEventArgs
SessionStoppedEventArgs class
-
-
Constructor Summary
Constructors Constructor Description SessionStoppedEventArgs(SafeHandle handle)
Internal constructor for session stopped events args instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStoppedReason()
Gets the stopped reason.-
Methods inherited from class com.azure.android.ai.vision.common.SessionEventArgs
getHandle, getSessionId
-
-
-
-
Constructor Detail
-
SessionStoppedEventArgs
public SessionStoppedEventArgs(SafeHandle handle)
Internal constructor for session stopped events args instance- Parameters:
handle
- The native handle
-
-
Method Detail
-
getStoppedReason
public String getStoppedReason()
Gets the stopped reason.- Returns:
- Reason as String
-
-