Accounts.ACAccountType Class
A class that contains information about Accounts.ACAccounts of a particular type.

See Also: ACAccountType Members

Syntax

[Foundation.Register("ACAccountType", true)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.Mac_10_0 | ObjCRuntime.Platform.Mac_10_1 | ObjCRuntime.Platform.Mac_10_2 | ObjCRuntime.Platform.Mac_10_3 | ObjCRuntime.Platform.Mac_10_4 | ObjCRuntime.Platform.Mac_10_5 | ObjCRuntime.Platform.Mac_10_6 | ObjCRuntime.Platform.Mac_10_7 | ObjCRuntime.Platform.Mac_10_8 | ObjCRuntime.Platform.Mac_10_9 | ObjCRuntime.Platform.Mac_10_10 | ObjCRuntime.Platform.Mac_Version | ObjCRuntime.Platform.Mac_Arch64 | ObjCRuntime.Platform.Mac_Arch)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public class ACAccountType : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable

Remarks

Application developers do not instantiate Accounts.ACAccountType directly. Rather, they can retrieve an appropriate object with the ACAccountStore.FindAccountType method.

C# Example

		ACAccountStore objStore = new ACAccountStore();
		objStore.RequestAccess(objStore.FindAccountType(ACAccountType.Twitter), new AccountStoreOptions(), (granted, error) => { });
	

Related content

Requirements

Namespace: Accounts
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0