ResId

The "@ResId" annotation is applied to those parameters that are a resource (id, string, drawable, etc.) of the Android's project



         -> Id of the view to use
         private View someView;

         -> String resource to use
         private String message;

    

Author

N7ghtm4r3 - Tecknobit

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun id(): Int
id of the resource to use
Link copied to clipboard
abstract fun ids(): Array<Int>
ids of the resources to use
Link copied to clipboard
abstract fun toString(): String