setBodyLocKey method
Sets the aps.alert.loc-key
field.
val
: A string to be used for theaps.alert.loc-key
field value, or nil to clear it.
Implementation
ApnsMpnBuilder setBodyLocKey(String? val) {
_bodyLocKey = val;
return this;
}
Sets the aps.alert.loc-key
field.
val
: A string to be used for the aps.alert.loc-key
field value, or nil to clear it.ApnsMpnBuilder setBodyLocKey(String? val) {
_bodyLocKey = val;
return this;
}