NSUserDefaults.SetPersistentDomain(NSDictionary, String) Method

Definition

Sets keys and values for the specified persistent domain.

[Foundation.Export("setPersistentDomain:forName:")]
public virtual void SetPersistentDomain (Foundation.NSDictionary domain, string domainName);
abstract member SetPersistentDomain : Foundation.NSDictionary * string -> unit
override this.SetPersistentDomain : Foundation.NSDictionary * string -> unit

Parameters

domain
NSDictionary

Dictionary to set for the specified domain name.

domainName
String

The domain name to set.

Attributes

Remarks

Applies to