Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Metot

Açıklama

RelatedDigital.init()

Initializes the SDK. It is recommended to call it in Application class.

RelatedDigital.setIsPushNotificationEnabled()

Enables/Disables the Push Notification Module. Also, it customizes the notification area via its optional parameters. Example: setting the small icon in the notification area

notificationSmallIcon

RelatedDigital.setIsInAppNotificationEnabled()

Enables/Disables the In-App Notification Module.

RelatedDigital.setIsGeofenceEnabled()

Enables/Disables the Geofencing Module.

RelatedDigital.setGoogleAppAlias()

For entering the appAlias value in the devices whose Google services are active.

RelatedDigital.setHuaweiAppAlias()

For entering the appAlias value in the devices whose Google services are not active (Huawei devices).

RelatedDigital.setOrganizationId()

For entering the organizationId value.

RelatedDigital.setProfileId()

For entering the profileId value.

RelatedDigital.setDataSource()

For entering the dataSource value.

RelatedDigital.setRequestTimeoutInSecond()

For entering the timeout value that is going to be used in the requests.

RelatedDigital.setAdvertisingIdentifier()

For entering the advertisingIdentifier value.

RelatedDigital.setExVisitorId()

For entering the exVisitorId value.

RelatedDigital.setToken()

For entering the token value.

RelatedDigital.setInAppButtonInterface()

For entering the callback interface that you want it to get triggered after a click event happens in In-App notifications.

RelatedDigital.clearCookieId()

For clearing the cookieId value.

RelatedDigital.getSdkVersion()

For getting the sdkVersion value.

RelatedDigital.getDeviceType()

For getting the deviceType value.

RelatedDigital.getDeviceName()

For getting the deviceName value.

RelatedDigital.getCarrier()

For getting the carrier value.

RelatedDigital.getIdentifierForVendor()

For getting the identifierForVendor value.

RelatedDigital.getLocal()

For getting the local value.

RelatedDigital.getUserAgent()

For getting the userAgent value.

RelatedDigital.signUp()

For making a user signup

RelatedDigital.login()

For making a user login

RelatedDigital.logout()

For making a user logout

RelatedDigital.sendPushNotificationOpenReport()

Kullanıcının bir bildirime tıklaması sonrası, bildirime tıklandığı bilgisinin raporlara yansıması için çağırılması gereken metottur.

RelatedDigital.trackRecommendationClick()

Kullanıcının Öneriler özelliği ile edindiğiniz bir ürünle etkileşiminin olması durumunda bu metot aracılığıyla bu durumun raporlara yansıması sağlanır.

RelatedDigital.customEvent()

Sunuculara veri gönderimi ve uygulama içi bildirimleri gösterme amacıyla kullanılır.

RelatedDigital.sync()

Yerelde var olan kullanıcı bilgilerinin sunuculara gönderilmesini sağlar.

Örneğin, RelatedDigital.setEmail() metodunun çağırılması email değerinin yerelde (SDK’da) tutulmasını; ardından sync() metodunun çağırılması ise bu email değerinin sunuculara gönderilmesini sağlar.

RelatedDigital.setEmailPermit()

emailPermit değerinin girilmesi içindir.

RelatedDigital.setGsmPermit()

gmsPermit değerinin girilmesi içindir.

RelatedDigital.setTwitterId()

twitterId değerinin girilmesi içindir.

RelatedDigital.setEmail()

email değerinin girilmesi içindir.

RelatedDigital.setFacebookId()

facebookId değerinin girilmesi içindir.

RelatedDigital.setRelatedDigitalUserId()

relatedDigitalUserId değerinin girilmesi içindir. Bu değer kullanıcınızı tekilleştirmek için kullandığınız değerdir. Örnek, email, müşteri Id, hesap Id, vb.

RelatedDigital.setPhoneNumber()

phoneNumber değerinin girilmesi içindir.

RelatedDigital.setUserProperty()

Kullanıcıyla ilgili herhangi bir özelliğin girilmesi içindir.

RelatedDigital.removeUserProperty()

Kullanıcıyla ilgili girilmiş herhangi bir özelliğin kaldırılması içindir.

RelatedDigital.removeUserProperties()

Kullanıcıyla ilgili girilmiş tüm özelliklerin kaldırılması içindir.

RelatedDigital.registerEmail()

Kullanıcının email ve IYS bilgilerinin sunuculara iletilmesi içindir.

registerEmail() metodu email bilgisini otomatik olarak sunuculara iletir. Sonrasında sync() metodunun çağırılmasına gerek yoktur.

RelatedDigital.getPushMessages()

Son 30 gün içerisinde kullanıcıya RelatedDigital sunucularından gönderilmiş bildirimlerin içeriğini elde etmek içindir.

RelatedDigital.sendTheListOfAppsInstalled()

Kullanıcının cihazında Play Store, Amazon App Store ve Huawei App Gallery’den yüklenmiş uygulamarın listesini sunuculara göndermek içindir.

RelatedDigital.sendLocationPermission()

Kullanıcının lokasyon izin durumu bilgisinin sunuculara gönderilmesi içindir.

RelatedDigital.getFavorites()

Favori Özellik Aksiyonu’nu kullanmak içindir.

RelatedDigital.getRecommendations()

Öneriler Özelliği’ni kullanmak içindir.

  • No labels