Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSUserDefaultsMBS class.

Previous items

NSUserDefaultsMBS.volatileDomainForName(domainName as string) as dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacBase Plugin 10.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the dictionary for the specified volatile domain.

Returns the dictionary of keys and values belonging to the domain. The keys in the dictionary are names of defaults, and the value corresponding to each key is a property list object (String, Number, Date, Array, or Dictionary).

NSUserDefaultsMBS.volatileDomainNames as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacBase Plugin 10.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array of the current volatile domain names.

You can get the contents of each domain by passing the returned domain names to the volatileDomainForName method.

Previous items

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...