Package apple.accounts.c
Class Accounts
- java.lang.Object
-
- apple.accounts.c.Accounts
-
public final class Accounts extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringACAccountStoreDidChangeNotification()Notification name sent out when the database is changed by an external process, another account store in the same process or by calling saveAccount: or removeAccount: on a store you are managing.static java.lang.StringACAccountTypeIdentifierFacebook()static java.lang.StringACAccountTypeIdentifierSinaWeibo()static java.lang.StringACAccountTypeIdentifierTencentWeibo()static java.lang.StringACAccountTypeIdentifierTwitter()The identifiers for supported system account types are listed here:static java.lang.StringACErrorDomain()static java.lang.StringACFacebookAppIdKey()Your Facebook App ID, as it appears on the Facebook website.static java.lang.StringACFacebookAudienceEveryone()Posts from your app are visible to everyone.static java.lang.StringACFacebookAudienceFriends()Posts are visible only to friends.static java.lang.StringACFacebookAudienceKey()Only required when posting permissions are requested.static java.lang.StringACFacebookAudienceOnlyMe()Posts are visible to the user only.static java.lang.StringACFacebookPermissionsKey()An array of of the permissions you're requesting.static java.lang.StringACTencentWeiboAppIdKey()Tencent App ID
-
-
-
Method Detail
-
ACAccountTypeIdentifierTwitter
public static java.lang.String ACAccountTypeIdentifierTwitter()
The identifiers for supported system account types are listed here:
-
ACAccountTypeIdentifierFacebook
public static java.lang.String ACAccountTypeIdentifierFacebook()
-
ACAccountTypeIdentifierSinaWeibo
public static java.lang.String ACAccountTypeIdentifierSinaWeibo()
-
ACAccountTypeIdentifierTencentWeibo
public static java.lang.String ACAccountTypeIdentifierTencentWeibo()
-
ACFacebookAppIdKey
public static java.lang.String ACFacebookAppIdKey()
Your Facebook App ID, as it appears on the Facebook website.
-
ACFacebookPermissionsKey
public static java.lang.String ACFacebookPermissionsKey()
An array of of the permissions you're requesting.
-
ACFacebookAudienceKey
public static java.lang.String ACFacebookAudienceKey()
Only required when posting permissions are requested.
-
ACFacebookAudienceEveryone
public static java.lang.String ACFacebookAudienceEveryone()
Posts from your app are visible to everyone.
-
ACFacebookAudienceFriends
public static java.lang.String ACFacebookAudienceFriends()
Posts are visible only to friends.
-
ACFacebookAudienceOnlyMe
public static java.lang.String ACFacebookAudienceOnlyMe()
Posts are visible to the user only.
-
ACTencentWeiboAppIdKey
public static java.lang.String ACTencentWeiboAppIdKey()
Tencent App ID
-
ACAccountStoreDidChangeNotification
public static java.lang.String ACAccountStoreDidChangeNotification()
Notification name sent out when the database is changed by an external process, another account store in the same process or by calling saveAccount: or removeAccount: on a store you are managing. You may need to deal with accounts being removed by an external process while you are using them. Note: ensure when you add an observer for this notification, you do so specifying this object specifically. Otherwise, you will receive n notifications, one per active ACAccountStore instance in your process.
-
ACErrorDomain
public static java.lang.String ACErrorDomain()
-
-