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

See Also: ACAccountType Members

Syntax

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

Remarks

Application developers do not instantiate MonoTouch.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: MonoTouch.Accounts
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0