ObserverSpec

public final classObserverSpecextendsObject
implementsParcelable

Configures the types, namespaces and other properties thatObserverCallback instances match against.

Nested Class Summary

class ObserverSpec.Builder Builder forObserverSpec instances.

Inherited Constant Summary

Field Summary

public static finalCreator<ObserverSpec> CREATOR

Public Method Summary

Set<String>
getFilterSchemas()
Returns the list of schema types which observers using this spec will trigger on.
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<ObserverSpec> CREATOR

Public Methods

publicSet<String> getFilterSchemas()

Returns the list of schema types which observers using this spec will trigger on.

If empty, the observers will trigger on all schema types.

public voidwriteToParcel(Parceldest, int flags)