public final class IOSMediaContent extends PushModelObject
Modifier and Type | Class and Description |
---|---|
static class |
IOSMediaContent.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<String> |
getBody()
Get the body used if the media attachment succeeds.
|
Optional<String> |
getSubtitle()
Get the subtitle used if the media attachment succeeds.
|
Optional<String> |
getTitle()
Get the title used if the media attachment succeeds.
|
int |
hashCode() |
static IOSMediaContent.Builder |
newBuilder()
Get a IOSMediaContent builder object that describes portions of the notification that should be modified if the media attachment succeeds.
|
String |
toString() |
toJSON
toJSON
public static IOSMediaContent.Builder newBuilder()
public Optional<String> getTitle()
public Optional<String> getBody()
public Optional<String> getSubtitle()
Copyright © 2025. All rights reserved.