setMutableContent method
Sets the aps.mutable-content field with a string value.
val: A string to be used for theaps.mutable-contentfield value, or nil to clear it.
Implementation
ApnsMpnBuilder setMutableContent(String? val) {
_mutableContent = val;
return this;
}