sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.push
/
IGigyaNotificationManager
IGigya
Notification
Manager
interface
IGigyaNotificationManager
Inheritors
GigyaNotificationManager
Members
Functions
create
Notification
Channel
If
Needed
Link copied to clipboard
abstract
fun
createNotificationChannelIfNeeded
(
@
NonNull
context
:
Context
,
@
NonNull
name
:
String
,
@
NonNull
description
:
String
,
@
NonNull
channelId
:
String
)
get
Device
Info
Link copied to clipboard
abstract
fun
getDeviceInfo
(
@
NonNull
pushToken
:
String
)
:
String
notify
With
Link copied to clipboard
abstract
fun
notifyWith
(
@
NonNull
context
:
Context
,
@
NonNull
title
:
String
,
@
NonNull
body
:
String
,
@
NonNull
channelId
:
String
)