Package com.batch.android
Class PrivateNotificationContentHelper
- java.lang.Object
-
- com.batch.android.PrivateNotificationContentHelper
-
public class PrivateNotificationContentHelper extends java.lang.ObjectHelper to extract a package local field fromBatchInboxNotificationContent
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InboxNotificationContentInternalgetInternalContent(BatchInboxNotificationContent publicContent)static BatchInboxNotificationContentgetPublicContent(InboxNotificationContentInternal internalContent)
-
-
-
Method Detail
-
getInternalContent
public static InboxNotificationContentInternal getInternalContent(BatchInboxNotificationContent publicContent)
-
getPublicContent
public static BatchInboxNotificationContent getPublicContent(InboxNotificationContentInternal internalContent)
-
-