public class BrazeInternal
extends java.lang.Object
BrazeInternal
is solely for the use of other packages within the
Braze 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.Constructor and Description |
---|
BrazeInternal() |
Modifier and Type | Method and Description |
---|---|
static void |
addSerializedContentCardToStorage(android.content.Context context,
java.lang.String serializedCardJson,
java.lang.String userId)
This method is for internal use only.
|
static void |
handleInAppMessageTestPush(android.content.Context context,
android.content.Intent intent)
This method is for internal use only.
|
static void |
logLocationRecordedEvent(android.content.Context context,
IBrazeLocation location)
This method is for internal use only.
|
static void |
recordGeofenceTransition(android.content.Context context,
java.lang.String geofenceId,
GeofenceTransitionType transitionType)
This method is for internal use only.
|
static void |
requestGeofenceRefresh(android.content.Context context,
boolean ignoreRateLimit)
This method is for internal use only.
|
static void |
requestGeofenceRefresh(android.content.Context context,
IBrazeLocation location)
This method is for internal use only.
|
public static void requestGeofenceRefresh(android.content.Context context, boolean ignoreRateLimit)
public static void requestGeofenceRefresh(android.content.Context context, IBrazeLocation location)
public static void recordGeofenceTransition(android.content.Context context, java.lang.String geofenceId, GeofenceTransitionType transitionType)
public static void addSerializedContentCardToStorage(android.content.Context context, java.lang.String serializedCardJson, java.lang.String userId)
public static void logLocationRecordedEvent(android.content.Context context, IBrazeLocation location)
public static void handleInAppMessageTestPush(android.content.Context context, android.content.Intent intent)