Méthode | Description | |
---|---|---|
AddToCustomUserAttributeArray ( string key, string value ) : void | ||
ChangeUser ( string userId ) : void | ||
IncrementCustomUserAttribute ( string key ) : void | ||
IncrementCustomUserAttribute ( string key, int incrementValue ) : void | ||
LogCardClicked ( string cardJSONString ) : void | ||
LogCardImpression ( string cardJSONString ) : void | ||
LogCustomEvent ( string eventName ) : void | ||
LogCustomEvent ( string eventName, object>.Dictionary |
||
LogFeedDisplayed ( ) : void | ||
LogFeedbackDisplayed ( ) : void | ||
LogInAppMessageButtonClicked ( string inAppMessageJSONString, int buttonID ) : void | ||
LogInAppMessageClicked ( string inAppMessageJSONString ) : void | ||
LogInAppMessageImpression ( string inAppMessageJSONString ) : void | ||
LogPurchase ( string productId, string currencyCode, decimal price ) : void | ||
LogPurchase ( string productId, string currencyCode, decimal price, int quantity ) : void | ||
LogPurchase ( string productId, string currencyCode, decimal price, int quantity, object>.Dictionary |
||
ParsePropertiesToAppboyProperties ( object>.Dictionary |
||
RegisterAppboyPushMessages ( string registrationId ) : void | ||
RemoveFromCustomUserAttributeArray ( string key, string value ) : void | ||
RequestFeedRefresh ( ) : void | ||
RequestFeedRefreshFromCache ( ) : void | ||
RequestInAppMessage ( ) : void | ||
RequestSlideup ( ) : void | ||
SetCustomUserAttribute ( string key, bool value ) : void | ||
SetCustomUserAttribute ( string key, float value ) : void | ||
SetCustomUserAttribute ( string key, int value ) : void | ||
SetCustomUserAttribute ( string key, string value ) : void | ||
SetCustomUserAttributeArray ( string key, List |
||
SetCustomUserAttributeToNow ( string key ) : void | ||
SetCustomUserAttributeToSecondsFromEpoch ( string key, long secondsFromEpoch ) : void | ||
SetUserAvatarImageURL ( string imageURL ) : void | ||
SetUserBio ( string bio ) : void | ||
SetUserCountry ( string country ) : void | ||
SetUserDateOfBirth ( int year, int month, int day ) : void | ||
SetUserEmail ( string email ) : void | ||
SetUserEmailNotificationSubscriptionType ( AppboyNotificationSubscriptionType emailNotificationSubscriptionType ) : void | ||
SetUserFirstName ( string firstName ) : void | ||
SetUserGender ( Gender gender ) : void | ||
SetUserHomeCity ( string city ) : void | ||
SetUserIsSubscribedToEmails ( bool isSubscribedToEmails ) : void | ||
SetUserLastName ( string lastName ) : void | ||
SetUserPhoneNumber ( string phoneNumber ) : void | ||
SetUserPushNotificationSubscriptionType ( AppboyNotificationSubscriptionType pushNotificationSubscriptionType ) : void | ||
Start ( ) : void | ||
SubmitFeedback ( string replyToEmail, string message, bool isReportingABug ) : void | ||
UnsetCustomUserAttribute ( string key ) : void | ||
setUserFacebookData ( string facebookId, string firstName, string lastName, string email, string bio, string cityName, Gender gender, int numberOfFriends, string birthday ) : void | ||
setUserTwitterData ( int twitterUserId, string twitterHandle, string name, string description, int followerCount, int followingCount, int tweetCount, string profileImageUrl ) : void |
Méthode | Description | |
---|---|---|
GetCurrentUser ( ) : |
||
LogSlideupClicked ( string slideupJSONString ) : void | ||
LogSlideupImpression ( string slideupJSONString ) : void | ||
_addToCustomUserAttributeArray ( string key, string value ) : void | ||
_changeUser ( string userId ) : void | ||
_incrementCustomUserAttribute ( string key, int incrementValue ) : void | ||
_logCardClicked ( string cardJSONString ) : void | ||
_logCardImpression ( string cardJSONString ) : void | ||
_logCustomEvent ( string eventName, string properties ) : void | ||
_logFeedDisplayed ( ) : void | ||
_logFeedbackDisplayed ( ) : void | ||
_logInAppMessageButtonClicked ( string inAppMessageJSONString, int buttonID ) : void | ||
_logInAppMessageClicked ( string inAppMessageJSONString ) : void | ||
_logInAppMessageImpression ( string inAppMessageJSONString ) : void | ||
_logPurchase ( string productId, string currencyCode, string price, int quantity, string properties ) : void | ||
_removeFromCustomUserAttributeArray ( string key, string value ) : void | ||
_requestFeedRefresh ( ) : void | ||
_requestFeedRefreshFromCache ( ) : void | ||
_requestInAppMessage ( ) : void | ||
_setCustomUserAttributeArray ( string key, string array, int size ) : void | ||
_setCustomUserAttributeBool ( string key, bool val ) : void | ||
_setCustomUserAttributeFloat ( string key, float val ) : void | ||
_setCustomUserAttributeInt ( string key, int val ) : void | ||
_setCustomUserAttributeString ( string key, string val ) : void | ||
_setCustomUserAttributeToNow ( string key ) : void | ||
_setCustomUserAttributeToSecondsFromEpoch ( string key, long seconds ) : void | ||
_setUserAvatarImageURL ( string imageURL ) : void | ||
_setUserBio ( string bio ) : void | ||
_setUserCountry ( string country ) : void | ||
_setUserDateOfBirth ( int year, int month, int day ) : void | ||
_setUserEmail ( string email ) : void | ||
_setUserEmailNotificationSubscriptionType ( int emailNotificationSubscriptionType ) : void | ||
_setUserFacebookData ( string facebookId, string firstName, string lastName, string email, string bio, string cityName, int gender, int numberOfFriends, string birthday ) : void | ||
_setUserFirstName ( string firstName ) : void | ||
_setUserGender ( int gender ) : void | ||
_setUserHomeCity ( string city ) : void | ||
_setUserIsSubscribedToEmails ( bool isSubscribedToEmails ) : void | ||
_setUserLastName ( string lastName ) : void | ||
_setUserPhoneNumber ( string phoneNumber ) : void | ||
_setUserPushNotificationSubscriptionType ( int pushNotificationSubscriptionType ) : void | ||
_setUserTwitterData ( int twitterUserId, string twitterHandle, string name, string description, int followerCount, int followingCount, int tweetCount, string profileImageUrl ) : void | ||
_submitFeedback ( string replyToEmail, string message, bool isReportingABug ) : void | ||
_unsetCustomUserAttribute ( string key ) : void |
public static AddToCustomUserAttributeArray ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public static ChangeUser ( string userId ) : void | ||
userId | string | |
Résultat | void |
public static IncrementCustomUserAttribute ( string key ) : void | ||
key | string | |
Résultat | void |
public static IncrementCustomUserAttribute ( string key, int incrementValue ) : void | ||
key | string | |
incrementValue | int | |
Résultat | void |
public static LogCardClicked ( string cardJSONString ) : void | ||
cardJSONString | string | |
Résultat | void |
public static LogCardImpression ( string cardJSONString ) : void | ||
cardJSONString | string | |
Résultat | void |
public static LogCustomEvent ( string eventName ) : void | ||
eventName | string | |
Résultat | void |
public static LogCustomEvent ( string eventName, object>.Dictionary |
||
eventName | string | |
properties | object>.Dictionary | |
Résultat | void |
public static LogFeedbackDisplayed ( ) : void | ||
Résultat | void |
public static LogInAppMessageButtonClicked ( string inAppMessageJSONString, int buttonID ) : void | ||
inAppMessageJSONString | string | |
buttonID | int | |
Résultat | void |
public static LogInAppMessageClicked ( string inAppMessageJSONString ) : void | ||
inAppMessageJSONString | string | |
Résultat | void |
public static LogInAppMessageImpression ( string inAppMessageJSONString ) : void | ||
inAppMessageJSONString | string | |
Résultat | void |
public static LogPurchase ( string productId, string currencyCode, decimal price ) : void | ||
productId | string | |
currencyCode | string | |
price | decimal | |
Résultat | void |
public static LogPurchase ( string productId, string currencyCode, decimal price, int quantity ) : void | ||
productId | string | |
currencyCode | string | |
price | decimal | |
quantity | int | |
Résultat | void |
public static LogPurchase ( string productId, string currencyCode, decimal price, int quantity, object>.Dictionary |
||
productId | string | |
currencyCode | string | |
price | decimal | |
quantity | int | |
properties | object>.Dictionary | |
Résultat | void |
public static ParsePropertiesToAppboyProperties ( object>.Dictionary |
||
properties | object>.Dictionary | |
Résultat |
public static RegisterAppboyPushMessages ( string registrationId ) : void | ||
registrationId | string | |
Résultat | void |
public static RemoveFromCustomUserAttributeArray ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public static RequestFeedRefresh ( ) : void | ||
Résultat | void |
public static RequestFeedRefreshFromCache ( ) : void | ||
Résultat | void |
public static RequestInAppMessage ( ) : void | ||
Résultat | void |
public static SetCustomUserAttribute ( string key, bool value ) : void | ||
key | string | |
value | bool | |
Résultat | void |
public static SetCustomUserAttribute ( string key, float value ) : void | ||
key | string | |
value | float | |
Résultat | void |
public static SetCustomUserAttribute ( string key, int value ) : void | ||
key | string | |
value | int | |
Résultat | void |
public static SetCustomUserAttribute ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public static SetCustomUserAttributeArray ( string key, List |
||
key | string | |
array | List |
|
size | int | |
Résultat | void |
public static SetCustomUserAttributeToNow ( string key ) : void | ||
key | string | |
Résultat | void |
public static SetCustomUserAttributeToSecondsFromEpoch ( string key, long secondsFromEpoch ) : void | ||
key | string | |
secondsFromEpoch | long | |
Résultat | void |
public static SetUserAvatarImageURL ( string imageURL ) : void | ||
imageURL | string | |
Résultat | void |
public static SetUserBio ( string bio ) : void | ||
bio | string | |
Résultat | void |
public static SetUserCountry ( string country ) : void | ||
country | string | |
Résultat | void |
public static SetUserDateOfBirth ( int year, int month, int day ) : void | ||
year | int | |
month | int | |
day | int | |
Résultat | void |
public static SetUserEmail ( string email ) : void | ||
string | ||
Résultat | void |
public static SetUserEmailNotificationSubscriptionType ( AppboyNotificationSubscriptionType emailNotificationSubscriptionType ) : void | ||
emailNotificationSubscriptionType | AppboyNotificationSubscriptionType | |
Résultat | void |
public static SetUserFirstName ( string firstName ) : void | ||
firstName | string | |
Résultat | void |
public static SetUserGender ( Gender gender ) : void | ||
gender | Gender | |
Résultat | void |
public static SetUserHomeCity ( string city ) : void | ||
city | string | |
Résultat | void |
public static SetUserIsSubscribedToEmails ( bool isSubscribedToEmails ) : void | ||
isSubscribedToEmails | bool | |
Résultat | void |
public static SetUserLastName ( string lastName ) : void | ||
lastName | string | |
Résultat | void |
public static SetUserPhoneNumber ( string phoneNumber ) : void | ||
phoneNumber | string | |
Résultat | void |
public static SetUserPushNotificationSubscriptionType ( AppboyNotificationSubscriptionType pushNotificationSubscriptionType ) : void | ||
pushNotificationSubscriptionType | AppboyNotificationSubscriptionType | |
Résultat | void |
public static SubmitFeedback ( string replyToEmail, string message, bool isReportingABug ) : void | ||
replyToEmail | string | |
message | string | |
isReportingABug | bool | |
Résultat | void |
public static UnsetCustomUserAttribute ( string key ) : void | ||
key | string | |
Résultat | void |
public static setUserFacebookData ( string facebookId, string firstName, string lastName, string email, string bio, string cityName, Gender gender, int numberOfFriends, string birthday ) : void | ||
facebookId | string | |
firstName | string | |
lastName | string | |
string | ||
bio | string | |
cityName | string | |
gender | Gender | |
numberOfFriends | int | |
birthday | string | |
Résultat | void |
public static setUserTwitterData ( int twitterUserId, string twitterHandle, string name, string description, int followerCount, int followingCount, int tweetCount, string profileImageUrl ) : void | ||
twitterUserId | int | |
twitterHandle | string | |
name | string | |
description | string | |
followerCount | int | |
followingCount | int | |
tweetCount | int | |
profileImageUrl | string | |
Résultat | void |