-
public class EventPayload.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerDEFAULT_MAX_PAYLOAD_SIZEpublic final static EventPayload.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDEFAULT_MAX_PAYLOAD_SIZE()The default maximum payload size for trimToSize, payloads larger than this will typically be rejected by BugSnag. -
-
Method Detail
-
getDEFAULT_MAX_PAYLOAD_SIZE
final Integer getDEFAULT_MAX_PAYLOAD_SIZE()
The default maximum payload size for trimToSize, payloads larger than this will typically be rejected by BugSnag.
-
-
-
-