-
public interface IGigyaNotificationManager
-
-
Method Summary
Modifier and Type Method Description abstract voidcreateNotificationChannelIfNeeded(@NonNull() Context context, @NonNull() String name, @NonNull() String description, @NonNull() String channelId)abstract voidnotifyWith(@NonNull() Context context, @NonNull() String title, @NonNull() String body, @NonNull() String channelId)abstract StringgetDeviceInfo(@NonNull() String pushToken)-
-
Method Detail
-
createNotificationChannelIfNeeded
abstract void createNotificationChannelIfNeeded(@NonNull() Context context, @NonNull() String name, @NonNull() String description, @NonNull() String channelId)
-
notifyWith
abstract void notifyWith(@NonNull() Context context, @NonNull() String title, @NonNull() String body, @NonNull() String channelId)
-
getDeviceInfo
abstract String getDeviceInfo(@NonNull() String pushToken)
-
-
-
-