You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initializes the Countly MessagingSDK. Call from your main Activity's onCreate() method.
337
+
* @param activity application activity which acts as a final destination for notifications
338
+
* @param activityClass application activity class which acts as a final destination for notifications
339
+
* @param projectID ProjectID for this app from Google API Console
340
+
* @param mode whether this app installation is a test release or production
341
+
* @param customIconResId res id for custom icon override
342
+
* @return Countly instance for easy method chaining
343
+
* @throws IllegalStateException if no CountlyMessaging class is found (you need to use countly-messaging-sdk-android library instead of countly-sdk-android)
* @return Countly instance for easy method chaining
385
+
* @throws IllegalStateException if no CountlyMessaging class is found (you need to use countly-messaging-sdk-android library instead of countly-sdk-android)
0 commit comments