-
public class SDKLoggercom.facebook.gamingservices.cloudgaming.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Method Summary
Modifier and Type Method Description static synchronized SDKLoggergetInstance(Context context)static synchronized SDKLoggergetInstance(Context context)voidsetAppID(String appID)voidsetUserID(String userID)voidsetSessionID(String sessionID)static voidlogInternalError(Context context, SDKMessageEnum functionType, Exception e)voidlogPreparingRequest(String functionType, String requestID, JSONObject payloads)voidlogSentRequest(String functionType, String requestID, JSONObject payloads)voidlogSendingSuccessResponse(String requestID)voidlogSendingErrorResponse(FacebookRequestError error, @Nullable() String requestID)voidlogLoginSuccess()voidlogGameLoadComplete()voidlogInternalError(SDKMessageEnum functionType, Exception e)-
-
Method Detail
-
getInstance
static synchronized SDKLogger getInstance(Context context)
-
getInstance
static synchronized SDKLogger getInstance(Context context)
-
setSessionID
void setSessionID(String sessionID)
-
logInternalError
static void logInternalError(Context context, SDKMessageEnum functionType, Exception e)
-
logPreparingRequest
void logPreparingRequest(String functionType, String requestID, JSONObject payloads)
-
logSentRequest
void logSentRequest(String functionType, String requestID, JSONObject payloads)
-
logSendingSuccessResponse
void logSendingSuccessResponse(String requestID)
-
logSendingErrorResponse
void logSendingErrorResponse(FacebookRequestError error, @Nullable() String requestID)
-
logLoginSuccess
void logLoginSuccess()
-
logGameLoadComplete
void logGameLoadComplete()
-
logInternalError
void logInternalError(SDKMessageEnum functionType, Exception e)
-
-
-
-