Class ContentInfoProvider
java.lang.Object
io.appmetrica.analytics.push.notification.providers.ContentInfoProvider
- All Implemented Interfaces:
NotificationValueProvider<android.text.Spanned>
public class ContentInfoProvider
extends Object
implements NotificationValueProvider<android.text.Spanned>
Extracts value for
NotificationCompat.Builder.setContentInfo(CharSequence)
method.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionandroid.text.Spanned
get
(PushMessage pushMessage) Extracts value forNotificationCompat.Builder.setContentInfo(CharSequence)
method.
-
Constructor Details
-
ContentInfoProvider
public ContentInfoProvider()
-
-
Method Details
-
get
Extracts value forNotificationCompat.Builder.setContentInfo(CharSequence)
method.- Specified by:
get
in interfaceNotificationValueProvider<android.text.Spanned>
- Parameters:
pushMessage
- receivedPushMessage
- Returns:
- extracted value
-