EMEmvTemplateWithGui
Objective-C
@protocol EMEmvTemplateWithGui <EMEmvTemplate>
Swift
protocol EMEmvTemplateWithGui : EMEmvTemplate
Extends the EMEmvTemplate class to provide an interface for easy access to Globally Unique Identifier
that sets the context of other data object inside the template.
Since
5.0-
Returns value of Globally Unique Identifier data object inside this data object.
Declaration
Objective-C
- (NSString *)globallyUniqueIdentifier;Swift
func globallyUniqueIdentifier() -> String!Return Value
Returns globally Unique Identifier as String.
EMEmvTemplateWithGui Protocol Reference