fun persistableBundleOf(vararg pairs: Pair<String, Any?>): PersistableBundle
Returns a new PersistableBundle with the given key/value pairs as elements.
IllegalArgumentException - When a value is not a supported type of PersistableBundle.
IllegalArgumentException