Ana içeriğe geç

unsubscribeByMarker

Bir üründeki etkinliklerden aboneliği iptal et. 🔐 Bu yöntem yetkilendirme gerektirir.

Etkinlikler.unsubscribeByMarker( marker, productId, langCode, threshold );

Minimal örnek

const value = await Events.unsubscribeByMarker('test_event', 1);

Özelliklerle örnek

const value = await Events.unsubscribeByMarker('test_event', 1, 'en_US', 0);

Parametreler şeması

Şema

marker:* string
Etkinlik işareti
örnek: test_event

productId:* string
Ürün kimliği
örnek: 14

langCode: string
Dil kodu
örnek: en_US

threshold: number
Sayısal değeri karşılaştırmak için eşik değeri
örnek: 0

Eğer abonelik iptali başarılı olduysa hiçbir şey döndürmez.