inherits from AnnouncementStamp;
When the user receives a telecard that includes objects of unknown classes, Magic Cap replaces those objects with objects of class SentNoticeStamp. If the user touches an object of this class, an announcement appears explaining that an object of an unknown type was received.
Instantiate: rarely Subclass: rarely Call its methods: never
You probably won't ever create an object or a subclass of class SentNoticeStamp. The information in this chapter is provided for debugging and curiosity only.
Class SentNoticeStamp defines the following method:
Method | Description |
---|---|
CanPlaceOnLockedCard |
Overridden to allow objects of this class on locked cards. |
Class SentNoticeStamp defines no fields.
overrides CanPlaceOnLockedcard Call: rarely Override: sometimes