setTitle method
Sets the aps.alert.title field.
val: A string to be used for theaps.alert.titlefield value, or nil to clear it.
Implementation
ApnsMpnBuilder setTitle(String? val) {
_title = val;
return this;
}
Sets the aps.alert.title field.
val: A string to be used for the aps.alert.title field value, or nil to clear it.ApnsMpnBuilder setTitle(String? val) {
_title = val;
return this;
}