User Settings Manager
Constructors
Types
Functions
Link copied to clipboard
fun addFavoriteArticle(newUuid: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun addFavoriteVideo(newUuid: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun addTopic(topicSubscription: TopicSubscription, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun clearAttributes(arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeFavoriteArticle(uuid: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun removeFavoriteVideo(uuid: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun removeTopic(name: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun setAttribute( key: String, value: String, type: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun setFavoriteArticles(newUuids: List<String>, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun setFavoriteVideos(newUuids: List<String>, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun setSubscribedPushNotificationTopics(newTopics: List<TopicSubscription>, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun subscribeToTopic(name: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard
Link copied to clipboard
fun unsubscribeFromTopic(name: String, arcXPIdentityListener: ArcXPIdentityListener? = null)
Content copied to clipboard