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