public class

WearableNotificationExtender

extends Object
implements NotificationCompat.Extender
java.lang.Object
   ↳ com.urbanairship.push.notifications.WearableNotificationExtender

Class Overview

Notification builder extender to add the wearable overrides defined by a PushMessage.

Summary

Public Constructors
WearableNotificationExtender(Context context, NotificationArguments arguments)
WearableNotificationExtender default constructor.
Public Methods
NotificationCompat.Builder extend(NotificationCompat.Builder builder)
[Expand]
Inherited Methods
From class java.lang.Object
From interface androidx.core.app.NotificationCompat.Extender

Public Constructors

public WearableNotificationExtender (Context context, NotificationArguments arguments)

WearableNotificationExtender default constructor.

Parameters
context The application context.
arguments The notification arguments.

Public Methods

public NotificationCompat.Builder extend (NotificationCompat.Builder builder)