Package-level declarations
Types
Primary implementation of IBraze. Provides methods for tracking analytics, managing user identity, handling push notifications, Content Cards, Feature Flags, in-app messages, and other Braze SDK features.
Can be used to automatically handle Braze lifecycle methods. Optionally, openSession() and closeSession() are called on onActivityStarted and onActivityStopped respectively. The InAppMessageManager methods of registerInAppMessageManager() and unregisterInAppMessageManager() can be optionally called here as well. Note: This callback should not be set in any Activity. It must be set in the Application class of your app.
BroadcastReceiver that initializes the Braze SDK on device boot to re-register geofences, which Android unregisters on reboot.
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.
Represents the current Braze user and provides methods for setting user attributes, custom attributes, and subscription states.
This class defines the actions that should be taken when Braze attempts to follow a deeplink.