Package com.unity3d.mediation
Class LevelPlayInitError
-
- All Implemented Interfaces:
public final class LevelPlayInitError
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegererrorCodeprivate final StringerrorMessage
-
Constructor Summary
Constructors Constructor Description LevelPlayInitError(SdkError sdkError)LevelPlayInitError(Integer errorCode, String errorMessage)
-
Method Summary
Modifier and Type Method Description final IntegergetErrorCode()final StringgetErrorMessage()StringtoString()-
-
Method Detail
-
getErrorCode
final Integer getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-