-
- All Implemented Interfaces:
-
com.gigya.android.sdk.push.IGigyaNotificationManager
public class GigyaNotificationManager implements IGigyaNotificationManager
-
-
Method Summary
Modifier and Type Method Description voidcreateNotificationChannelIfNeeded(@NonNull() Context context, @NonNull() String name, @NonNull() String description, @NonNull() String channelId)voidnotifyWith(@NonNull() Context context, @NonNull() String title, @NonNull() String body, @NonNull() String channelId)StringgetDeviceInfo(@NonNull() String pushToken)-
-
Method Detail
-
createNotificationChannelIfNeeded
void createNotificationChannelIfNeeded(@NonNull() Context context, @NonNull() String name, @NonNull() String description, @NonNull() String channelId)
-
notifyWith
void notifyWith(@NonNull() Context context, @NonNull() String title, @NonNull() String body, @NonNull() String channelId)
-
getDeviceInfo
String getDeviceInfo(@NonNull() String pushToken)
-
-
-
-