-
public class SstStrictModeStrictMode is a developer tool which detects things you might be doing by accident and brings them to your attention so you can fix them.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SstStrictModeINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitsetNotConfiguredPolicy(NotConfiguredPolicy policy)Sets the policy to enforce when the SDK is not configured. -
-
Method Detail
-
setNotConfiguredPolicy
final Unit setNotConfiguredPolicy(NotConfiguredPolicy policy)
Sets the policy to enforce when the SDK is not configured.
- Parameters:
policy- The NotConfiguredPolicy to set.
-
-
-
-