Skip to content

observing xPath location #21

@voipworld

Description

@voipworld

Hey
i am using this to observe my ePubView xPath location:
private void observeEpub() {
binding.epubView.currentLocation()
.doOnNext(xPathLocation -> {
}).subscribe();}).subscribe();
i can save the xPath variable directly to shared pref, am i right?
is the "xPathLocation" in this case a variable or a object?
i am a bit confused on it...
thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions