Package com.mparticle

Class MParticleOptions.DataplanOptions

  • Enclosing class:
    MParticleOptions

    public static class MParticleOptions.DataplanOptions
    extends java.lang.Object
    • Method Detail

      • getDataplan

        @NonNull
        public org.json.JSONObject getDataplan()
        Query the dataplan version document
        Returns:
        the dataplan version as a JSONObject
      • isBlockUserAttributes

        public boolean isBlockUserAttributes()
        Query whether unplanned user attributes should be blocked
        Returns:
        boolean where true indicates blocking should occur
      • isBlockUserIdentities

        public boolean isBlockUserIdentities()
        Query whether unplanned user identities should be blocked
        Returns:
        boolean where true indicates blocking should occur
      • isBlockEventAttributes

        public boolean isBlockEventAttributes()
        Query whether unplanned event attributes should be blocked
        Returns:
        boolean where true indicates blocking should occur
      • isBlockEvents

        public boolean isBlockEvents()
        Query whether unplanned events should be blocked
        Returns:
        boolean where true indicates blocking should occur
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object